Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
Demulate.c215 case OP_TRAP: in kvmppc_emulate_instruction()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dppc-opcode.h93 #define OP_TRAP 3 macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtraps.c558 if (*nip == PPC_INST_SYNC || (*nip >> 26) == OP_TRAP) { in check_io_access()