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

  /src/sys/arch/i386/i386/
mtrr_k6.c 111 cr0 |= CR0_CD;
locore.S 786 andl $~(CR0_CD|CR0_NW),%eax
  /src/sys/arch/x86/x86/
mtrr_i686.c 200 cr0 |= CR0_CD;
  /src/sys/arch/x86/include/
specialreg.h 72 #define CR0_CD 0x40000000 /* Cache Disable */
  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 732 (CR0_ET | CR0_NW | CR0_CD)
764 (CR0_PG|CR0_WP|CR0_CD|CR0_NW)
1633 * In realcr0 we must force CR0_NW and CR0_CD to 0, and CR0_ET and
2622 * CR0_NW and CR0_CD must be 0 in the real register.
nvmm_x86_svm.c 523 (CR0_PG|CR0_WP|CR0_CD|CR0_NW)

Completed in 37 milliseconds