Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dprobes.h14 #define BREAKPOINT_INSTRUCTION PPC_RAW_TRAP() /* trap */
Dppc-opcode.h593 #define PPC_RAW_TRAP() PPC_RAW_TW(31, 0, 0) macro
/linux-6.12.1/arch/powerpc/lib/
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-6.12.1/arch/powerpc/xmon/
Dxmon.c117 static unsigned int bpinstr = PPC_RAW_TRAP();