Home
last modified time | relevance | path

Searched refs:PO_XOP_OPCODE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_tm.c69 switch (instr & PO_XOP_OPCODE_MASK) { in kvmhv_p9_tm_emulation()
133 case (PPC_INST_TSR & PO_XOP_OPCODE_MASK): in kvmhv_p9_tm_emulation()
171 case (PPC_INST_TRECLAIM & PO_XOP_OPCODE_MASK): in kvmhv_p9_tm_emulation()
210 case (PPC_INST_TRECHKPT & PO_XOP_OPCODE_MASK): in kvmhv_p9_tm_emulation()
Dbook3s_hv_tm_builtin.c37 switch (instr & PO_XOP_OPCODE_MASK) { in kvmhv_p9_tm_emulation_early()
88 case (PPC_INST_TSR & PO_XOP_OPCODE_MASK): in kvmhv_p9_tm_emulation_early()
/linux-5.19.10/arch/powerpc/include/asm/
Dkvm_asm.h156 #define PO_XOP_OPCODE_MASK 0xfc0007fe macro