Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c55 cr4 |= X86_CR4_LA57; in calc_supported_cr4_feature_bits()
107 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_LA57); in main()
/openbmc/linux/arch/x86/kernel/
H A Drelocate_kernel_64.S151 testq $X86_CR4_LA57, %r13
153 orl $X86_CR4_LA57, %eax
H A Dhead64.c110 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
H A Dhead_64.S188 orl $X86_CR4_LA57, %ecx
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c66 bool have_la57 = native_read_cr4() & X86_CR4_LA57; in efi_5level_switch()
/openbmc/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c140 if (l5_required == !!(native_read_cr4() & X86_CR4_LA57)) in configure_5level_paging()
H A Dhead_64.S403 andl $(X86_CR4_PAE | X86_CR4_MCE | X86_CR4_LA57), %eax
/openbmc/linux/arch/x86/kvm/
H A Dx86.h210 return kvm_is_cr4_bit_set(vcpu, X86_CR4_LA57) ? 57 : 48; in vcpu_virt_addr_bits()
525 __reserved_bits |= X86_CR4_LA57; \
H A Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
H A Demulate.c650 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
H A Dx86.c1202 if ((cr4 ^ old_cr4) & X86_CR4_LA57) in kvm_set_cr4()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h120 #define X86_CR4_LA57 _BITUL(X86_CR4_LA57_BIT) macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h41 #define X86_CR4_LA57 (1ul << 12) macro
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h127 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c213 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, la57, X86_CR4_LA57);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c7699 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57)); in nested_vmx_cr_fixed1_bits_update()