Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
A Dpgtable_64.c164 if (paging_config.l5_required == !!(native_read_cr4() & X86_CR4_LA57)) in paging_prepare()
213 if (__read_cr4() & X86_CR4_LA57) { in cleanup_trampoline()
A Dhead_64.S627 testl $X86_CR4_LA57, %eax
633 testl $X86_CR4_LA57, %eax
654 orl $X86_CR4_LA57, %eax
/linux/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c62 cr4 |= X86_CR4_LA57; in calc_cr4_feature_bits()
115 test_cr4_feature_bit(vm, &sregs, X86_CR4_LA57); in main()
/linux/arch/x86/kernel/
A Drelocate_kernel_64.S137 testq $X86_CR4_LA57, %r13
139 orl $X86_CR4_LA57, %eax
A Dhead_64.S148 orl $X86_CR4_LA57, %ecx
A Dhead64.c110 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
/linux/arch/x86/kvm/
A Dx86.h211 return kvm_read_cr4_bits(vcpu, X86_CR4_LA57) ? 57 : 48; in vcpu_virt_addr_bits()
478 __reserved_bits |= X86_CR4_LA57; \
A Dmmu.h47 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
A Demulate.c668 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
A Dx86.c1063 if ((cr4 ^ old_cr4) & X86_CR4_LA57) in kvm_set_cr4()
/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h116 #define X86_CR4_LA57 _BITUL(X86_CR4_LA57_BIT) macro
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h32 #define X86_CR4_LA57 (1ul << 12) macro
/linux/arch/x86/include/asm/
A Dkvm_host.h116 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/linux/arch/x86/kvm/mmu/
A Dmmu.c222 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, la57, X86_CR4_LA57);
/linux/arch/x86/kvm/vmx/
A Dvmx.c7076 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57)); in nested_vmx_cr_fixed1_bits_update()

Completed in 73 milliseconds