Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 25 of 79) sorted by relevance

1234

/linux-6.1.9/drivers/cpufreq/
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( 800, 1020),
[all …]
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(806, 31, 2, 208, 260, 208, 312, 3, 1400, 1400), /* 806MHz */
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_uc.c38 #define OP(x) IB_OPCODE_UC_##x macro
109 qp->s_state = OP(SEND_FIRST); in qib_make_uc_req()
114 qp->s_state = OP(SEND_ONLY); in qib_make_uc_req()
117 OP(SEND_ONLY_WITH_IMMEDIATE); in qib_make_uc_req()
138 qp->s_state = OP(RDMA_WRITE_FIRST); in qib_make_uc_req()
143 qp->s_state = OP(RDMA_WRITE_ONLY); in qib_make_uc_req()
146 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE); in qib_make_uc_req()
163 case OP(SEND_FIRST): in qib_make_uc_req()
164 qp->s_state = OP(SEND_MIDDLE); in qib_make_uc_req()
166 case OP(SEND_MIDDLE): in qib_make_uc_req()
[all …]
Dqib_rc.c39 #define OP(x) IB_OPCODE_RC_##x macro
79 case OP(RDMA_READ_RESPONSE_LAST): in qib_make_rc_ack()
80 case OP(RDMA_READ_RESPONSE_ONLY): in qib_make_rc_ack()
87 case OP(ATOMIC_ACKNOWLEDGE): in qib_make_rc_ack()
96 case OP(SEND_ONLY): in qib_make_rc_ack()
97 case OP(ACKNOWLEDGE): in qib_make_rc_ack()
106 if (e->opcode == OP(RDMA_READ_REQUEST)) { in qib_make_rc_ack()
127 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST); in qib_make_rc_ack()
129 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY); in qib_make_rc_ack()
140 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDGE); in qib_make_rc_ack()
[all …]
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Duc.c11 #define OP(x) UC_OP(x) macro
122 qp->s_state = OP(SEND_FIRST); in hfi1_make_uc_req()
127 qp->s_state = OP(SEND_ONLY); in hfi1_make_uc_req()
130 OP(SEND_ONLY_WITH_IMMEDIATE); in hfi1_make_uc_req()
151 qp->s_state = OP(RDMA_WRITE_FIRST); in hfi1_make_uc_req()
156 qp->s_state = OP(RDMA_WRITE_ONLY); in hfi1_make_uc_req()
159 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE); in hfi1_make_uc_req()
176 case OP(SEND_FIRST): in hfi1_make_uc_req()
177 qp->s_state = OP(SEND_MIDDLE); in hfi1_make_uc_req()
179 case OP(SEND_MIDDLE): in hfi1_make_uc_req()
[all …]
Dtrace.c102 #define OP(transport, op) IB_OPCODE_## transport ## _ ## op macro
263 case OP(RC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
264 case OP(UC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
265 case OP(RC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
266 case OP(UC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
267 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
268 case OP(UC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
273 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
274 case OP(UC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
282 case OP(RC, RDMA_READ_REQUEST): in parse_everbs_hdrs()
[all …]
Drc.c98 case OP(RDMA_READ_RESPONSE_LAST): in make_rc_ack()
99 case OP(RDMA_READ_RESPONSE_ONLY): in make_rc_ack()
103 case OP(ATOMIC_ACKNOWLEDGE): in make_rc_ack()
122 case OP(SEND_ONLY): in make_rc_ack()
123 case OP(ACKNOWLEDGE): in make_rc_ack()
138 if (e->opcode == OP(RDMA_READ_REQUEST)) { in make_rc_ack()
163 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST); in make_rc_ack()
165 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY); in make_rc_ack()
215 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDGE); in make_rc_ack()
226 case OP(RDMA_READ_RESPONSE_FIRST): in make_rc_ack()
[all …]
/linux-6.1.9/crypto/
Dseed.c311 #define OP(X1, X2, X3, X4, rbase) \ macro
377 OP(x1, x2, x3, x4, 0); in seed_encrypt()
378 OP(x3, x4, x1, x2, 2); in seed_encrypt()
379 OP(x1, x2, x3, x4, 4); in seed_encrypt()
380 OP(x3, x4, x1, x2, 6); in seed_encrypt()
381 OP(x1, x2, x3, x4, 8); in seed_encrypt()
382 OP(x3, x4, x1, x2, 10); in seed_encrypt()
383 OP(x1, x2, x3, x4, 12); in seed_encrypt()
384 OP(x3, x4, x1, x2, 14); in seed_encrypt()
385 OP(x1, x2, x3, x4, 16); in seed_encrypt()
[all …]
/linux-6.1.9/samples/bpf/
Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
158 .imm = OP })
[all …]
/linux-6.1.9/tools/include/linux/
Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
193 .imm = OP })
[all …]
/linux-6.1.9/arch/loongarch/include/asm/
Dinst.h348 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \ argument
358 insn->reg0i26_format.opcode = OP; \
365 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \ argument
369 insn->reg1i20_format.opcode = OP; \
378 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \ argument
383 insn->reg2_format.opcode = OP; \
392 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \ argument
398 insn->reg2i5_format.opcode = OP; \
408 #define DEF_EMIT_REG2I6_FORMAT(NAME, OP) \ argument
414 insn->reg2i6_format.opcode = OP; \
[all …]
/linux-6.1.9/Documentation/staging/
Dtee.rst120 OP-TEE driver
123 The OP-TEE driver handles OP-TEE [1] based TEEs. Currently it is only the ARM
124 TrustZone based OP-TEE solution that is supported.
126 Lowest level of communication with OP-TEE builds on ARM SMC Calling
127 Convention (SMCCC) [2], which is the foundation for OP-TEE's SMC interface
128 [3] used internally by the driver. Stacked on top of that is OP-TEE Message
131 OP-TEE SMC interface provides the basic functions required by SMCCC and some
132 additional functions specific for OP-TEE. The most interesting functions are:
137 - OPTEE_SMC_CALL_GET_OS_UUID returns the particular OP-TEE implementation, used
138 to tell, for instance, a TrustZone OP-TEE apart from an OP-TEE running on a
[all …]
/linux-6.1.9/sound/pci/emu10k1/
Demufx.c474 #define OP(icode, ptr, op, r, a, x, y) \ macro
1809 OP(icode, ptr, iMAC0, dst, C_00000000, src, vol); in _volume()
1810 OP(icode, ptr, iANDXOR, C_00000000, vol, C_ffffffff, C_7fffffff); in _volume()
1811 OP(icode, ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_NONZERO, C_00000001); in _volume()
1812 OP(icode, ptr, iACC3, dst, src, C_00000000, C_00000000); in _volume()
1816 OP(icode, ptr, iANDXOR, C_00000000, vol, C_ffffffff, C_7fffffff); in _volume_add()
1817 OP(icode, ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_NONZERO, C_00000002); in _volume_add()
1818 OP(icode, ptr, iMACINT0, dst, dst, src, C_00000001); in _volume_add()
1819 OP(icode, ptr, iSKIP, C_00000000, C_7fffffff, C_7fffffff, C_00000001); in _volume_add()
1820 OP(icode, ptr, iMAC0, dst, dst, src, vol); in _volume_add()
[all …]
/linux-6.1.9/fs/fscache/
Dinternal.h239 #define ASSERTCMP(X, OP, Y) \ argument
241 if (unlikely(!((X) OP (Y)))) { \
244 pr_err("%lx " #OP " %lx is false\n", \
259 #define ASSERTIFCMP(C, X, OP, Y) \ argument
261 if (unlikely((C) && !((X) OP (Y)))) { \
264 pr_err("%lx " #OP " %lx is false\n", \
273 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
275 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-6.1.9/drivers/tee/optee/
DKconfig2 # OP-TEE Trusted Execution Environment Configuration
4 tristate "OP-TEE"
8 This implements the OP-TEE Trusted Execution Environment (TEE)
/linux-6.1.9/Documentation/input/devices/
Diforce-protocol.rst40 2B OP LEN DATA CS
48 OP DATA
62 OP= 01 for a joystick, 03 for a wheel
79 OP= 02
94 OP= 01
144 OP= 02
157 OP= 03
167 OP= 04
180 OP= 05
200 OP= 41
[all …]
/linux-6.1.9/fs/cachefiles/
Dinternal.h439 #define ASSERTCMP(X, OP, Y) \ argument
441 if (unlikely(!((X) OP (Y)))) { \
444 pr_err("%lx " #OP " %lx is false\n", \
459 #define ASSERTIFCMP(C, X, OP, Y) \ argument
461 if (unlikely((C) && !((X) OP (Y)))) { \
464 pr_err("%lx " #OP " %lx is false\n", \
473 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
475 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-6.1.9/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-log-addrs.rst97 Note that :ref:`CEC_OP_CEC_VERSION_1_3A <CEC-OP-CEC-VERSION-1-3A>` is not allowed by the CEC
198 * .. _`CEC-OP-CEC-VERSION-1-3A`:
203 * .. _`CEC-OP-CEC-VERSION-1-4B`:
208 * .. _`CEC-OP-CEC-VERSION-2-0`:
223 * .. _`CEC-OP-PRIM-DEVTYPE-TV`:
228 * .. _`CEC-OP-PRIM-DEVTYPE-RECORD`:
233 * .. _`CEC-OP-PRIM-DEVTYPE-TUNER`:
238 * .. _`CEC-OP-PRIM-DEVTYPE-PLAYBACK`:
243 * .. _`CEC-OP-PRIM-DEVTYPE-AUDIOSYSTEM`:
248 * .. _`CEC-OP-PRIM-DEVTYPE-SWITCH`:
[all …]
/linux-6.1.9/security/apparmor/include/
Dnet.h56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
62 OP); \
67 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument
68 DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \
/linux-6.1.9/arch/ia64/lib/
Didiv32.S22 # define OP mod macro
24 # define OP div macro
41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
Didiv64.S22 # define OP mod macro
24 # define OP div macro
39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
/linux-6.1.9/Documentation/devicetree/bindings/arm/firmware/
Dlinaro,optee-tz.yaml7 title: OP-TEE Device Tree Bindings
13 OP-TEE is a piece of software using hardware features to provide a Trusted
36 The method of calling the OP-TEE Trusted OS depending on smc or hvc
/linux-6.1.9/include/linux/
Dfilter.h92 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
94 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
100 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
102 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
110 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
112 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
118 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
120 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
282 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
288 .imm = OP })
[all …]
Dcapability.h102 #define CAP_BOP_ALL(c, a, b, OP) \ argument
106 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \
110 #define CAP_UOP_ALL(c, a, OP) \ argument
114 c.cap[__capi] = OP a.cap[__capi]; \
/linux-6.1.9/tools/perf/util/
Dexpr.y126 #define BINARY_LONG_OP(RESULT, OP, LHS, RHS) \
130 RESULT.val = (long)LHS.val OP (long)RHS.val; \
136 #define BINARY_OP(RESULT, OP, LHS, RHS) \
140 RESULT.val = LHS.val OP RHS.val; \

1234