Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/include/
H A Dpcb.h83 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
/freebsd-14.2/sys/amd64/include/
H A Dpcb.h82 #define PCB_DBREGS 0x0002 /* process using debug registers */ macro
/freebsd-14.2/sys/i386/i386/
H A Dgenassym.c125 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dvm_machdep.c356 if (td->td_pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()
358 td->td_pcb->pcb_flags &= ~PCB_DBREGS; in cpu_thread_exit()
H A Dswtch.S126 testl $PCB_DBREGS,PCB_FLAGS(%edx)
287 testl $PCB_DBREGS,PCB_FLAGS(%edx)
H A Dexec_machdep.c896 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()
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c355 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit()
357 clear_pcb_flags(pcb, PCB_DBREGS); in cpu_thread_exit()
H A Dgenassym.c156 ASSYM(PCB_DBREGS, PCB_DBREGS);
H A Dexec_machdep.c346 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()
H A Dcpu_switch.S111 testl $PCB_DBREGS,PCB_FLAGS(%r8)
209 testl $PCB_DBREGS,PCB_FLAGS(%r8)