Home
last modified time | relevance | path

Searched refs:load_cr4 (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dcpufunc.h449 load_cr4(u_long data) in load_cr4() function
509 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()
517 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
972 void load_cr4(u_long cr4);
/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c294 load_cr4(cr4); in initializecpu()
H A Dfpu.c404 load_cr4(rcr4() | CR4_XSAVE); in fpuinit()
H A Dpmap.c1825 load_cr4(cr4); in pmap_bootstrap()
1831 load_cr4(cr4); in pmap_bootstrap()
1930 load_cr4(rcr4() | CR4_PCIDE); in pmap_bootstrap()
1978 load_cr4(cr4 & ~CR4_PGE); in pmap_init_pat()
1997 load_cr4(cr4); in pmap_init_pat()
/f-stack/freebsd/i386/include/
H A Dcpufunc.h484 load_cr4(u_int data) in load_cr4() function
782 void load_cr4(u_int cr4);
/f-stack/freebsd/x86/x86/
H A Dx86_mem.c335 load_cr4(cr4 & ~CR4_PGE); in x86_mrstoreone()
420 load_cr4(cr4); in x86_mrstoreone()
H A Dmp_x86.c1070 load_cr4(rcr4() | CR4_PGE); in init_secondary_tail()
1072 load_cr4(rcr4() | CR4_PCIDE); in init_secondary_tail()
H A Dmca.c1362 load_cr4(rcr4() | CR4_MCE); in _mca_init()
/f-stack/freebsd/i386/i386/
H A Dvm86.c852 load_cr4(rcr4() | CR4_VME); in vm86_sysarch()
854 load_cr4(rcr4() & ~CR4_VME); in vm86_sysarch()
H A Dinitcpu.c764 load_cr4(rcr4() | CR4_FXSR | CR4_XMM); in initializecpu()
H A Dnpx.c434 load_cr4(rcr4() | CR4_XSAVE); in npxinit()
H A Dpmap.c561 load_cr4(rcr4() | ncr4); in __CONCAT()
873 load_cr4(cr4 & ~CR4_PGE); in __CONCAT()
894 load_cr4(cr4); in __CONCAT()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c609 load_cr4(rcr4() & ~CR4_VMXE); in vmx_disable()
646 load_cr4(rcr4() | CR4_VMXE); in vmx_enable()