Home
last modified time | relevance | path

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

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