Searched refs:X86_CR4_LA57 (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | set_sregs_test.c | 56 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 D | vmx_nested_la57_state_test.c | 59 guest_cr4 &= ~X86_CR4_LA57; in l1_guest_code()
|
| /linux/arch/x86/boot/startup/ |
| H A D | map_kernel.c | 23 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
|
| /linux/arch/x86/realmode/rm/ |
| H A D | trampoline_64.S | 228 testl $X86_CR4_LA57, %eax
|
| /linux/arch/x86/kvm/ |
| H A D | mmu.h | 40 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
|
| H A D | emulate.c | 600 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
|
| H A D | x86.c | 1383 if ((cr4 ^ old_cr4) & X86_CR4_LA57) in kvm_set_cr4()
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 211 movl $(X86_CR4_PAE | X86_CR4_LA57), %edx
|
| H A D | relocate_kernel_64.S | 204 andl $(X86_CR4_PAE | X86_CR4_LA57), %r13d
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 55 #define X86_CR4_LA57 (1ul << 12) macro
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 661 sregs.cr4 |= X86_CR4_LA57; in vcpu_init_sregs()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 144 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 7903 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 D | nested.c | 3137 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 D | mmu.c | 215 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, la57, X86_CR4_LA57);
|