Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/samples/bpf/
Dbpf_insn.h10 #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
159 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
169 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
179 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
189 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/kernel/linux/linux-5.10/tools/include/linux/
Dfilter.h34 #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
194 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
204 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
214 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
224 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/kernel/linux/linux-5.10/arch/ia64/lib/
Didiv64.S22 # define OP mod macro
24 # define OP div macro
Didiv32.S22 # define OP mod macro
24 # define OP div macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dbitops.h40 #define H8300_GEN_BITOP(FNAME, OP) \ argument
88 #define H8300_GEN_TEST_BITOP(FNNAME, OP) \ argument
/kernel/linux/linux-5.10/fs/fscache/
Dinternal.h454 #define ASSERTCMP(X, OP, Y) \ argument
474 #define ASSERTIFCMP(C, X, OP, Y) \ argument
488 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
490 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/kernel/linux/linux-5.10/security/apparmor/include/
Dnet.h56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
67 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument
/kernel/linux/linux-5.10/drivers/pinctrl/cirrus/
Dpinctrl-lochnagar.c437 #define LN_FUNC(NAME, TYPE, OP) \ argument
440 #define LN_FUNC_PIN(REV, ID, OP) \ argument
443 #define LN1_FUNC_PIN(ID, OP) LN_FUNC_PIN(1, ID, OP) argument
444 #define LN2_FUNC_PIN(ID, OP) LN_FUNC_PIN(2, ID, OP) argument
446 #define LN_FUNC_AIF(REV, ID, OP) \ argument
449 #define LN1_FUNC_AIF(ID, OP) LN_FUNC_AIF(1, ID, OP) argument
450 #define LN2_FUNC_AIF(ID, OP) LN_FUNC_AIF(2, ID, OP) argument
452 #define LN2_FUNC_GAI(ID, OP, BOP, LROP, RXOP, TXOP) \ argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Drc.h11 #define OP(x) IB_OPCODE_RC_##x macro
Duc.c53 #define OP(x) UC_OP(x) macro
/kernel/linux/linux-5.10/fs/cachefiles/
Dinternal.h328 #define ASSERTCMP(X, OP, Y) \ argument
348 #define ASSERTIFCMP(C, X, OP, Y) \ argument
362 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
364 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_uc.c38 #define OP(x) IB_OPCODE_UC_##x macro
/kernel/linux/linux-5.10/include/linux/
Dcapability.h102 #define CAP_BOP_ALL(c, a, b, OP) \ argument
110 #define CAP_UOP_ALL(c, a, OP) \ argument
Dfilter.h93 #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
289 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
299 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
309 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
319 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dsfp-machine_32.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dsfp-machine.h53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/kernel/linux/linux-5.10/crypto/
Dseed.c311 #define OP(X1, X2, X3, X4, rbase) \ macro
/kernel/linux/linux-5.10/drivers/cpufreq/
Dpxa3xx-cpufreq.c51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
Dspeedstep-centrino.c85 #define OP(mhz, mv) \ macro
/kernel/linux/linux-5.10/arch/sh/math-emu/
Dmath.c76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) argument
99 #define ARITH_X(SZ,OP,M,N) do{ \ argument
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dsfp-machine.h40 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/kernel/linux/linux-5.10/include/math-emu/
Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsfp-machine.h144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument

12