Home
last modified time | relevance | path

Searched defs:BKPT_INST (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/i386/include/
H A Ddb_machdep.h41 #define BKPT_INST 0xcc /* breakpoint instruction */ macro
/freebsd/sys/arm/include/
H A Ddb_machdep.h43 #define BKPT_INST (KERNEL_BREAKPOINT) macro
/freebsd/sys/riscv/include/
H A Ddb_machdep.h50 #define BKPT_INST (0x00100073) macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h38 #define BKPT_INST 0xcc /* breakpoint instruction */ macro
/freebsd/sys/powerpc/include/
H A Ddb_machdep.h47 #define BKPT_INST 0x7C810808 /* breakpoint instruction */ macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h48 #define BKPT_INST global() macro