Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_intel.c53 load_cr4(rcr4() | CR4_PCE); in intel_switch_in()
70 load_cr4(rcr4() & ~CR4_PCE); in intel_switch_out()
H A Dhwpmc_amd.c331 load_cr4(rcr4() | CR4_PCE); in amd_switch_in()
348 load_cr4(rcr4() & ~CR4_PCE); in amd_switch_out()
/freebsd/sys/amd64/include/
H A Dcpufunc.h427 load_cr4(u_long data) in load_cr4() function
487 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()
495 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c318 load_cr4(cr4); in initializecpu()
H A Dfpu.c383 load_cr4(cr4 | CR4_XSAVE); in fpuinit()
H A Dpmap.c1968 load_cr4(cr4); in pmap_bootstrap()
1974 load_cr4(cr4); in pmap_bootstrap()
2089 load_cr4(rcr4() | CR4_PCIDE); in pmap_bootstrap()
2138 load_cr4(cr4 & ~CR4_PGE); in pmap_init_pat()
2157 load_cr4(cr4); in pmap_init_pat()
/freebsd/sys/x86/x86/
H A Dx86_mem.c332 load_cr4(cr4 & ~CR4_PGE); in x86_mrstoreone()
417 load_cr4(cr4); in x86_mrstoreone()
H A Dmca.c1473 load_cr4(rcr4() | CR4_MCE); in _mca_init()
H A Dmp_x86.c1122 load_cr4(rcr4() | CR4_PCIDE); in init_secondary_tail()
/freebsd/sys/i386/i386/
H A Dvm86.c849 load_cr4(rcr4() | CR4_VME); in vm86_sysarch()
851 load_cr4(rcr4() & ~CR4_VME); in vm86_sysarch()
H A Dinitcpu.c762 load_cr4(rcr4() | CR4_FXSR | CR4_XMM); in initializecpu()
H A Dnpx.c397 load_cr4(rcr4() | CR4_XSAVE); in npxinit()
H A Dpmap.c549 load_cr4(rcr4() | ncr4); in __CONCAT()
862 load_cr4(cr4 & ~CR4_PGE); in __CONCAT()
883 load_cr4(cr4); in __CONCAT()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c605 load_cr4(rcr4() & ~CR4_VMXE); in vmx_disable()
645 load_cr4(rcr4() | CR4_VMXE); in vmx_enable()