Home
last modified time | relevance | path

Searched refs:PCB_DBREGS (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/platform/vkernel64/x86_64/
HDgenassym.c103 ASSYM(PCB_DBREGS, PCB_DBREGS);
HDvm_machdep.c268 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_lwp_exit()
270 pcb->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_exit()
HDswtch.s170 andq $PCB_DBREGS,%rax
490 andq $PCB_DBREGS,%rax
HDcpu_regs.c567 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()
582 pcb->pcb_flags &= ~PCB_DBREGS; in exec_setregs()
/dragonfly/sys/platform/vkernel64/include/
HDpcb.h76 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/dragonfly/sys/platform/pc64/include/
HDpcb.h87 #define PCB_DBREGS 0x00000002 /* process using debug registers */ macro
/dragonfly/sys/platform/pc64/x86_64/
HDgenassym.c126 ASSYM(PCB_DBREGS, PCB_DBREGS);
HDswtch.s220 andq $PCB_DBREGS,%rax
597 andq $PCB_DBREGS,%rax
HDvm_machdep.c316 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_lwp_exit()
318 pcb->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_exit()
HDmachdep.c1494 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()
1509 pcb->pcb_flags &= ~PCB_DBREGS; in exec_setregs()
3213 pcb->pcb_flags |= PCB_DBREGS; in set_dbregs()
/dragonfly/sys/dev/virtual/nvmm/x86/
HDnvmm_x86.h801 if (__predict_true(!(pcb->pcb_flags & PCB_DBREGS))) in x86_curthread_save_dbregs()
816 if (__predict_true(!(pcb->pcb_flags & PCB_DBREGS))) in x86_curthread_restore_dbregs()