Searched refs:PCB_DBREGS (Results 1 – 10 of 10) sorted by relevance
81 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
121 ASSYM(PCB_DBREGS, PCB_DBREGS);
349 if (td->td_pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()351 td->td_pcb->pcb_flags &= ~PCB_DBREGS; in cpu_thread_exit()
108 testl $PCB_DBREGS,PCB_FLAGS(%edx)280 testl $PCB_DBREGS,PCB_FLAGS(%edx)
894 if ((pcb->pcb_flags & PCB_DBREGS) == 0) in x86_clear_dbregs()912 pcb->pcb_flags &= ~PCB_DBREGS; in x86_clear_dbregs()1375 pcb->pcb_flags |= PCB_DBREGS; in set_dbregs()
80 #define PCB_DBREGS 0x0002 /* process using debug registers */ macro
345 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()347 clear_pcb_flags(pcb, PCB_DBREGS); in cpu_thread_exit()
157 ASSYM(PCB_DBREGS, PCB_DBREGS);
104 testl $PCB_DBREGS,PCB_FLAGS(%r8)208 testl $PCB_DBREGS,PCB_FLAGS(%r8)
388 if ((pcb->pcb_flags & PCB_DBREGS) == 0) in x86_clear_dbregs()406 clear_pcb_flags(pcb, PCB_DBREGS); in x86_clear_dbregs()959 set_pcb_flags(pcb, PCB_DBREGS); in set_dbregs()