/linux/samples/bpf/ |
H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 185 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 195 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 205 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
/linux/tools/include/linux/ |
H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 205 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 228 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 238 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 248 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 258 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 525 #define DEF_EMIT_REG0I15_FORMAT(NAME, OP) \ argument 538 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \ in DEF_EMIT_REG0I15_FORMAT() argument 556 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \ argument 569 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \ argument 585 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \ argument 601 #define DEF_EMIT_REG2I6_FORMAT(NAME, OP) \ argument 617 #define DEF_EMIT_REG2I12_FORMAT(NAME, OP) \ argument 647 #define DEF_EMIT_REG2I14_FORMAT(NAME, OP) \ argument 668 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument 698 #define DEF_EMIT_REG2BSTRD_FORMAT(NAME, OP) \ argument [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ argument 305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument 330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument 334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument
|
/linux/fs/netfs/ |
H A D | internal.h | 437 #define ASSERTCMP(X, OP, Y) \ argument 457 #define ASSERTIFCMP(C, X, OP, Y) \ argument 471 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 473 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux/security/apparmor/include/ |
H A D | net.h | 59 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument 71 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument
|
/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-lochnagar.c | 439 #define LN_FUNC(NAME, TYPE, OP) \ argument 442 #define LN_FUNC_PIN(REV, ID, OP) \ argument 445 #define LN1_FUNC_PIN(ID, OP) LN_FUNC_PIN(1, ID, OP) argument 446 #define LN2_FUNC_PIN(ID, OP) LN_FUNC_PIN(2, ID, OP) argument 448 #define LN_FUNC_AIF(REV, ID, OP) \ argument 451 #define LN1_FUNC_AIF(ID, OP) LN_FUNC_AIF(1, ID, OP) argument 452 #define LN2_FUNC_AIF(ID, OP) LN_FUNC_AIF(2, ID, OP) argument 454 #define LN2_FUNC_GAI(ID, OP, BOP, LROP, RXOP, TXOP) \ argument
|
/linux/include/linux/ |
H A D | filter.h | 102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 126 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument 133 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 136 #define BPF_ALU32_IMM_OFF(OP, DST, IMM, OFF) \ argument 143 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 369 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 392 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | rc.h | 11 #define OP(x) IB_OPCODE_RC_##x macro
|
H A D | uc.c | 11 #define OP(x) UC_OP(x) macro
|
/linux/fs/cachefiles/ |
H A D | internal.h | 505 #define ASSERTCMP(X, OP, Y) \ argument 525 #define ASSERTIFCMP(C, X, OP, Y) \ argument 539 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 541 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 38 #define OP(x) IB_OPCODE_UC_##x macro
|
/linux/arch/sparc/include/asm/ |
H A D | sfp-machine_64.h | 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
H A D | sfp-machine_32.h | 61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux/arch/sh/include/asm/ |
H A D | sfp-machine.h | 53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux/arch/alpha/include/asm/ |
H A D | sfp-machine.h | 55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux/crypto/ |
H A D | seed.c | 311 #define OP(X1, X2, X3, X4, rbase) \ macro
|
/linux/arch/sh/math-emu/ |
H A D | math.c | 78 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) argument 101 #define ARITH_X(SZ,OP,M,N) do{ \ argument
|
/linux/drivers/cpufreq/ |
H A D | speedstep-centrino.c | 85 #define OP(mhz, mv) \ macro
|
H A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
|
/linux/include/math-emu/ |
H A D | op-common.h | 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
|
/linux/arch/powerpc/include/asm/ |
H A D | sfp-machine.h | 144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux/tools/arch/loongarch/include/asm/ |
H A D | inst.h | 147 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 243 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
|
/linux/include/media/ |
H A D | v4l2-common.h | 453 #define V4L2_FRACT_COMPARE(a, OP, b) \ argument
|