Searched refs:CR0_CD (Results 1 – 2 of 2) sorted by relevance
42 const CR0_CD = 1 << 30; /* Cache Disable */ constant
173 let mut hw_cr0 = cr0 & !(X86_CR0::CR0_NW | X86_CR0::CR0_CD); in vmx_set_cr0()217 let cr0 = X86_CR0::CR0_NW | X86_CR0::CR0_CD | X86_CR0::CR0_ET; in vmcs_init_guest()