Home
last modified time | relevance | path

Searched refs:rcr0 (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/i386/i386/
H A Dinitcpu.c94 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_bluelightning()
111 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_bluelightning()
154 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_486dlc()
192 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_5x86()
272 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */ in init_5x86()
291 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */ in init_i486_on_386()
310 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86()
435 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86MX()
534 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_mendocino()
555 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); in init_mendocino()
[all …]
H A Dnpx.c926 cr0 = rcr0(); in npxsuspend()
940 cr0 = rcr0(); in npxresume()
H A Dmp_machdep.c338 cr0 = rcr0(); in init_secondary()
H A Dmachdep.c304 cr0 = rcr0(); in cpu_setregs()
687 db_printf("cr0\t0x%08x\n", rcr0()); in DB_SHOW_COMMAND_FLAGS()
H A Dpmap.c561 load_cr0(rcr0() | CR0_PG); in __CONCAT()
865 cr0 = rcr0(); in __CONCAT()
/freebsd/sys/amd64/vmm/
H A Dvmm_host.c57 vmm_host_cr0 = rcr0() | CR0_TS; in vmm_host_state_init()
H A Dvmm.c1328 if ((rcr0() & CR0_TS) == 0) in save_guest_fpustate()
/freebsd/sys/x86/include/
H A Dfpu.h220 #define fpu_disable() load_cr0(rcr0() | CR0_TS)
/freebsd/sys/amd64/amd64/
H A Dfpu.c262 cr0 = rcr0(); in fpususpend()
273 cr0 = rcr0(); in fpuresume()
H A Dmachdep.c326 cr0 = rcr0(); in cpu_setregs()
556 db_printf("cr0\t0x%016lx\n", rcr0()); in DB_SHOW_COMMAND_FLAGS()
H A Dmp_machdep.c278 cr0 = rcr0(); in init_secondary()
H A Dpmap.c2136 cr0 = rcr0(); in pmap_init_pat()
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c1611 cr0 = rcr0(); in disable_wp()
1623 load_cr0(rcr0() | CR0_WP); in restore_wp()
H A Dx86_mem.c335 cr0 = rcr0(); in x86_mrstoreone()
/freebsd/sys/i386/include/
H A Dcpufunc.h407 rcr0(void) in rcr0() function
/freebsd/sys/amd64/include/
H A Dcpufunc.h393 rcr0(void) in rcr0() function