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

12

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S725 ldcl p1, cr4, [r0], #8 @ wldrd wR4, [r0], #8
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c1144 u_long cr0, cr4; local
1193 cr4 = rcr4();
1194 load_cr4(cr4 & ~CR4_PGE);
1215 load_cr4(cr4);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c470 vmx_fix_cr4(u_long cr4) argument
473 return ((cr4 | cr4_ones_mask) & ~cr4_zeros_mask);
854 * Stash the cr0 and cr4 bits that must be fixed to 0 or 1
1785 /* We only handle mov to %cr4 at this time */

Completed in 196 milliseconds

12