/linux-6.3-rc2/samples/bpf/ |
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-6.3-rc2/tools/include/linux/ |
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 187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 210 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 220 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 230 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 240 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | inst.h | 438 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \ argument 456 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \ argument 469 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \ argument 483 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \ argument 499 #define DEF_EMIT_REG2I6_FORMAT(NAME, OP) \ argument 515 #define DEF_EMIT_REG2I12_FORMAT(NAME, OP) \ argument 542 #define DEF_EMIT_REG2I14_FORMAT(NAME, OP) \ argument 563 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument 583 #define DEF_EMIT_REG2BSTRD_FORMAT(NAME, OP) \ argument 599 #define DEF_EMIT_REG3_FORMAT(NAME, OP) \ argument [all …]
|
/linux-6.3-rc2/arch/ia64/lib/ |
A D | idiv64.S | 22 # define OP mod macro 24 # define OP div macro
|
A D | idiv32.S | 22 # define OP mod macro 24 # define OP div macro
|
/linux-6.3-rc2/fs/fscache/ |
A D | internal.h | 239 #define ASSERTCMP(X, OP, Y) \ argument 259 #define ASSERTIFCMP(C, X, OP, Y) \ argument 273 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 275 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux-6.3-rc2/security/apparmor/include/ |
A D | net.h | 56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument 68 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument
|
/linux-6.3-rc2/drivers/pinctrl/cirrus/ |
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-6.3-rc2/include/linux/ |
A D | filter.h | 93 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 101 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 111 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 119 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 283 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 306 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 316 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 326 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 336 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | rc.h | 11 #define OP(x) IB_OPCODE_RC_##x macro
|
A D | uc.c | 11 #define OP(x) UC_OP(x) macro
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | internal.h | 439 #define ASSERTCMP(X, OP, Y) \ argument 459 #define ASSERTIFCMP(C, X, OP, Y) \ argument 473 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 475 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_uc.c | 38 #define OP(x) IB_OPCODE_UC_##x macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | sfp-machine_64.h | 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
A D | sfp-machine_32.h | 61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | sfp-machine.h | 53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | sfp-machine.h | 55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-6.3-rc2/crypto/ |
A D | seed.c | 311 #define OP(X1, X2, X3, X4, rbase) \ macro
|
/linux-6.3-rc2/arch/sh/math-emu/ |
A D | math.c | 76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) argument 99 #define ARITH_X(SZ,OP,M,N) do{ \ argument
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | speedstep-centrino.c | 85 #define OP(mhz, mv) \ macro
|
A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
|
/linux-6.3-rc2/include/math-emu/ |
A D | op-common.h | 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | sfp-machine.h | 144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_utils.h | 261 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
|
/linux-6.3-rc2/arch/mips/crypto/ |
A D | crc32-mips.c | 31 #define _ASM_SET_CRC(OP, SZ, TYPE) \ argument
|