Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dspecial_insns.h46 static inline unsigned long native_read_cr4(void) in native_read_cr4() function
141 return native_read_cr4(); in __read_cr4()
/arch/x86/boot/compressed/
A Dpgtable_64.c134 if (l5_required == !!(native_read_cr4() & X86_CR4_LA57)) in configure_5level_paging()
/arch/x86/boot/startup/
A Dsev-shared.c347 u32 cr4 = native_read_cr4(); in __sev_cpuid_hv_ghcb()
509 if (native_read_cr4() & X86_CR4_OSXSAVE) in snp_cpuid_postprocess()
515 if (native_read_cr4() & X86_CR4_PKE) in snp_cpuid_postprocess()
533 if (native_read_cr4() & X86_CR4_OSXSAVE) in snp_cpuid_postprocess()
A Dmap_kernel.c23 if (!(native_read_cr4() & X86_CR4_LA57)) in check_la57_support()
/arch/x86/hyperv/
A Dhv_vtl.c161 input->vp_context.cr4 = native_read_cr4(); in hv_vtl_bringup_vcpu()
A Divm.c332 vmsa->cr4 = native_read_cr4(); in hv_snp_boot_ap()
/arch/x86/coco/sev/
A Dvc-shared.c435 u32 cr4 = native_read_cr4(); in vc_handle_cpuid()
A Dcore.c938 cr4 = native_read_cr4() & X86_CR4_MCE; in wakeup_cpu_via_vmgexit()

Completed in 15 milliseconds