Home
last modified time | relevance | path

Searched refs:X86_CR4_PAE (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/arch/x86/platform/pvh/
H A Dhead.S75 orl $X86_CR4_PAE, %eax
134 and $~X86_CR4_PAE, %eax
/kernel/linux/linux-5.10/arch/x86/platform/pvh/
H A Dhead.S75 orl $X86_CR4_PAE, %eax
144 and $~X86_CR4_PAE, %eax
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c139 __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()
H A Dset_sregs_test.c50 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_supported_cr4_feature_bits()
/kernel/linux/linux-6.6/arch/x86/kvm/
H 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)
H A Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
H 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()
H A Dx86.h190 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PAE); in is_pae()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h102 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h106 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dprocessor-flags.h99 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dprocessor-flags.h99 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dhead_64.S162 orl $X86_CR4_PAE, %eax
653 movl $X86_CR4_PAE, %eax
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Drelocate_kernel_64.S139 movl $X86_CR4_PAE, %eax
H A Dhead_32.S221 testb $X86_CR4_PAE, %al # check if PAE is enabled
H A Dhead_64.S153 movl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
H A Dsetup.c142 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h23 #define X86_CR4_PAE (1ul << 5) macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_32.S207 testb $X86_CR4_PAE, %al # check if PAE is enabled
H A Drelocate_kernel_64.S149 movl $X86_CR4_PAE, %eax
H A Dhead_64.S184 orl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
H A Dsetup.c137 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.h136 return kvm_read_cr4_bits(vcpu, X86_CR4_PAE); in is_pae()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dhead_64.S170 orl $X86_CR4_PAE, %eax
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c141 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
142 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
3262 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
3264 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4()
3265 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()
7297 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE)); in nested_vmx_cr_fixed1_bits_update()

Completed in 24 milliseconds

12