Home
last modified time | relevance | path

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

/linux/arch/x86/platform/pvh/
A Dhead.S74 orl $X86_CR4_PAE, %eax
133 and $~X86_CR4_PAE, %eax
/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h102 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/linux/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c57 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_cr4_feature_bits()
/linux/arch/x86/kernel/
A Drelocate_kernel_64.S136 movl $X86_CR4_PAE, %eax
A Dhead_32.S220 testb $X86_CR4_PAE, %al # check if PAE is enabled
A Dhead_64.S144 movl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
A Dsetup.c144 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
/linux/arch/x86/kvm/
A Dmmu.h47 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
A Dx86.h191 return kvm_read_cr4_bits(vcpu, X86_CR4_PAE); in is_pae()
A Dx86.c1054 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
1061 if (!(cr4 & X86_CR4_PAE)) in kvm_set_cr4()
1065 } else if (is_paging(vcpu) && (cr4 & X86_CR4_PAE) in kvm_set_cr4()
10515 if (!(sregs->cr4 & X86_CR4_PAE) || !(sregs->efer & EFER_LMA)) in kvm_is_valid_sregs()
10631 bool pae = (sregs2->cr0 & X86_CR0_PG) && (sregs2->cr4 & X86_CR4_PAE) && in __set_sregs2()
A Demulate.c2567 if (cr4 & X86_CR4_PAE) in em_rsm()
2568 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE); in em_rsm()
/linux/arch/x86/boot/compressed/
A Dhead_64.S173 orl $X86_CR4_PAE, %eax
651 movl $X86_CR4_PAE, %eax
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h25 #define X86_CR4_PAE (1ul << 5) macro
/linux/arch/x86/kvm/vmx/
A Dvmx.c142 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
143 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
3177 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
3179 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4()
3180 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
7060 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE)); in nested_vmx_cr_fixed1_bits_update()
A Dnested.c2879 if (CC(!(vmcs12->host_cr4 & X86_CR4_PAE))) in nested_vmx_check_host_state()
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c635 sregs.cr4 |= X86_CR4_PAE | X86_CR4_OSFXSR; in vcpu_setup()
/linux/arch/x86/include/asm/
A Dkvm_host.h113 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux/arch/x86/kvm/svm/
A Dnested.c287 if (CC(!(save->cr4 & X86_CR4_PAE)) || in nested_vmcb_check_cr3_cr4()
A Dsvm.c1855 cr4 |= X86_CR4_PAE; in svm_set_cr4()
/linux/arch/x86/kvm/mmu/
A Dmmu.c218 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);

Completed in 96 milliseconds