Home
last modified time | relevance | path

Searched refs:BKPT_OPCODE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/c6x/include/uapi/asm/
Dptrace.h15 #define BKPT_OPCODE 0x56454314 /* illegal opcode */ macro
/Linux-v5.4/arch/c6x/kernel/
Dtraps.c272 if (*(unsigned int *)regs->pc == BKPT_OPCODE) { in process_iexcept()