Searched refs:paravisor_present (Results 1 – 8 of 8) sorted by relevance
66 if (hv_isolation_type_tdx() && ms_hyperv.paravisor_present) in hv_post_message()77 if (ms_hyperv.paravisor_present) { in hv_post_message()125 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_alloc()147 if (!ms_hyperv.paravisor_present && !hv_root_partition) { in hv_synic_alloc()166 if (!ms_hyperv.paravisor_present && in hv_synic_alloc()216 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_free()227 if (!ms_hyperv.paravisor_present && in hv_synic_free()276 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_enable_regs()295 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_enable_regs()378 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_disable_regs()[all …]
385 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
486 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
73 if (hv_is_synic_reg(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_register()83 if (hv_is_synic_reg(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_register()307 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()436 hyperv_paravisor_present = !!ms_hyperv.paravisor_present; in ms_hyperv_init_platform()450 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform()532 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()557 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
59 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()124 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()487 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()531 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()724 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()
180 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_mask()240 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_one()
436 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_write()447 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_read()
43 u32 paravisor_present : 1; member