Home
last modified time | relevance | path

Searched refs:X86_CR4_PCIDE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h116 #define X86_CR4_PCIDE _BITUL(X86_CR4_PCIDE_BIT) macro
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h56 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux-4.1.27/arch/x86/kvm/
Dx86.c610 if (!(cr0 & X86_CR0_PG) && kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)) in kvm_set_cr0()
731 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4()
744 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_set_cr4()