Searched refs:OP (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | filter.h | 102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 104 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 111 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 115 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 122 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 126 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument 128 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ [all …]
|
| D | perf_event.h | 1257 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
|
| /include/media/ |
| D | v4l2-common.h | 453 #define V4L2_FRACT_COMPARE(a, OP, b) \ argument 454 ((u64)(a).numerator * (b).denominator OP \
|
| /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); \
|