/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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 …]
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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, \ 193 .imm = OP }) 210 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | inst.h | 448 insn->reg0i26_format.opcode = OP; \ 460 insn->reg1i20_format.opcode = OP; \ 474 insn->reg2_format.opcode = OP; \ 489 insn->reg2i5_format.opcode = OP; \ 505 insn->reg2i6_format.opcode = OP; \ 521 insn->reg2i12_format.opcode = OP; \ 548 insn->reg2i14_format.opcode = OP; \ 569 insn->reg2i16_format.opcode = OP; \ 590 insn->reg2bstrd_format.opcode = OP; \ 605 insn->reg3_format.opcode = OP; \ [all …]
|
/linux-6.3-rc2/Documentation/staging/ |
A 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. 138 to tell, for instance, a TrustZone OP-TEE apart from an OP-TEE running on a 141 - OPTEE_SMC_CALL_WITH_ARG drives the OP-TEE message protocol 144 range to used for shared memory between Linux and OP-TEE. 150 OP-TEE architecture:: 165 | Client| || | TEE | OP-TEE | | OP-TEE | 179 OP-TEE device enumeration 187 OP-TEE notifications [all …]
|
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | emufx.c | 474 #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() 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() 1818 OP(icode, ptr, iMACINT0, dst, dst, src, C_00000001); in _volume_add() 1820 OP(icode, ptr, iMAC0, dst, dst, src, vol); in _volume_add() 1826 OP(icode, ptr, iACC3, dst, src, C_00000000, C_00000000); in _volume_out() 1828 OP(icode, ptr, iMAC0, dst, C_00000000, src, vol); in _volume_out() 1842 OP((icode), ptr, iMACINT0, dst, C_00000000, src, sw); [all …]
|
/linux-6.3-rc2/fs/fscache/ |
A 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.3-rc2/drivers/tee/optee/ |
A D | Kconfig | 2 # OP-TEE Trusted Execution Environment Configuration 4 tristate "OP-TEE" 8 This implements the OP-TEE Trusted Execution Environment (TEE)
|
/linux-6.3-rc2/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-6.3-rc2/fs/cachefiles/ |
A 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.3-rc2/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-6.3-rc2/security/apparmor/include/ |
A 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.3-rc2/arch/ia64/lib/ |
A D | idiv32.S | 22 # define OP mod macro 24 # define OP div macro 41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
|
A D | idiv64.S | 22 # define OP mod macro 24 # define OP div macro 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
|
/linux-6.3-rc2/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 36 The method of calling the OP-TEE Trusted OS depending on smc or hvc
|
/linux-6.3-rc2/include/linux/ |
A D | filter.h | 93 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 95 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 101 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 103 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 111 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 113 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 119 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 121 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 289 .imm = OP }) 306 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | expr.y | 126 #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; \
|
/linux-6.3-rc2/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 …]
|