Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpcpu.h70 #define PC_DBREG_CMD_NONE 0 macro
/freebsd/sys/x86/x86/
H A Ddbreg.c271 PCPU_SET(dbreg_cmd, PC_DBREG_CMD_NONE); in amd64_db_resume_dbreg()
/freebsd/sys/amd64/include/
H A Dpcpu.h106 #define PC_DBREG_CMD_NONE 0 macro
/freebsd/sys/arm/arm/
H A Ddebug_monitor.c1067 PCPU_SET(dbreg_cmd, PC_DBREG_CMD_NONE); in dbg_resume_dbreg()