Home
last modified time | relevance | path

Searched refs:native_read_cr4 (Results 1 – 6 of 6) sorted by relevance

/arch/x86/include/asm/
Dspecial_insns.h57 static inline unsigned long native_read_cr4(void) in native_read_cr4() function
125 return native_read_cr4(); in __read_cr4()
/arch/x86/boot/compressed/
Dpgtable_64.c140 if (l5_required == !!(native_read_cr4() & X86_CR4_LA57)) in configure_5level_paging()
/arch/x86/kernel/
Dsev-shared.c285 u32 cr4 = native_read_cr4(); in __sev_cpuid_hv_ghcb()
446 if (native_read_cr4() & X86_CR4_OSXSAVE) in snp_cpuid_postprocess()
452 if (native_read_cr4() & X86_CR4_PKE) in snp_cpuid_postprocess()
470 if (native_read_cr4() & X86_CR4_OSXSAVE) in snp_cpuid_postprocess()
945 u32 cr4 = native_read_cr4(); in vc_handle_cpuid()
Dhead64.c110 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
Dsev.c1008 cr4 = native_read_cr4() & X86_CR4_MCE; in wakeup_cpu_via_vmgexit()
/arch/x86/hyperv/
Dhv_vtl.c123 input->vp_context.cr4 = native_read_cr4(); in hv_vtl_bringup_vcpu()