Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dprobes.h14 #define BREAKPOINT_INSTRUCTION PPC_RAW_TRAP() /* trap */
H A Dppc-opcode.h596 #define PPC_RAW_TRAP() PPC_RAW_TW(31, 0, 0) macro
/linux/arch/powerpc/lib/
H A Dtest-code-patching.c356 ppc_inst_t inst64 = ppc_inst_prefix(OP_PREFIX << 26 | 3UL << 24, PPC_RAW_TRAP()); in test_multi_instruction_patching()
/linux/arch/powerpc/xmon/
H A Dxmon.c115 static unsigned int bpinstr = PPC_RAW_TRAP();