Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpcb.h84 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/f-stack/freebsd/amd64/include/
H A Dpcb.h83 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/f-stack/freebsd/i386/i386/
H A Dgenassym.c129 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dvm_machdep.c314 if (td->td_pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()
316 td->td_pcb->pcb_flags &= ~PCB_DBREGS; in cpu_thread_exit()
H A Dswtch.s128 testl $PCB_DBREGS,PCB_FLAGS(%edx)
289 testl $PCB_DBREGS,PCB_FLAGS(%edx)
H A Dmachdep.c1181 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()
1196 pcb->pcb_flags &= ~PCB_DBREGS; in exec_setregs()
3160 pcb->pcb_flags |= PCB_DBREGS; in set_dbregs()
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c313 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()
315 clear_pcb_flags(pcb, PCB_DBREGS); in cpu_thread_exit()
H A Dgenassym.c159 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dcpu_switch.S113 testl $PCB_DBREGS,PCB_FLAGS(%r8)
211 testl $PCB_DBREGS,PCB_FLAGS(%r8)
H A Dmachdep.c624 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()
639 clear_pcb_flags(pcb, PCB_DBREGS); in exec_setregs()
2572 set_pcb_flags(pcb, PCB_DBREGS); in set_dbregs()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c484 if (pcb->pcb_flags & PCB_DBREGS) { in linux_exec_setregs()
499 clear_pcb_flags(pcb, PCB_DBREGS); in linux_exec_setregs()