Searched refs:X_ATOM (Results 1 – 1 of 1) sorted by relevance
47 #define X_ATOM (BPF_MEMWORDS+1) macro356 (BPF_RVAL(c) == BPF_X) ? X_ATOM : -1; in atomuse()360 return (BPF_MODE(c) == BPF_IND) ? X_ATOM : in atomuse()367 return X_ATOM; in atomuse()376 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()402 return X_ATOM; in atomdef()409 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()427 if (!ATOMELEM(def, X_ATOM)) in compute_local_ud()428 use |= ATOMMASK(X_ATOM); in compute_local_ud()688 if (ATOMELEM(b->out_use, X_ATOM)) in opt_peep()[all …]