Searched refs:pcb_cr0 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dpcb.h84 int pcb_cr0; /* saved image of CR0 */ member in struct:pcb
/netbsd-current/sys/arch/amd64/include/
H A Dpcb.h88 u_int pcb_cr0; /* saved image of CR0 */ member in struct:pcb
/netbsd-current/sys/arch/i386/i386/
H A Dautoconf.c141 pcb->pcb_cr0 = rcr0() & ~CR0_TS;
H A Dmachdep.c464 pcb->pcb_cr0 = rcr0() & ~CR0_TS;
/netbsd-current/sys/arch/xen/x86/
H A Dautoconf.c147 pcb->pcb_cr0 = rcr0();
H A Dcpu.c623 pcb->pcb_cr0 = rcr0();
887 initctx->ctrlreg[0] = pcb->pcb_cr0;
989 initctx->ctrlreg[0] = pcb->pcb_cr0;
/netbsd-current/sys/arch/x86/x86/
H A Dcpu.c798 pcb->pcb_cr0 = rcr0();
1018 lcr0(pcb->pcb_cr0);

Completed in 168 milliseconds