Searched refs:KVM_GUEST_CR0_MASK (Results 1 – 1 of 1) sorted by relevance
134 #define KVM_GUEST_CR0_MASK (X86_CR0_NW | X86_CR0_CD) macro5267 hw_cr0 = (cr0 & ~KVM_GUEST_CR0_MASK); in vmx_set_cr0()