Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/platform/pvh/
A Dhead.S75 orl $X86_CR4_PAE, %eax
134 and $~X86_CR4_PAE, %eax
/linux-6.3-rc2/arch/x86/kvm/
A Dkvm_cache_regs.h13 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)
14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
A Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
A Dsmm.c625 if (cr4 & X86_CR4_PAE) in emulator_leave_smm()
626 kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PAE); in emulator_leave_smm()
A Dx86.h176 return kvm_read_cr4_bits(vcpu, X86_CR4_PAE); in is_pae()
A Dx86.c1156 else if (((cr4 ^ old_cr4) & X86_CR4_PAE) || in kvm_post_set_cr4()
1171 if (!(cr4 & X86_CR4_PAE)) in kvm_set_cr4()
1175 } else if (is_paging(vcpu) && (cr4 & X86_CR4_PAE) in kvm_set_cr4()
11350 if (!(sregs->cr4 & X86_CR4_PAE) || !(sregs->efer & EFER_LMA)) in kvm_is_valid_sregs()
11467 bool pae = (sregs2->cr0 & X86_CR0_PG) && (sregs2->cr4 & X86_CR4_PAE) && in __set_sregs2()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c51 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_supported_cr4_feature_bits()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dprocessor-flags.h102 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dhead_64.S183 orl $X86_CR4_PAE, %eax
649 orl $X86_CR4_PAE, %eax
/linux-6.3-rc2/arch/x86/kernel/
A Drelocate_kernel_64.S149 movl $X86_CR4_PAE, %eax
A Dhead_32.S221 testb $X86_CR4_PAE, %al # check if PAE is enabled
A Dhead_64.S191 orl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
A Dsetup.c138 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h34 #define X86_CR4_PAE (1ul << 5) macro
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c150 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
151 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
3450 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
3452 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4()
3453 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
7615 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE)); in nested_vmx_cr_fixed1_bits_update()
A Dnested.c2933 if (CC(!(vmcs12->host_cr4 & X86_CR4_PAE))) in nested_vmx_check_host_state()
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c539 sregs.cr4 |= X86_CR4_PAE | X86_CR4_OSFXSR; in vcpu_setup()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h124 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dnested.c302 if (CC(!(save->cr4 & X86_CR4_PAE)) || in __nested_vmcb_check_save()
A Dsvm.c1852 cr4 |= X86_CR4_PAE; in svm_set_cr4()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c196 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);

Completed in 89 milliseconds