Searched refs:X86_CR4_PAE (Results 1 – 14 of 14) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | sync_regs_test.c |
|
H A D | set_sregs_test.c |
|
/linux/arch/x86/platform/pvh/ |
H A D | head.S | 97 orl $X86_CR4_PAE, %eax 216 and $~X86_CR4_PAE, %eax
|
/linux/arch/x86/boot/compressed/ |
H A D | head_64.S | 170 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 D | processor-flags.h | 106 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
|
/linux/arch/x86/kernel/ |
H A D | head_32.S | 194 testb $X86_CR4_PAE, %al # check if PAE is enabled
|
H A D | relocate_kernel_64.S | 151 andl $(X86_CR4_PAE | X86_CR4_LA57), %r13d
|
H A D | setup.c | 138 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 156 #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 D | nested.c | 3048 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 D | kvm_host.h | 135 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 1325 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 D | svm.c | 1925 cr4 |= X86_CR4_PAE; in svm_set_cr4()
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);
|