| /linux/arch/powerpc/math-emu/ |
| A D | math.c | 228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local 332 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 338 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 344 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 353 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 398 op0 = (void *)®s->ccr; in do_mathemu() 405 op0 = (void *)®s->ccr; in do_mathemu() 411 op0 = (void *)(long)((insn >> 21) & 0x1f); in do_mathemu() 415 op0 = (void *)(long)((insn >> 23) & 0x7); in do_mathemu() 420 op0 = (void *)(long)((insn >> 17) & 0xff); in do_mathemu() [all …]
|
| /linux/arch/arm64/tools/ |
| A D | gen-sysreg.awk | 154 op0 = $3 164 define("REG_" reg, "S" op0 "_" op1 "_C" crn "_C" crm "_" op2) 165 define("SYS_" reg, "sys_reg(" op0 ", " op1 ", " crn ", " crm ", " op2 ")") 167 define("SYS_" reg "_Op0", op0) 194 op0 = null
|
| A D | sysreg | 7 # Sysreg <name> <op0> <op1> <crn> <crm> <op2> 37 # Sysreg <name> <op0> <op1> <crn> <crm> <op2>
|
| /linux/arch/x86/crypto/ |
| A D | cast6-avx-x86_64-asm_64.S | 106 #define F_head(a, x, gi1, gi2, op0) \ argument 107 op0 a, RKM, x; \ 129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 130 F_head(b1, RX, RGI1, RGI2, op0); \ 131 F_head(b2, RX, RGI3, RGI4, op0); \
|
| A D | cast5-avx-x86_64-asm_64.S | 106 #define F_head(a, x, gi1, gi2, op0) \ argument 107 op0 a, RKM, x; \ 129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 130 F_head(b1, RX, RGI1, RGI2, op0); \ 131 F_head(b2, RX, RGI3, RGI4, op0); \
|
| /linux/tools/arch/arm64/include/uapi/asm/ |
| A D | kvm.h | 249 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 251 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \ 527 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
|
| /linux/arch/arm64/include/uapi/asm/ |
| A D | kvm.h | 249 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 251 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \ 527 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
|
| /linux/scripts/gcc-plugins/ |
| A D | randomize_layout_plugin.c | 740 const_tree op0; in find_bad_casts_execute() local 801 op0 = TREE_OPERAND(rhs1, 0); in find_bad_casts_execute() 803 if (op0 == NULL_TREE) in find_bad_casts_execute() 806 if (TREE_CODE(op0) != VAR_DECL) in find_bad_casts_execute() 809 op0_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(op0)))); in find_bad_casts_execute()
|
| /linux/arch/powerpc/include/asm/ |
| A D | mpc52xx_psc.h | 205 u8 op0; /* PSC + 0x3c */ member 346 u8 op0; /* PSC + 0x4c */ member
|
| /linux/tools/testing/selftests/kvm/aarch64/ |
| A D | get-reg-list.c | 197 unsigned op0, op1, crn, crm, op2; in print_reg() local 247 op0 = (id & KVM_REG_ARM64_SYSREG_OP0_MASK) >> KVM_REG_ARM64_SYSREG_OP0_SHIFT; in print_reg() 252 TEST_ASSERT(id == ARM64_SYS_REG(op0, op1, crn, crm, op2), in print_reg() 254 printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2); in print_reg()
|
| /linux/arch/arm64/include/asm/ |
| A D | esr.h | 216 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 217 (((op0) << ESR_ELx_SYS64_ISS_OP0_SHIFT) | \
|
| A D | sysreg.h | 39 #define sys_reg(op0, op1, crn, crm, op2) \ argument 40 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
|
| /linux/arch/powerpc/kernel/trace/ |
| A D | ftrace_64_pg.c | 399 static bool expected_nop_sequence(void *ip, ppc_inst_t op0, ppc_inst_t op1) in expected_nop_sequence() argument 402 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP())); in expected_nop_sequence() 404 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_BRANCH(8))) && in expected_nop_sequence()
|
| /linux/arch/m68k/fpsp040/ |
| A D | bugfix.S | 187 | op0. Else, or if opclass2, check for cu dest equal to 203 beqs op0 |if equal, continue bugfix 210 beqs op0 |if equal, continue bugfix 224 op0: label
|
| /linux/drivers/infiniband/hw/mthca/ |
| A D | mthca_qp.c | 1647 u8 op0 = 0; in mthca_tavor_post_send() local 1795 op0 = mthca_opcode[wr->opcode]; in mthca_tavor_post_send() 1810 qp->send_wqe_offset) | f0 | op0, in mthca_tavor_post_send() 1951 u8 op0 = 0; in mthca_arbel_post_send() local 1964 ((qp->sq.head & 0xffff) << 8) | f0 | op0; in mthca_arbel_post_send() 2125 op0 = mthca_opcode[wr->opcode]; in mthca_arbel_post_send() 2137 dbhi = (nreq << 24) | ((qp->sq.head & 0xffff) << 8) | f0 | op0; in mthca_arbel_post_send()
|
| /linux/tools/arch/arm64/include/asm/ |
| A D | sysreg.h | 38 #define sys_reg(op0, op1, crn, crm, op2) \ argument 39 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
|
| /linux/arch/xtensa/kernel/ |
| A D | align.S | 171 extui a0, a4, INSN_OP0, 4 # get insn.op0 nibble 233 extui a5, a4, INSN_OP0, 4 # get insn.op0 nibble
|
| /linux/arch/arm64/kvm/ |
| A D | emulate-nested.c | 1928 u8 op0, op1, crn, crm, op2; in encoding_next() local 1930 op0 = sys_reg_Op0(encoding); in encoding_next() 1937 return sys_reg(op0, op1, crn, crm, op2 + 1); in encoding_next() 1939 return sys_reg(op0, op1, crn, crm + 1, 0); in encoding_next() 1941 return sys_reg(op0, op1, crn + 1, 0, 0); in encoding_next() 1943 return sys_reg(op0, op1 + 1, 0, 0, 0); in encoding_next() 1945 return sys_reg(op0 + 1, 0, 0, 0, 0); in encoding_next()
|
| /linux/drivers/tty/serial/ |
| A D | mpc52xx_uart.c | 160 out_8(&PSC(port)->op0, MPC52xx_PSC_OP_RTS); in mpc52xx_psc_set_rts() 933 out_8(&PSC_5125(port)->op0, MPC52xx_PSC_OP_RTS); in mpc5125_psc_set_rts()
|
| /linux/Documentation/virt/kvm/ |
| A D | api.rst | 2617 0x6030 0000 0013 <op0:2> <op1:3> <crn:4> <crm:4> <op2:3> 6247 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}. 6250 ``ARM64_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2)``, allowing userspace 6252 ``op0, op1, crn, crm, op2``. KVM rejects ID register values that describe a
|