Searched refs:BKPT_INST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h43 #define BKPT_INST (0x91d03001) macro
45 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h44 #define BKPT_INST (KERNEL_BREAKPOINT) macro
46 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h50 #define BKPT_INST 0x7C810808 /* breakpoint instruction */ macro
53 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h52 #define BKPT_INST (0x00100073) macro
54 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h44 #define BKPT_INST 0xcc /* breakpoint instruction */ macro
46 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h41 #define BKPT_INST 0xcc /* breakpoint instruction */ macro
43 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h48 #define BKPT_INST (0xd4200000) macro
50 #define BKPT_SET(inst) (BKPT_INST)

Completed in 172 milliseconds