Searched refs:X86_CR4_PAE (Results 1 – 22 of 22) sorted by relevance
/linux-6.6.21/arch/x86/platform/pvh/ |
D | head.S | 75 orl $X86_CR4_PAE, %eax 134 and $~X86_CR4_PAE, %eax
|
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | sync_regs_test.c | 139 __u64 pae_disabled = *cr4 & ~X86_CR4_PAE; in race_sregs_cr4() 180 TEST_ASSERT((run->s.regs.sregs.cr4 & X86_CR4_PAE) && in race_sync_regs() 183 !!(run->s.regs.sregs.cr4 & X86_CR4_PAE), in race_sync_regs()
|
D | set_sregs_test.c | 50 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_supported_cr4_feature_bits()
|
/linux-6.6.21/arch/x86/kvm/ |
D | kvm_cache_regs.h | 13 #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)
|
D | mmu.h | 39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
|
D | smm.c | 625 if (cr4 & X86_CR4_PAE) in emulator_leave_smm() 626 kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PAE); in emulator_leave_smm()
|
D | x86.h | 190 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PAE); in is_pae()
|
D | x86.c | 1185 else if (((cr4 ^ old_cr4) & X86_CR4_PAE) || in kvm_post_set_cr4() 1200 if (!(cr4 & X86_CR4_PAE)) in kvm_set_cr4() 1204 } else if (is_paging(vcpu) && (cr4 & X86_CR4_PAE) in kvm_set_cr4() 11483 if (!(sregs->cr4 & X86_CR4_PAE) || !(sregs->efer & EFER_LMA)) in kvm_is_valid_sregs() 11601 bool pae = (sregs2->cr0 & X86_CR0_PG) && (sregs2->cr4 & X86_CR4_PAE) && in __set_sregs2()
|
/linux-6.6.21/arch/x86/include/uapi/asm/ |
D | processor-flags.h | 106 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
|
/linux-6.6.21/arch/x86/kernel/ |
D | relocate_kernel_64.S | 149 movl $X86_CR4_PAE, %eax
|
D | head_32.S | 207 testb $X86_CR4_PAE, %al # check if PAE is enabled
|
D | head_64.S | 184 orl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
|
D | setup.c | 137 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
|
/linux-6.6.21/arch/x86/boot/compressed/ |
D | head_64.S | 170 orl $X86_CR4_PAE, %eax
|
/linux-6.6.21/arch/x86/kvm/vmx/ |
D | vmx.c | 149 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE) 150 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE) 3471 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4() 3473 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4() 3474 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4() 7674 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE)); in nested_vmx_cr_fixed1_bits_update()
|
D | nested.c | 2932 if (CC(!(vmcs12->host_cr4 & X86_CR4_PAE))) in nested_vmx_check_host_state() 3053 if (CC(ia32e && !(vmcs12->guest_cr4 & X86_CR4_PAE)) || in nested_vmx_check_guest_state()
|
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 34 #define X86_CR4_PAE (1ul << 5) macro
|
/linux-6.6.21/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 540 sregs.cr4 |= X86_CR4_PAE | X86_CR4_OSFXSR; in vcpu_setup()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | kvm_host.h | 124 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
|
/linux-6.6.21/arch/x86/kvm/svm/ |
D | nested.c | 297 if (CC(!(save->cr4 & X86_CR4_PAE)) || in __nested_vmcb_check_save()
|
D | svm.c | 1941 cr4 |= X86_CR4_PAE; in svm_set_cr4()
|
/linux-6.6.21/arch/x86/kvm/mmu/ |
D | mmu.c | 209 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);
|