Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dprobes.h39 case OP_TRAP: return false; in can_single_step()
H A Dppc-opcode.h139 #define OP_TRAP 3 macro
/linux/arch/powerpc/kvm/
H A Demulate.c217 case OP_TRAP: in kvmppc_emulate_instruction()
/linux/arch/powerpc/kernel/
H A Dtraps.c553 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) { in check_io_access()