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

/freebsd-13-stable/sys/i386/include/
H A Dpcb.h84 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/freebsd-13-stable/sys/amd64/include/
H A Dpcb.h83 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/freebsd-13-stable/sys/i386/i386/
H A Dswtch.s128 testl $PCB_DBREGS,PCB_FLAGS(%edx)
289 testl $PCB_DBREGS,PCB_FLAGS(%edx)
H A Dvm_machdep.c349 if (td->td_pcb->pcb_flags & PCB_DBREGS) {
351 td->td_pcb->pcb_flags &= ~PCB_DBREGS;
H A Dgenassym.c129 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dmachdep.c1131 if ((pcb->pcb_flags & PCB_DBREGS) == 0)
1149 pcb->pcb_flags &= ~PCB_DBREGS;
3168 pcb->pcb_flags |= PCB_DBREGS;
/freebsd-13-stable/sys/amd64/amd64/
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 Dvm_machdep.c344 if (pcb->pcb_flags & PCB_DBREGS) {
346 clear_pcb_flags(pcb, PCB_DBREGS);
H A Dmachdep.c591 if ((pcb->pcb_flags & PCB_DBREGS) == 0)
609 clear_pcb_flags(pcb, PCB_DBREGS);
2558 set_pcb_flags(pcb, PCB_DBREGS);

Completed in 203 milliseconds