Searched refs:BPF_FETCH (Results 1 – 1 of 1) sorted by relevance
48 #define BPF_FETCH 0x01 /* not an opcode on its own, used to build others */ macro49 #define BPF_XCHG (0xe0 | BPF_FETCH) /* atomic exchange */50 #define BPF_CMPXCHG (0xf0 | BPF_FETCH) /* atomic compare-and-write */