Searched refs:PCB_DBREGS (Results 1 – 11 of 11) sorted by relevance
103 ASSYM(PCB_DBREGS, PCB_DBREGS);
268 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_lwp_exit()270 pcb->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_exit()
170 andq $PCB_DBREGS,%rax490 andq $PCB_DBREGS,%rax
567 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()582 pcb->pcb_flags &= ~PCB_DBREGS; in exec_setregs()
76 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
87 #define PCB_DBREGS 0x00000002 /* process using debug registers */ macro
126 ASSYM(PCB_DBREGS, PCB_DBREGS);
220 andq $PCB_DBREGS,%rax597 andq $PCB_DBREGS,%rax
316 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_lwp_exit()318 pcb->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_exit()
1494 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()
801 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()