HomeSort by: relevance | last modified time | path
    Searched refs:CR0_ET (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 732 (CR0_ET | CR0_NW | CR0_CD)
1631 * In fakecr0 we must force CR0_ET to 1.
1633 * In realcr0 we must force CR0_NW and CR0_CD to 0, and CR0_ET and
1636 fakecr0 |= CR0_ET;
1637 realcr0 = (fakecr0 & ~CR0_STATIC_MASK) | CR0_ET | CR0_NE;
2620 * CR0_ET must be 1 both in the shadow and the real register.
2626 CR0_ET);
2629 CR0_ET | CR0_NE);
  /src/sys/arch/x86/include/
specialreg.h 67 #define CR0_ET 0x00000010 /* Extension Type (387 (if set) vs 287) */

Completed in 25 milliseconds