Searched refs:cr4 (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dvmx.c375 vmx_fix_cr4(u_long cr4) argument
378 return ((cr4 | cr4_ones_mask) & ~cr4_zeros_mask);
722 * Stash the cr0 and cr4 bits that must be fixed to 0 or 1
1636 /* We only handle mov to %cr4 at this time */
/freebsd-10.2-release/sys/amd64/amd64/
H A Dpmap.c924 u_long cr0, cr4; local
973 cr4 = rcr4();
974 load_cr4(cr4 & ~CR4_PGE);
995 load_cr4(cr4);

Completed in 124 milliseconds

12