Home
last modified time | relevance | path

Searched refs:X86_CR4_PAE (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/x86/include/uapi/asm/
Dprocessor-flags.h96 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/linux-4.4.14/arch/x86/kvm/
Dx86.h69 return kvm_read_cr4_bits(vcpu, X86_CR4_PAE); in is_pae()
Dvmx.c120 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
121 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
3812 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
3814 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4()
3815 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
7953 (cr4 & X86_CR4_PAE) && !(efer & EFER_LMA)) in dump_vmcs()
Demulate.c2513 if (cr4 & X86_CR4_PAE) in em_rsm()
2514 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE); in em_rsm()
3898 !(cr4 & X86_CR4_PAE)) in check_cr_write()
3918 if ((efer & EFER_LMA) && !(new_val & X86_CR4_PAE)) in check_cr_write()
Dsvm.c1087 save->cr4 = X86_CR4_PAE; in init_vmcb()
1517 cr4 |= X86_CR4_PAE; in svm_set_cr4()
Dx86.c721 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
740 if (!(cr4 & X86_CR4_PAE)) in kvm_set_cr4()
742 } else if (is_paging(vcpu) && (cr4 & X86_CR4_PAE) in kvm_set_cr4()
/linux-4.4.14/arch/x86/kernel/
Drelocate_kernel_64.S126 movl $X86_CR4_PAE, %eax
Dhead_64.S187 movl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
Dsetup.c213 __visible unsigned long mmu_cr4_features = X86_CR4_PAE;
Dhead_32.S364 testb $X86_CR4_PAE, %al # check if PAE is enabled
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_64.S118 orl $X86_CR4_PAE, %eax
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h57 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \