Searched refs:OP (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | filter.h | 50 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 52 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 58 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 60 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 68 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 70 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 76 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 78 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 224 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 226 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \ [all …]
|
D | capability.h | 99 #define CAP_BOP_ALL(c, a, b, OP) \ argument 103 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \ 107 #define CAP_UOP_ALL(c, a, OP) \ argument 111 c.cap[__capi] = OP a.cap[__capi]; \
|
D | perf_event.h | 607 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
|
/include/math-emu/ |
D | op-common.h | 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 306 _FP_CHOOSENAN(fs, wc, R, X, Y, OP); \
|