Searched refs:BPF_XADD (Results 1 – 15 of 15) sorted by relevance
34 #if defined(BPF_XADD) || (defined(HAVE_DECL_BPF_XADD) && HAVE_DECL_BPF_XADD)36 static_assert((BPF_XADD) == (0xc0), "BPF_XADD != 0xc0");39 # define BPF_XADD 0xc056 XLAT(BPF_XADD),
48 #if defined(BPF_XADD) || (defined(HAVE_DECL_BPF_XADD) && HAVE_DECL_BPF_XADD)50 static_assert((BPF_XADD) == (0xc0), "BPF_XADD != 0xc0");53 # define BPF_XADD 0xc072 XLAT(BPF_XADD),
5 BPF_XADD 0xc0
7 BPF_XADD 0xc0
61 BPF_XADD = 0x6 enumerator176 (InstMode == BPF_MEM || InstMode == BPF_XADD) && in getInstruction()
43 #define BPF_XADD 0xc0 macro
89 def BPF_XADD : BPFModeModifer<0x6>;
622 : TYPE_LD_ST<BPF_XADD.Value, SizeOp.Value,637 : TYPE_LD_ST<BPF_XADD.Value, SizeOp.Value,
422 case BPF_STX | BPF_XADD | BPF_W: in bpf_disasm()425 case BPF_STX | BPF_XADD | BPF_DW: in bpf_disasm()
21 #define BPF_XADD 0xc0 /* exclusive add */ macro
488 let mode = 6; // BPF_XADD
23 #define BPF_XADD 0xc0 /* exclusive add - legacy name */ macro
2573 BPF_XADD 0x6 exclusive add