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

/linux-master/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c66 bool have_la57 = native_read_cr4() & X86_CR4_LA57;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c55 cr4 |= X86_CR4_LA57;
107 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_LA57);
/linux-master/arch/x86/boot/compressed/
H A Dpgtable_64.c140 if (l5_required == !!(native_read_cr4() & X86_CR4_LA57))
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_64.S150 testq $X86_CR4_LA57, %r13
152 orl $X86_CR4_LA57, %eax
H A Dhead_64.S208 movl $(X86_CR4_PAE | X86_CR4_LA57), %edx
H A Dhead64.c81 if (!(native_read_cr4() & X86_CR4_LA57))
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h120 #define X86_CR4_LA57 _BITUL(X86_CR4_LA57_BIT) macro
/linux-master/arch/x86/kvm/
H A Dx86.h210 return kvm_is_cr4_bit_set(vcpu, X86_CR4_LA57) ? 57 : 48;
521 __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;
H A Dx86.c1202 if ((cr4 ^ old_cr4) & X86_CR4_LA57)
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S228 testl $X86_CR4_LA57, %eax
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h51 #define X86_CR4_LA57 (1ul << 12) macro
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h135 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7712 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57));
8305 lam_bit = kvm_is_cr4_bit_set(vcpu, X86_CR4_LA57) ? 56 : 47;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c213 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, la57, X86_CR4_LA57);

Completed in 437 milliseconds