Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpcb.h81 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/freebsd/sys/i386/i386/
H A Dgenassym.c121 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dvm_machdep.c349 if (td->td_pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()
351 td->td_pcb->pcb_flags &= ~PCB_DBREGS; in cpu_thread_exit()
H A Dswtch.S108 testl $PCB_DBREGS,PCB_FLAGS(%edx)
280 testl $PCB_DBREGS,PCB_FLAGS(%edx)
H A Dexec_machdep.c894 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()
/freebsd/sys/amd64/include/
H A Dpcb.h80 #define PCB_DBREGS 0x0002 /* process using debug registers */ macro
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c345 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()
347 clear_pcb_flags(pcb, PCB_DBREGS); in cpu_thread_exit()
H A Dgenassym.c157 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dcpu_switch.S104 testl $PCB_DBREGS,PCB_FLAGS(%r8)
208 testl $PCB_DBREGS,PCB_FLAGS(%r8)
H A Dexec_machdep.c388 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()