/openbmc/linux/drivers/cpufreq/ |
H 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 …]
|
H 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 */
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H 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 …]
|
H 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 …]
|
/openbmc/linux/crypto/ |
H 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 …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H 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 …]
|
H 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 …]
|
H 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 …]
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_common.c.inc | 28 #define CMPXCHG_HELPER(OP, TYPE) \ 71 #define ATOMIC_HELPER(OP, TYPE) \ 77 #define GEN_ATOMIC_HELPERS(OP) \ 78 ATOMIC_HELPER(glue(OP,b), uint32_t) \ 79 ATOMIC_HELPER(glue(OP,w_be), uint32_t) \ 80 ATOMIC_HELPER(glue(OP,w_le), uint32_t) \ 81 ATOMIC_HELPER(glue(OP,l_be), uint32_t) \ 82 ATOMIC_HELPER(glue(OP,l_le), uint32_t) \ 83 ATOMIC_HELPER(glue(OP,q_be), uint64_t) \ 84 ATOMIC_HELPER(glue(OP,q_le), uint64_t) [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-muldiv.h | 2 void glue(glue(test_, OP), b)(long op0, long op1) in glue() argument 11 stringify(OP)"b %b2\n\t" in glue() 17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue() 20 void glue(glue(test_, OP), w)(long op0h, long op0, long op1) in glue() argument 29 stringify(OP) "w %w3\n\t" in glue() 35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() 38 void glue(glue(test_, OP), l)(long op0h, long op0, long op1) in glue() argument 47 stringify(OP) "l %k3\n\t" in glue() 57 void glue(glue(test_, OP), q)(long op0h, long op0, long op1) in glue() argument 66 stringify(OP) "q %3\n\t" in glue() [all …]
|
H A D | test-i386-shift.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opq glue(glue(exec_, OP), q) 4 #define exec_opl glue(glue(exec_, OP), l) 5 #define exec_opw glue(glue(exec_, OP), w) 6 #define exec_opb glue(glue(exec_, OP), b) 14 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \ 23 stringify(OP) size " %%cl, %" rsize "0\n\t" \ 41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq() 165 void glue(test_, OP)(void) in glue() argument 179 void *glue(_test_, OP) __init_call = glue(test_, OP); [all …]
|
H A D | test-i386.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opq glue(glue(exec_, OP), q) 4 #define exec_opl glue(glue(exec_, OP), l) 5 #define exec_opw glue(glue(exec_, OP), w) 6 #define exec_opb glue(glue(exec_, OP), b) 11 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \ 22 stringify(OP) size " %" rsize "0\n\t" \ 28 stringify(OP) size, s0, res, iflags, flags & CC_MASK); 120 void glue(test_, OP)(void) in glue() argument 149 void *glue(_test_, OP) __init_call = glue(test_, OP); [all …]
|
H A D | test-i386.c | 82 #define OP add macro 85 #define OP sub macro 88 #define OP xor macro 91 #define OP and macro 94 #define OP or macro 97 #define OP cmp macro 100 #define OP adc macro 104 #define OP sbb macro 108 #define OP inc macro 113 #define OP dec macro [all …]
|
/openbmc/linux/samples/bpf/ |
H 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 …]
|
/openbmc/u-boot/doc/ |
H A D | README.tee | 44 OP-TEE driver 47 The OP-TEE driver handles OP-TEE [1] based TEEs. Currently it is only the ARM 48 TrustZone based OP-TEE solution that is supported. 50 Lowest level of communication with OP-TEE builds on ARM SMC Calling 62 to tell, for instance, a TrustZone OP-TEE apart from an OP-TEE running on a 65 - OPTEE_SMC_CALL_WITH_ARG drives the OP-TEE message protocol 68 range to used for shared memory between Linux and OP-TEE. 74 OP-TEE architecture: 89 | OP-TEE | | OP-TEE | 92 | OP-TEE MSG | [all …]
|
/openbmc/linux/tools/include/linux/ |
H 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 …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 891 DO_2OP(OP##w, 4, uint32_t, FN) 897 DO_2OP(OP##w, 4, int32_t, FN) 942 DO_2OP_SAT(OP##w, 4, uint32_t, FN) 948 DO_2OP_SAT(OP##w, 4, int32_t, FN) 1171 DO_VCADD(OP##w, 4, int32_t, FN0, FN1) 1490 DO_2OP_SCALAR(OP##w, 4, int32_t, FN) 2041 DO_2SHIFT(OP##w, 4, uint32_t, FN) 2045 DO_2SHIFT(OP##w, 4, int32_t, FN) 2054 DO_2SHIFT_SAT(OP##w, 4, int32_t, FN) 2565 DO_VIDUP(OP##w, 4, int32_t, FN) [all …]
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | Kconfig | 1 # OP-TEE Trusted Execution Environment Configuration 3 bool "OP-TEE" 6 This implements the OP-TEE Trusted Execution Environment (TEE) 7 driver. OP-TEE is a Trusted OS designed primarily to rely on the 9 mechanism. This driver can request services from OP-TEE, but also 10 handle Remote Procedure Calls (RPC) from OP-TEE needed to 15 menu "OP-TEE options" 21 Enables support for the AVB Trusted Application (TA) in OP-TEE.
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 509 insn->reg0i15_format.opcode = OP; \ 525 insn->reg0i26_format.opcode = OP; \ 537 insn->reg1i20_format.opcode = OP; \ 551 insn->reg2_format.opcode = OP; \ 566 insn->reg2i5_format.opcode = OP; \ 582 insn->reg2i6_format.opcode = OP; \ 598 insn->reg2i12_format.opcode = OP; \ 625 insn->reg2i14_format.opcode = OP; \ 646 insn->reg2i16_format.opcode = OP; \ 682 insn->reg3_format.opcode = OP; \ [all …]
|
/openbmc/linux/Documentation/staging/ |
H 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 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 258 4. Blocking SMC call to load OP-TEE. [all …]
|
/openbmc/linux/drivers/tee/optee/ |
H A 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
|
/openbmc/linux/fs/fscache/ |
H A D | internal.h | 237 #define ASSERTCMP(X, OP, Y) \ argument 239 if (unlikely(!((X) OP (Y)))) { \ 242 pr_err("%lx " #OP " %lx is false\n", \ 257 #define ASSERTIFCMP(C, X, OP, Y) \ argument 259 if (unlikely((C) && !((X) OP (Y)))) { \ 262 pr_err("%lx " #OP " %lx is false\n", \ 271 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 273 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/openbmc/qemu/audio/ |
H A D | rate_template.h | 52 OP (obuf[i].l, ibuf[i].l); in NAME() 53 OP (obuf[i].r, ibuf[i].r); in NAME() 110 OP (obuf->l, out.l); in NAME() 111 OP (obuf->r, out.r); in NAME() 123 #undef OP
|
/openbmc/u-boot/doc/device-tree-bindings/firmware/ |
H A D | linaro,optee-tz.txt | 1 OP-TEE Device Tree Bindings 3 OP-TEE is a piece of software using hardware features to provide a Trusted 10 * OP-TEE based on ARM TrustZone required properties: 14 - method : The method of calling the OP-TEE Trusted OS. Permitted
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_misc.h | 97 #define TEST_VEC_OP1(NAME, ASM, EL, FIELD, FIELDSZ, OP) \ argument 109 expect[i].FIELD[j] = OP buffer0[i].FIELD[j]; \ 115 #define TEST_VEC_OP2(NAME, ASM, EL, FIELD, FIELDSZ, OP) \ argument 129 expect[i].FIELD[j] = buffer0[i].FIELD[j] OP buffer1[i].FIELD[j]; \ 151 #define TEST_PRED_OP2(NAME, ASM, OP, INV) \ argument 169 expect[i].b[j] = (p0 OP !p1) ? 0xff : 0x00; \ 171 expect[i].b[j] = (p0 OP p1) ? 0xff : 0x00; \
|