/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 *)((insn >> 21) & 0x1f); in do_mathemu() 415 op0 = (void *)((insn >> 23) & 0x7); in do_mathemu() 420 op0 = (void *)((insn >> 17) & 0xff); in do_mathemu() [all …]
|
/linux/arch/x86/crypto/ |
A D | cast6-avx-x86_64-asm_64.S | 102 #define F_head(a, x, gi1, gi2, op0) \ argument 103 op0 a, RKM, x; \ 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 126 F_head(b1, RX, RGI1, RGI2, op0); \ 127 F_head(b2, RX, RGI3, RGI4, op0); \
|
A D | cast5-avx-x86_64-asm_64.S | 102 #define F_head(a, x, gi1, gi2, op0) \ argument 103 op0 a, RKM, x; \ 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 126 F_head(b1, RX, RGI1, RGI2, op0); \ 127 F_head(b2, RX, RGI3, RGI4, op0); \
|
/linux/tools/arch/arm64/include/uapi/asm/ |
A D | kvm.h | 231 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 233 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \
|
/linux/arch/arm64/include/uapi/asm/ |
A D | kvm.h | 231 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 233 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \
|
/linux/arch/arm64/include/asm/ |
A D | esr.h | 180 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 181 (((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.c | 492 expected_nop_sequence(void *ip, struct ppc_inst op0, struct ppc_inst op1) in expected_nop_sequence() argument 503 if (!ppc_inst_equal(op0, ppc_inst(0x48000008)) || in expected_nop_sequence() 510 expected_nop_sequence(void *ip, struct ppc_inst op0, struct ppc_inst op1) in expected_nop_sequence() argument 513 if (!ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP()))) in expected_nop_sequence()
|
/linux/scripts/gcc-plugins/ |
A D | randomize_layout_plugin.c | 822 const_tree op0; in find_bad_casts_execute() local 886 op0 = TREE_OPERAND(rhs1, 0); in find_bad_casts_execute() 888 if (op0 == NULL_TREE) in find_bad_casts_execute() 891 if (TREE_CODE(op0) != VAR_DECL) in find_bad_casts_execute() 894 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/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/tools/testing/selftests/kvm/aarch64/ |
A D | get-reg-list.c | 233 unsigned op0, op1, crn, crm, op2; in print_reg() local 283 op0 = (id & KVM_REG_ARM64_SYSREG_OP0_MASK) >> KVM_REG_ARM64_SYSREG_OP0_SHIFT; in print_reg() 288 TEST_ASSERT(id == ARM64_SYS_REG(op0, op1, crn, crm, op2), in print_reg() 290 printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2); in print_reg()
|
/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 | 36 #define sys_reg(op0, op1, crn, crm, op2) \ argument 37 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
|
/linux/arch/xtensa/kernel/ |
A D | align.S | 215 extui a5, a4, INSN_OP0, 4 # get insn.op0 nibble
|
/linux/drivers/tty/serial/ |
A D | mpc52xx_uart.c | 158 out_8(&PSC(port)->op0, MPC52xx_PSC_OP_RTS); in mpc52xx_psc_set_rts() 934 out_8(&PSC_5125(port)->op0, MPC52xx_PSC_OP_RTS); in mpc5125_psc_set_rts()
|
/linux/Documentation/virt/kvm/ |
A D | api.rst | 2502 0x6030 0000 0013 <op0:2> <op1:3> <crn:4> <crm:4> <op2:3>
|