Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c
H A Dset_sregs_test.c
/linux/arch/x86/platform/pvh/
H A Dhead.S97 orl $X86_CR4_PAE, %eax
216 and $~X86_CR4_PAE, %eax
/linux/arch/x86/boot/compressed/
H A Dhead_64.S170 orl $X86_CR4_PAE, %eax
403 andl $(X86_CR4_PAE | X86_CR4_MCE | X86_CR4_LA57), %eax
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h106 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/linux/arch/x86/kernel/
H A Dhead_32.S194 testb $X86_CR4_PAE, %al # check if PAE is enabled
H A Drelocate_kernel_64.S151 andl $(X86_CR4_PAE | X86_CR4_LA57), %r13d
H A Dsetup.c138 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
/linux/arch/x86/kvm/vmx/
H A Dvmx.c156 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
157 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
3496 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
3498 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4()
3499 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
7737 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE)); in nested_vmx_cr_fixed1_bits_update()
H A Dnested.c3048 if (CC(!(vmcs12->host_cr4 & X86_CR4_PAE))) in nested_vmx_check_host_state()
3169 if (CC(ia32e && !(vmcs12->guest_cr4 & X86_CR4_PAE)) || in nested_vmx_check_guest_state()
/linux/arch/x86/include/asm/
H A Dkvm_host.h135 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux/arch/x86/kvm/
H A Dx86.c1325 else if (((cr4 ^ old_cr4) & X86_CR4_PAE) || in kvm_post_set_cr4()
1340 if (!(cr4 & X86_CR4_PAE)) in kvm_set_cr4()
1344 } else if (is_paging(vcpu) && (cr4 & X86_CR4_PAE) in kvm_set_cr4()
11873 if (!(sregs->cr4 & X86_CR4_PAE) || !(sregs->efer & EFER_LMA)) in kvm_is_valid_sregs()
11989 bool pae = (sregs2->cr0 & X86_CR0_PG) && (sregs2->cr4 & X86_CR4_PAE) && in __set_sregs2()
/linux/arch/x86/kvm/svm/
H A Dsvm.c1925 cr4 |= X86_CR4_PAE; in svm_set_cr4()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);