Searched refs:OP (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/drivers/cpufreq/
H A Dspeedstep-centrino.c85 #define OP(mhz, mv) \ macro
101 OP(600, 844),
102 OP(800, 988),
103 OP(900, 1004),
110 OP(600, 844),
111 OP(800, 972),
112 OP(900, 988),
113 OP(1000, 1004),
120 OP( 600, 956),
121 OP( 80
198 #undef OP macro
[all...]
H A Dpxa3xx-cpufreq.c72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
88 OP(104, 8, 1, 104, 260, 78, 104, 3, 1000, 1100), /* 104MHz */
89 OP(208, 16, 1, 104, 260, 104, 156, 2, 1000, 1100), /* 208MHz */
90 OP(416, 16, 2, 156, 260, 104, 208, 2, 1100, 1200), /* 416MHz */
91 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */
96 OP(104, 8, 1, 104, 260, 78, 104, 3, 1000, 1100), /* 104MHz */
97 OP(208, 16, 1, 104, 260, 104, 156, 2, 1000, 1100), /* 208MHz */
98 OP(416, 16, 2, 156, 260, 104, 208, 2, 1100, 1200), /* 416MHz */
99 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */
100 OP(80
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_uc.c38 #define OP(x) IB_OPCODE_UC_##x macro
109 qp->s_state = OP(SEND_FIRST);
114 qp->s_state = OP(SEND_ONLY);
117 OP(SEND_ONLY_WITH_IMMEDIATE);
138 qp->s_state = OP(RDMA_WRITE_FIRST);
143 qp->s_state = OP(RDMA_WRITE_ONLY);
146 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE);
163 case OP(SEND_FIRST):
164 qp->s_state = OP(SEND_MIDDLE);
166 case OP(SEND_MIDDL
407 case OP(RDMA_WRITE_FIRST): function
[all...]
H A Dqib_rc.c39 #define OP(x) IB_OPCODE_RC_##x macro
79 case OP(RDMA_READ_RESPONSE_LAST):
80 case OP(RDMA_READ_RESPONSE_ONLY):
87 case OP(ATOMIC_ACKNOWLEDGE):
96 case OP(SEND_ONLY): function
97 case OP(ACKNOWLEDGE):
106 if (e->opcode == OP(RDMA_READ_REQUEST)) {
127 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST);
129 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY);
140 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDG
1578 case OP(RDMA_READ_REQUEST): { function
1628 case OP(COMPARE_SWAP): function
1939 case OP(RDMA_READ_REQUEST): { function
2006 case OP(COMPARE_SWAP): function
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Duc.c11 #define OP(x) UC_OP(x) macro
122 qp->s_state = OP(SEND_FIRST);
127 qp->s_state = OP(SEND_ONLY);
130 OP(SEND_ONLY_WITH_IMMEDIATE);
151 qp->s_state = OP(RDMA_WRITE_FIRST);
156 qp->s_state = OP(RDMA_WRITE_ONLY);
159 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE);
176 case OP(SEND_FIRST):
177 qp->s_state = OP(SEND_MIDDLE);
179 case OP(SEND_MIDDL
348 case OP(SEND_FIRST): function
436 case OP(RDMA_WRITE_FIRST): function
[all...]
H A Dtrace.c102 #define OP(transport, op) IB_OPCODE_## transport ## _ ## op macro
263 case OP(RC, SEND_LAST_WITH_IMMEDIATE):
264 case OP(UC, SEND_LAST_WITH_IMMEDIATE):
265 case OP(RC, SEND_ONLY_WITH_IMMEDIATE):
266 case OP(UC, SEND_ONLY_WITH_IMMEDIATE):
267 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE):
268 case OP(UC, RDMA_WRITE_LAST_WITH_IMMEDIATE):
273 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE):
274 case OP(UC, RDMA_WRITE_ONLY_WITH_IMMEDIATE):
282 case OP(R
[all...]
H A Drc.h11 #define OP(x) IB_OPCODE_RC_##x macro
22 qp->s_ack_state = OP(ACKNOWLEDGE);
H A Drc.c98 case OP(RDMA_READ_RESPONSE_LAST):
99 case OP(RDMA_READ_RESPONSE_ONLY):
103 case OP(ATOMIC_ACKNOWLEDGE):
122 case OP(SEND_ONLY): function
123 case OP(ACKNOWLEDGE):
138 if (e->opcode == OP(RDMA_READ_REQUEST)) {
163 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST);
165 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY);
215 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDGE);
226 case OP(RDMA_READ_RESPONSE_FIRS
2568 case OP(RDMA_READ_REQUEST): { function
2616 case OP(COMPARE_SWAP): function
3015 case OP(RDMA_READ_REQUEST): { function
3083 case OP(COMPARE_SWAP): function
[all...]
/linux-master/samples/bpf/
H A Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \
12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \
20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
28 #define BPF_ALU64_IMM(OP, DST, IMM) \
30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
36 #define BPF_ALU32_IMM(OP, DST, IMM) \
38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \
158 .imm = OP })
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h263 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \
267 asm volatile goto("if %[lhs] " OP " %[rhs] goto %l[l_true]" \
276 * __lhs OP __rhs below will catch the mistake.
279 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \
285 (void)(__lhs OP __rhs); \
286 if (__cmp_cannot_be_signed(OP) || !__is_signed_type(typeof(__lhs))) { \
291 ret = __bpf_cmp(__lhs, #OP, "r", __rhs, UNLIKELY); \
293 ret = __bpf_cmp(__lhs, #OP, "ri", __rhs, UNLIKELY); \
296 ret = __bpf_cmp(__lhs, "s"#OP, "r", __rhs, UNLIKELY); \
298 ret = __bpf_cmp(__lhs, "s"#OP, "r
[all...]
/linux-master/tools/include/linux/
H A Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \
36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
52 #define BPF_ALU64_IMM(OP, DST, IMM) \
54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
60 #define BPF_ALU32_IMM(OP, DST, IMM) \
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \
193 .imm = OP })
[all...]
/linux-master/security/apparmor/include/
H A Dnet.h60 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \
67 OP); \
72 #define DEFINE_AUDIT_SK(NAME, OP, SK) \
73 DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \
/linux-master/crypto/
H A Dseed.c311 #define OP(X1, X2, X3, X4, rbase) \ macro
377 OP(x1, x2, x3, x4, 0);
378 OP(x3, x4, x1, x2, 2);
379 OP(x1, x2, x3, x4, 4);
380 OP(x3, x4, x1, x2, 6);
381 OP(x1, x2, x3, x4, 8);
382 OP(x3, x4, x1, x2, 10);
383 OP(x1, x2, x3, x4, 12);
384 OP(x3, x4, x1, x2, 14);
385 OP(x
[all...]
/linux-master/fs/netfs/
H A Dinternal.h391 #define ASSERTCMP(X, OP, Y) \
393 if (unlikely(!((X) OP (Y)))) { \
396 pr_err("%lx " #OP " %lx is false\n", \
411 #define ASSERTIFCMP(C, X, OP, Y) \
413 if (unlikely((C) && !((X) OP (Y)))) { \
416 pr_err("%lx " #OP " %lx is false\n", \
425 #define ASSERTCMP(X, OP, Y) do {} while (0)
427 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0)
/linux-master/arch/loongarch/include/asm/
H A Dinst.h523 #define DEF_EMIT_REG0I15_FORMAT(NAME, OP) \
527 insn->reg0i15_format.opcode = OP; \
533 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \
543 insn->reg0i26_format.opcode = OP; \
551 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \
555 insn->reg1i20_format.opcode = OP; \
564 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \
569 insn->reg2_format.opcode = OP; \
580 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \
586 insn->reg2i5_format.opcode = OP; \
[all...]
/linux-master/sound/pci/emu10k1/
H A Demufx.c503 #define OP(icode, ptr, op, r, a, x, y) \ macro
1782 OP(icode, ptr, iMAC1, dst, C_00000000, src, vol);
1786 OP(icode, ptr, iMAC1, dst, dst, src, vol);
1800 OP((icode), ptr, iMACINT0, dst, C_00000000, src, sw);
1806 OP((icode), ptr, iANDXOR, dst, src, C_00000001, C_00000001);
1865 OP(icode, &ptr, iMACINT0, GPR(0), C_00000000, FXBUS(FXBUS_PCM_LEFT), C_00000008);
1866 OP(icode, &ptr, iMACINT0, GPR(1), C_00000000, FXBUS(FXBUS_PCM_RIGHT), C_00000008);
1867 OP(icode, &ptr, iMACINT0, GPR(2), C_00000000, FXBUS(FXBUS_MIDI_LEFT), C_00000008);
1868 OP(icode, &ptr, iMACINT0, GPR(3), C_00000000, FXBUS(FXBUS_MIDI_RIGHT), C_00000008);
1869 OP(icod
[all...]
/linux-master/include/linux/
H A Dfilter.h99 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \
101 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
107 #define BPF_ALU64_REG(OP, DST, SRC) \
108 BPF_ALU64_REG_OFF(OP, DST, SRC, 0)
110 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \
112 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
118 #define BPF_ALU32_REG(OP, DST, SRC) \
119 BPF_ALU32_REG_OFF(OP, DST, SRC, 0)
123 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \
125 .code = BPF_ALU64 | BPF_OP(OP) | BPF_
[all...]
/linux-master/fs/cachefiles/
H A Dinternal.h496 #define ASSERTCMP(X, OP, Y) \
498 if (unlikely(!((X) OP (Y)))) { \
501 pr_err("%lx " #OP " %lx is false\n", \
516 #define ASSERTIFCMP(C, X, OP, Y) \
518 if (unlikely((C) && !((X) OP (Y)))) { \
521 pr_err("%lx " #OP " %lx is false\n", \
530 #define ASSERTCMP(X, OP, Y) do {} while (0)
532 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0)
/linux-master/tools/arch/loongarch/include/asm/
H A Dinst.h147 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \
153 insn->reg2i16_format.opcode = OP; \
/linux-master/arch/alpha/include/asm/
H A Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
/linux-master/arch/sh/include/asm/
H A Dsfp-machine.h53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
/linux-master/arch/mips/crypto/
H A Dcrc32-mips.c31 #define _ASM_SET_CRC(OP, SZ, TYPE) \
32 _ASM_MACRO_3R(OP, rt, rs, rt2, \
34 ".error \"invalid operands \\\"" #OP " \\rt,\\rs,\\rt2\\\"\"\n\t" \
/linux-master/arch/sh/math-emu/
H A Dmath.c76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; })
99 #define ARITH_X(SZ,OP,M,N) do{ \
102 FP_##OP##_##SZ(Fr, Fn, Fm); \
/linux-master/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c439 #define LN_FUNC(NAME, TYPE, OP) \
440 { .name = NAME, .type = LN_FTYPE_##TYPE, .op = OP }
442 #define LN_FUNC_PIN(REV, ID, OP) \
443 LN_FUNC(lochnagar##REV##_##ID##_pin.name, PIN, OP)
445 #define LN1_FUNC_PIN(ID, OP) LN_FUNC_PIN(1, ID, OP)
446 #define LN2_FUNC_PIN(ID, OP) LN_FUNC_PIN(2, ID, OP)
448 #define LN_FUNC_AIF(REV, ID, OP) \
449 LN_FUNC(lochnagar##REV##_##ID##_aif.name, AIF, OP)
[all...]

Completed in 271 milliseconds

123