Home
last modified time | relevance | path

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

12

/linux/samples/bpf/
H A 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
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 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
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 Dinst.h542 #define DEF_EMIT_REG0I15_FORMAT(NAME, OP) \ argument
556 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \ in DEF_EMIT_REG0I15_FORMAT() argument
574 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \ argument
587 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \ argument
603 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \ argument
619 #define DEF_EMIT_REG2I6_FORMAT(NAME, OP) \ argument
635 #define DEF_EMIT_REG2I12_FORMAT(NAME, OP) \ argument
665 #define DEF_EMIT_REG2I14_FORMAT(NAME, OP) \ argument
686 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument
716 #define DEF_EMIT_REG2BSTRD_FORMAT(NAME, OP) \ argument
[all …]
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h289 __bpf_cmp(LHS,OP,PRED,RHS,DEFAULT) global() argument
305 _bpf_cmp(LHS,OP,RHS,UNLIKELY) global() argument
330 bpf_cmp_unlikely(LHS,OP,RHS) global() argument
334 bpf_cmp_likely(LHS,OP,RHS) global() argument
[all...]
/linux/fs/netfs/
H A Dinternal.h499 #define ASSERTCMP(X, OP, Y) \ argument
519 #define ASSERTIFCMP(C, X, OP, Y) \ argument
533 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
535 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux/security/apparmor/include/
H A Dnet.h60 #define DEFINE_AUDIT_NET(NAME, OP, CRED, SK, F, T, P) \ argument
73 #define DEFINE_AUDIT_SK(NAME, OP, CRED, SK) \ argument
/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c440 #define LN_FUNC(NAME, TYPE, OP) \ argument
443 #define LN_FUNC_PIN(REV, ID, OP) \ argument
446 #define LN1_FUNC_PIN(ID, OP) LN_FUNC_PIN(1, ID, OP) argument
447 #define LN2_FUNC_PIN(ID, OP) LN_FUNC_PIN(2, ID, OP) argument
449 #define LN_FUNC_AIF(REV, ID, OP) \ argument
452 #define LN1_FUNC_AIF(ID, OP) LN_FUNC_AIF(1, ID, OP) argument
453 #define LN2_FUNC_AIF(ID, OP) LN_FUNC_AIF(2, ID, OP) argument
455 #define LN2_FUNC_GAI(ID, OP, BOP, LROP, RXOP, TXOP) \ argument
/linux/drivers/infiniband/hw/hfi1/
H A Drc.h11 #define OP(x) IB_OPCODE_RC_##x macro
H A Duc.c11 #define OP(x) UC_OP(x) macro
H A Dtrace.c102 #define OP(transport, op) IB_OPCODE_## transport ## _ ## op macro
/linux/drivers/gpu/drm/i915/
H A Di915_wait_util.h21 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
/linux/arch/sparc/include/asm/
H A Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
H A Dsfp-machine_32.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux/arch/sh/include/asm/
H A Dsfp-machine.h53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux/arch/alpha/include/asm/
H A Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux/arch/sh/math-emu/
H A Dmath.c78 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) argument
101 #define ARITH_X(SZ,OP,M,N) do{ \ argument
/linux/lib/crc/mips/
H A Dcrc32.h16 #define _ASM_SET_CRC(OP, SZ, TYPE) \ argument
/linux/include/math-emu/
H A Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
/linux/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux/drivers/gpu/drm/xe/regs/
H A Dxe_engine_regs.h140 #define CTR_LOGIC_OP(OP) REG_FIELD_PREP(CTR_LOGIC_OP_MASK, CTR_##OP) argument
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c28 #define OP(X) ((X) << 30) macro
/linux/net/rxrpc/
H A Dar-internal.h1651 #define ASSERTCMP(X, OP, Y) \ argument
1671 #define ASSERTIFCMP(C, X, OP, Y) \ argument
1689 #define ASSERTCMP(X, OP, Y) \ argument
1697 #define ASSERTIFCMP(C, X, OP, Y) \ argument
/linux/arch/mips/include/asm/
H A Dmipsregs.h1459 #define _ASM_MACRO_1R(OP, R1, ENC) \ argument
1468 #define _ASM_MACRO_1R1I(OP, R1, I2, ENC) \ argument
1477 #define _ASM_MACRO_2R(OP, R1, R2, ENC) \ argument
1487 #define _ASM_MACRO_3R(OP, R1, R2, R3, ENC) \ argument
1498 #define _ASM_MACRO_2R_1S(OP, R1, R2, SEL3, ENC) \ argument
/linux/kernel/bpf/
H A Dcore.c1825 #define SHT(OPCODE, OP) \ in ___bpf_prog_run() argument
1839 #define ALU(OPCODE, OP) \ in ___bpf_prog_run() argument

12