Searched refs:PCB_DBREGS (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/i386/include/ |
| H A D | pcb.h | 84 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pcb.h | 83 #define PCB_DBREGS 0x02 /* process using debug registers */ macro
|
| /f-stack/freebsd/i386/i386/ |
| H A D | genassym.c | 129 ASSYM(PCB_DBREGS, PCB_DBREGS);
|
| H A D | vm_machdep.c | 314 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 D | swtch.s | 128 testl $PCB_DBREGS,PCB_FLAGS(%edx) 289 testl $PCB_DBREGS,PCB_FLAGS(%edx)
|
| H A D | machdep.c | 1181 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 D | vm_machdep.c | 313 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_thread_exit() 315 clear_pcb_flags(pcb, PCB_DBREGS); in cpu_thread_exit()
|
| H A D | genassym.c | 159 ASSYM(PCB_DBREGS, PCB_DBREGS);
|
| H A D | cpu_switch.S | 113 testl $PCB_DBREGS,PCB_FLAGS(%r8) 211 testl $PCB_DBREGS,PCB_FLAGS(%r8)
|
| H A D | machdep.c | 624 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 D | linux_sysvec.c | 484 if (pcb->pcb_flags & PCB_DBREGS) { in linux_exec_setregs() 499 clear_pcb_flags(pcb, PCB_DBREGS); in linux_exec_setregs()
|