BPF_ATOMIC_POISON
#define BPF_ATOMIC_POISON(width) ((width) == BPF_W ? (0xbaadf00dULL << 32) : 0)
#undef BPF_ATOMIC_POISON