Searched refs:hyperv_paravisor_present (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmshyperv.h44 extern bool hyperv_paravisor_present;
78 if (hv_isolation_type_tdx() && !hyperv_paravisor_present)
81 if (hv_isolation_type_snp() && !hyperv_paravisor_present) {
134 if (hv_isolation_type_tdx() && !hyperv_paravisor_present)
137 if (hv_isolation_type_snp() && !hyperv_paravisor_present) {
188 if (hv_isolation_type_tdx() && !hyperv_paravisor_present)
191 if (hv_isolation_type_snp() && !hyperv_paravisor_present) {
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c44 bool hyperv_paravisor_present __ro_after_init;
45 EXPORT_SYMBOL_GPL(hyperv_paravisor_present); variable
437 hyperv_paravisor_present = !!ms_hyperv.paravisor_present;

Completed in 140 milliseconds