| /linux/drivers/cpufreq/ |
| A D | speedstep-centrino.c | 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), 122 OP( 900, 1100), [all …]
|
| A 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/drivers/infiniband/hw/qib/ |
| A D | qib_uc.c | 163 case OP(SEND_FIRST): in qib_make_uc_req() 166 case OP(SEND_MIDDLE): in qib_make_uc_req() 187 case OP(RDMA_WRITE_FIRST): in qib_make_uc_req() 283 case OP(SEND_FIRST): in qib_uc_rcv() 284 case OP(SEND_ONLY): in qib_uc_rcv() 300 case OP(SEND_FIRST): in qib_uc_rcv() 301 case OP(SEND_MIDDLE): in qib_uc_rcv() 332 case OP(SEND_FIRST): in qib_uc_rcv() 333 case OP(SEND_ONLY): in qib_uc_rcv() 356 case OP(SEND_MIDDLE): in qib_uc_rcv() [all …]
|
| A D | qib_rc.c | 96 case OP(SEND_ONLY): in qib_make_rc_ack() 97 case OP(ACKNOWLEDGE): in qib_make_rc_ack() 476 case OP(SEND_FIRST): in qib_make_rc_req() 479 case OP(SEND_MIDDLE): in qib_make_rc_req() 1345 case OP(ACKNOWLEDGE): in qib_rc_rcv_resp() 1629 case OP(FETCH_ADD): { in qib_rc_rcv_error() 1769 case OP(SEND_FIRST): in qib_rc_rcv() 1770 case OP(SEND_MIDDLE): in qib_rc_rcv() 1806 case OP(SEND_FIRST): in qib_rc_rcv() 1835 case OP(SEND_ONLY): in qib_rc_rcv() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | uc.c | 11 #define OP(x) UC_OP(x) macro 176 case OP(SEND_FIRST): in hfi1_make_uc_req() 179 case OP(SEND_MIDDLE): in hfi1_make_uc_req() 299 case OP(SEND_FIRST): in hfi1_uc_rcv() 300 case OP(SEND_ONLY): in hfi1_uc_rcv() 316 case OP(SEND_FIRST): in hfi1_uc_rcv() 317 case OP(SEND_MIDDLE): in hfi1_uc_rcv() 348 case OP(SEND_FIRST): in hfi1_uc_rcv() 349 case OP(SEND_ONLY): in hfi1_uc_rcv() 372 case OP(SEND_MIDDLE): in hfi1_uc_rcv() [all …]
|
| A D | trace.c | 285 case OP(RC, RDMA_WRITE_ONLY): in parse_everbs_hdrs() 286 case OP(UC, RDMA_WRITE_ONLY): in parse_everbs_hdrs() 295 case OP(RC, ACKNOWLEDGE): in parse_everbs_hdrs() 300 case OP(TID_RDMA, WRITE_REQ): in parse_everbs_hdrs() 339 case OP(TID_RDMA, READ_REQ): in parse_everbs_hdrs() 351 case OP(TID_RDMA, READ_RESP): in parse_everbs_hdrs() 371 case OP(TID_RDMA, ACK): in parse_everbs_hdrs() 387 case OP(TID_RDMA, RESYNC): in parse_everbs_hdrs() 402 case OP(RC, COMPARE_SWAP): in parse_everbs_hdrs() 403 case OP(RC, FETCH_ADD): in parse_everbs_hdrs() [all …]
|
| A D | rc.c | 122 case OP(SEND_ONLY): in make_rc_ack() 123 case OP(ACKNOWLEDGE): in make_rc_ack() 908 case OP(SEND_FIRST): in hfi1_make_rc_req() 911 case OP(SEND_MIDDLE): in hfi1_make_rc_req() 2358 case OP(ACKNOWLEDGE): in rc_rcv_resp() 2617 case OP(FETCH_ADD): { in rc_rcv_error() 2816 case OP(SEND_FIRST): in hfi1_rc_rcv() 2817 case OP(SEND_MIDDLE): in hfi1_rc_rcv() 2855 case OP(SEND_FIRST): in hfi1_rc_rcv() 2889 case OP(SEND_ONLY): in hfi1_rc_rcv() [all …]
|
| A D | rc.h | 11 #define OP(x) IB_OPCODE_RC_##x macro 22 qp->s_ack_state = OP(ACKNOWLEDGE); in update_ack_queue()
|
| /linux/crypto/ |
| A D | seed.c | 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() 426 OP(x3, x4, x1, x2, 8); in seed_decrypt() 427 OP(x1, x2, x3, x4, 6); in seed_decrypt() 428 OP(x3, x4, x1, x2, 4); in seed_decrypt() 429 OP(x1, x2, x3, x4, 2); in seed_decrypt() [all …]
|
| /linux/Documentation/tee/ |
| A D | op-tee.rst | 4 OP-TEE (Open Portable Trusted Execution Environment) 7 The OP-TEE driver handles OP-TEE [1] based TEEs. Currently it is only the ARM 8 TrustZone based OP-TEE solution that is supported. 22 to tell, for instance, a TrustZone OP-TEE apart from an OP-TEE running on a 28 range to used for shared memory between Linux and OP-TEE. 34 OP-TEE architecture:: 49 | Client| || | TEE | OP-TEE | | OP-TEE | 63 OP-TEE device enumeration 71 OP-TEE notifications 142 4. Blocking SMC call to load OP-TEE. [all …]
|
| /linux/samples/bpf/ |
| A 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, \ 158 .imm = OP }) 175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
| /linux/tools/include/linux/ |
| A 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, \ 211 .imm = OP }) 228 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| A D | bpf_experimental.h | 305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument 311 (void)(__lhs OP __rhs); \ 330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument 334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument 337 if (__builtin_strcmp(#OP, "==") == 0) \ 339 else if (__builtin_strcmp(#OP, "!=") == 0) \ 341 else if (__builtin_strcmp(#OP, "<=") == 0) \ 343 else if (__builtin_strcmp(#OP, "<") == 0) \ 345 else if (__builtin_strcmp(#OP, ">") == 0) \ 347 else if (__builtin_strcmp(#OP, ">=") == 0) \ [all …]
|
| /linux/arch/loongarch/include/asm/ |
| A D | inst.h | 529 insn->reg0i15_format.opcode = OP; \ 548 insn->reg0i26_format.opcode = OP; \ 560 insn->reg1i20_format.opcode = OP; \ 574 insn->reg2_format.opcode = OP; \ 591 insn->reg2i5_format.opcode = OP; \ 607 insn->reg2i6_format.opcode = OP; \ 623 insn->reg2i12_format.opcode = OP; \ 653 insn->reg2i14_format.opcode = OP; \ 674 insn->reg2i16_format.opcode = OP; \ 710 insn->reg3_format.opcode = OP; \ [all …]
|
| /linux/drivers/tee/optee/ |
| A D | Kconfig | 2 # OP-TEE Trusted Execution Environment Configuration 4 tristate "OP-TEE" 9 This implements the OP-TEE Trusted Execution Environment (TEE) 13 bool "Load OP-TEE image as firmware" 17 This loads the BL32 image for OP-TEE as firmware when the driver is
|
| /linux/sound/pci/emu10k1/ |
| A 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); 2194 OP(icode, &ptr, iACC3, C_00000000, GPR(gpr), C_00000000, C_00000000); in _snd_emu10k1_init_efx() 2197 OP(icode, &ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_ZERO, GPR(gpr)); in _snd_emu10k1_init_efx() 2211 OP(icode, &ptr, iACC3, GPR(k+2), GPR(k+2), GPR(k+2), C_00000000); in _snd_emu10k1_init_efx() 2220 OP(icode, &ptr, iACC3, GPR(d), GPR(l+2), C_00000000, C_00000000); in _snd_emu10k1_init_efx() 2320 OP(icode, &ptr, iACC3, FXBUS2(z), C_00000000, C_00000000, EXTIN(c)); in _snd_emu10k1_init_efx() [all …]
|
| /linux/Documentation/input/devices/ |
| A D | iforce-protocol.rst | 40 2B OP LEN DATA CS 48 OP DATA 79 OP= 02 94 OP= 01 144 OP= 02 157 OP= 03 167 OP= 04 180 OP= 05 200 OP= 41 217 OP= ff [all …]
|
| /linux/Documentation/userspace-api/media/cec/ |
| A D | cec-ioc-adap-g-log-addrs.rst | 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`: 248 * .. _`CEC-OP-PRIM-DEVTYPE-SWITCH`: 316 * .. _`CEC-OP-ALL-DEVTYPE-TV`: 321 * .. _`CEC-OP-ALL-DEVTYPE-RECORD`: 326 * .. _`CEC-OP-ALL-DEVTYPE-TUNER`: [all …]
|
| /linux/security/apparmor/include/ |
| A D | net.h | 59 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument 66 OP); \ 71 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument 72 DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \
|
| /linux/include/linux/ |
| A D | filter.h | 110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 111 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 115 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 122 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 133 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 134 BPF_ALU64_IMM_OFF(OP, DST, IMM, 0) 138 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 143 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 144 BPF_ALU32_IMM_OFF(OP, DST, IMM, 0) [all …]
|
| /linux/fs/cachefiles/ |
| A D | internal.h | 504 #define ASSERTCMP(X, OP, Y) \ argument 506 if (unlikely(!((X) OP (Y)))) { \ 509 pr_err("%lx " #OP " %lx is false\n", \ 524 #define ASSERTIFCMP(C, X, OP, Y) \ argument 526 if (unlikely((C) && !((X) OP (Y)))) { \ 529 pr_err("%lx " #OP " %lx is false\n", \ 538 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 540 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
| /linux/fs/netfs/ |
| A D | internal.h | 437 #define ASSERTCMP(X, OP, Y) \ argument 439 if (unlikely(!((X) OP (Y)))) { \ 442 pr_err("%lx " #OP " %lx is false\n", \ 457 #define ASSERTIFCMP(C, X, OP, Y) \ argument 459 if (unlikely((C) && !((X) OP (Y)))) { \ 462 pr_err("%lx " #OP " %lx is false\n", \ 471 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 473 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
| /linux/Documentation/devicetree/bindings/arm/firmware/ |
| A 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/drivers/pinctrl/cirrus/ |
| A 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/Documentation/ABI/testing/ |
| A 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
|