Home
last modified time | relevance | path

Searched refs:KERNEL_BREAKPOINT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dtrap.h9 #define KERNEL_BREAKPOINT 0xe7ffffff macro
H A Ddb_machdep.h44 #define BKPT_INST (KERNEL_BREAKPOINT)
/f-stack/freebsd/arm/arm/
H A Dundefined.c335 if (fault_instruction == KERNEL_BREAKPOINT) { in undefinedinstruction()