Home
last modified time | relevance | path

Searched refs:X86_CR4_LA57 (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/arch/x86/boot/compressed/
A Dpgtable_64.c163 if (paging_config.l5_required == !!(native_read_cr4() & X86_CR4_LA57)) in paging_prepare()
212 if (__read_cr4() & X86_CR4_LA57) { in cleanup_trampoline()
A Dhead_64.S609 testl $X86_CR4_LA57, %eax
615 testl $X86_CR4_LA57, %eax
652 orl $X86_CR4_LA57, %eax
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c56 cr4 |= X86_CR4_LA57; in calc_supported_cr4_feature_bits()
107 test_cr4_feature_bit(vcpu, &sregs, X86_CR4_LA57); in main()
/linux-6.3-rc2/arch/x86/kernel/
A Drelocate_kernel_64.S150 testq $X86_CR4_LA57, %r13
152 orl $X86_CR4_LA57, %eax
A Dhead_64.S195 orl $X86_CR4_LA57, %ecx
A Dhead64.c111 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dprocessor-flags.h116 #define X86_CR4_LA57 _BITUL(X86_CR4_LA57_BIT) macro
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.h196 return kvm_read_cr4_bits(vcpu, X86_CR4_LA57) ? 57 : 48; in vcpu_virt_addr_bits()
483 __reserved_bits |= X86_CR4_LA57; \
A Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
A Demulate.c650 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
A Dx86.c1173 if ((cr4 ^ old_cr4) & X86_CR4_LA57) in kvm_set_cr4()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h41 #define X86_CR4_LA57 (1ul << 12) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h127 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c200 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, la57, X86_CR4_LA57);
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c7631 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57)); in nested_vmx_cr_fixed1_bits_update()

Completed in 550 milliseconds