Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c56 cr4 |= X86_CR4_LA57; in calc_supported_cr4_feature_bits()
103 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_LA57); in test_cr_bits()
H A Dvmx_nested_la57_state_test.c59 guest_cr4 &= ~X86_CR4_LA57; in l1_guest_code()
/linux/arch/x86/boot/startup/
H A Dmap_kernel.c23 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
/linux/arch/x86/realmode/rm/
H A Dtrampoline_64.S228 testl $X86_CR4_LA57, %eax
/linux/arch/x86/kvm/
H A Dmmu.h40 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
H A Demulate.c600 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
H A Dx86.c1383 if ((cr4 ^ old_cr4) & X86_CR4_LA57) in kvm_set_cr4()
/linux/arch/x86/kernel/
H A Dhead_64.S211 movl $(X86_CR4_PAE | X86_CR4_LA57), %edx
H A Drelocate_kernel_64.S204 andl $(X86_CR4_PAE | X86_CR4_LA57), %r13d
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h55 #define X86_CR4_LA57 (1ul << 12) macro
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c661 sregs.cr4 |= X86_CR4_LA57; in vcpu_init_sregs()
/linux/arch/x86/include/asm/
H A Dkvm_host.h144 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7903 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57)); in nested_vmx_cr_fixed1_bits_update()
8524 lam_bit = kvm_is_cr4_bit_set(vcpu, X86_CR4_LA57) ? 56 : 47; in vmx_get_untagged_addr()
H A Dnested.c3137 u8 l1_address_bits_on_exit = (vmcs12->host_cr4 & X86_CR4_LA57) ? 57 : 48; in is_l1_noncanonical_address_on_vmexit()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c215 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, la57, X86_CR4_LA57);