Searched refs:PCB_DBREGS (Results 1 – 10 of 10) sorted by relevance
83 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
82 #define PCB_DBREGS 0x0002 /* process using debug registers */ macro
125 ASSYM(PCB_DBREGS, PCB_DBREGS);
356 if (td->td_pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()358 td->td_pcb->pcb_flags &= ~PCB_DBREGS; in cpu_thread_exit()
126 testl $PCB_DBREGS,PCB_FLAGS(%edx)287 testl $PCB_DBREGS,PCB_FLAGS(%edx)
896 if ((pcb->pcb_flags & PCB_DBREGS) == 0) in x86_clear_dbregs()914 pcb->pcb_flags &= ~PCB_DBREGS; in x86_clear_dbregs()1377 pcb->pcb_flags |= PCB_DBREGS; in set_dbregs()
355 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()357 clear_pcb_flags(pcb, PCB_DBREGS); in cpu_thread_exit()
156 ASSYM(PCB_DBREGS, PCB_DBREGS);
346 if ((pcb->pcb_flags & PCB_DBREGS) == 0) in x86_clear_dbregs()364 clear_pcb_flags(pcb, PCB_DBREGS); in x86_clear_dbregs()892 set_pcb_flags(pcb, PCB_DBREGS); in set_dbregs()
111 testl $PCB_DBREGS,PCB_FLAGS(%r8)209 testl $PCB_DBREGS,PCB_FLAGS(%r8)