Home
last modified time | relevance | path

Searched refs:user_dbreg_trap (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dmd_var.h97 int user_dbreg_trap(void);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c798 user_dbreg_trap(void)
H A Dtrap.c709 if (user_dbreg_trap()) { in kern_trap()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c734 if (user_dbreg_trap()) { in trap()
H A Dmachdep.c3224 user_dbreg_trap(void) in user_dbreg_trap() function