/linux-6.6.21/drivers/cpufreq/ |
D | speedstep-centrino.c | 85 #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 …]
|
D | pxa3xx-cpufreq.c | 72 #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.6.21/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 38 #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 …]
|
D | qib_rc.c | 39 #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.6.21/drivers/infiniband/hw/hfi1/ |
D | uc.c | 11 #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 …]
|
D | trace.c | 102 #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 …]
|
D | rc.c | 98 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.6.21/crypto/ |
D | seed.c | 311 #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.6.21/samples/bpf/ |
D | bpf_insn.h | 10 #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.6.21/tools/include/linux/ |
D | filter.h | 34 #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.6.21/arch/loongarch/include/asm/ |
D | inst.h | 505 #define DEF_EMIT_REG0I15_FORMAT(NAME, OP) \ argument 509 insn->reg0i15_format.opcode = OP; \ 515 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \ argument 525 insn->reg0i26_format.opcode = OP; \ 533 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \ argument 537 insn->reg1i20_format.opcode = OP; \ 546 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \ argument 551 insn->reg2_format.opcode = OP; \ 560 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \ argument 566 insn->reg2i5_format.opcode = OP; \ [all …]
|
/linux-6.6.21/Documentation/staging/ |
D | tee.rst | 120 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.6.21/fs/fscache/ |
D | internal.h | 239 #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.6.21/drivers/tee/optee/ |
D | Kconfig | 2 # OP-TEE Trusted Execution Environment Configuration 4 tristate "OP-TEE" 8 This implements the OP-TEE Trusted Execution Environment (TEE) 12 bool "Load OP-TEE image as firmware" 16 This loads the BL32 image for OP-TEE as firmware when the driver is
|
/linux-6.6.21/sound/pci/emu10k1/ |
D | emufx.c | 503 #define OP(icode, ptr, op, r, a, x, y) \ macro 1782 OP(icode, ptr, iMAC1, dst, C_00000000, src, vol); in _volume() 1786 OP(icode, ptr, iMAC1, dst, dst, src, vol); in _volume_add() 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); in _snd_emu10k1_init_efx() 1866 OP(icode, &ptr, iMACINT0, GPR(1), C_00000000, FXBUS(FXBUS_PCM_RIGHT), C_00000008); in _snd_emu10k1_init_efx() 1867 OP(icode, &ptr, iMACINT0, GPR(2), C_00000000, FXBUS(FXBUS_MIDI_LEFT), C_00000008); in _snd_emu10k1_init_efx() 1868 OP(icode, &ptr, iMACINT0, GPR(3), C_00000000, FXBUS(FXBUS_MIDI_RIGHT), C_00000008); in _snd_emu10k1_init_efx() 1869 OP(icode, &ptr, iMACINT0, GPR(4), C_00000000, FXBUS(FXBUS_PCM_LEFT_REAR), C_00000008); in _snd_emu10k1_init_efx() [all …]
|
/linux-6.6.21/Documentation/input/devices/ |
D | iforce-protocol.rst | 40 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.6.21/fs/cachefiles/ |
D | internal.h | 439 #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.6.21/Documentation/userspace-api/media/cec/ |
D | cec-ioc-adap-g-log-addrs.rst | 97 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.6.21/security/apparmor/include/ |
D | net.h | 56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument 63 OP); \ 68 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument 69 DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \
|
/linux-6.6.21/include/linux/ |
D | filter.h | 96 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 98 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 104 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 105 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 107 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 109 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 115 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 116 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 120 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 122 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ [all …]
|
/linux-6.6.21/arch/ia64/lib/ |
D | idiv32.S | 22 # define OP mod macro 24 # define OP div macro 41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
|
D | idiv64.S | 22 # define OP mod macro 24 # define OP div macro 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/firmware/ |
D | linaro,optee-tz.yaml | 7 title: OP-TEE 13 OP-TEE is a piece of software using hardware features to provide a Trusted 37 The method of calling the OP-TEE Trusted OS depending on smc or hvc
|
/linux-6.6.21/drivers/pinctrl/cirrus/ |
D | pinctrl-lochnagar.c | 439 #define LN_FUNC(NAME, TYPE, OP) \ argument 440 { .name = NAME, .type = LN_FTYPE_##TYPE, .op = OP } 442 #define LN_FUNC_PIN(REV, ID, OP) \ argument 443 LN_FUNC(lochnagar##REV##_##ID##_pin.name, PIN, OP) 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 449 LN_FUNC(lochnagar##REV##_##ID##_aif.name, AIF, OP) 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 [all …]
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-bus-optee-devices | 6 OP-TEE bus provides reference to registered drivers under this directory. The <uuid> 15 Allows to distinguish whether an OP-TEE based TA/device requires user-space
|