Searched refs:load_cr4 (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/amd64/amd64/
H A Dinitcpu.c178 load_cr4(cr4);
H A Damd64_mem.c318 load_cr4(cr4 & ~CR4_PGE);
403 load_cr4(cr4);
H A Dfpu.c267 load_cr4(rcr4() | CR4_XSAVE);
H A Dmp_machdep.c781 load_cr4(rcr4() | CR4_PGE);
783 load_cr4(rcr4() | CR4_PCIDE);
H A Dpmap.c834 load_cr4(rcr4() | CR4_PGE | CR4_PSE);
837 load_cr4(rcr4() | CR4_SMEP);
880 load_cr4(rcr4() | CR4_PCIDE);
952 load_cr4(cr4 & ~CR4_PGE);
973 load_cr4(cr4);
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_intel.c54 load_cr4(rcr4() | CR4_PCE);
71 load_cr4(rcr4() & ~CR4_PCE);
H A Dhwpmc_amd.c403 load_cr4(rcr4() | CR4_PCE);
423 load_cr4(rcr4() & ~CR4_PCE);
/freebsd-10.1-release/sys/amd64/include/
H A Dcpufunc.h421 load_cr4(u_long data) function
481 load_cr4(cr4 & ~CR4_PGE);
486 * is re-entered, the load_cr4() either above or below will
489 load_cr4(cr4 | CR4_PGE);
790 void load_cr4(u_long cr4);
/freebsd-10.1-release/sys/i386/i386/
H A Di686_mem.c312 load_cr4(cr4 & ~CR4_PGE);
397 load_cr4(cr4);
H A Dvm86.c698 load_cr4(rcr4() | CR4_VME);
700 load_cr4(rcr4() & ~CR4_VME);
H A Dinitcpu.c662 load_cr4(rcr4() | CR4_FXSR | CR4_XMM);
H A Dpmap.c581 load_cr4(cr4 & ~CR4_PGE);
602 load_cr4(cr4);
917 load_cr4(cr4 & ~CR4_PGE);
922 * is re-entered, the load_cr4() either above or below will
925 load_cr4(cr4 | CR4_PGE);
/freebsd-10.1-release/sys/i386/include/
H A Dcpufunc.h430 load_cr4(u_int data) function
728 void load_cr4(u_int cr4);
/freebsd-10.1-release/sys/x86/x86/
H A Dmca.c934 load_cr4(rcr4() | CR4_MCE);
/freebsd-10.1-release/sys/amd64/vmm/intel/
H A Dvmx.c511 load_cr4(rcr4() & ~CR4_VMXE);
545 load_cr4(rcr4() | CR4_VMXE);

Completed in 268 milliseconds