Searched refs:paravisor_present (Results 1 – 8 of 8) sorted by relevance
68 if (hv_isolation_type_tdx() && ms_hyperv.paravisor_present) in hv_post_message()79 if (ms_hyperv.paravisor_present && !vmbus_is_confidential()) { in hv_post_message()198 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_alloc()210 if (!ms_hyperv.paravisor_present && !hv_root_partition()) { in hv_synic_alloc()252 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_synic_free()255 if (!ms_hyperv.paravisor_present && !hv_root_partition()) { in hv_synic_free()288 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_enable_regs()307 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_enable_regs()429 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_disable_regs()443 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_disable_regs()
515 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
501 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
73 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_msr()83 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_msr()114 if (WARN_ON(!ms_hyperv.paravisor_present || !hv_is_synic_msr(reg))) in hv_para_get_synic_register()124 if (WARN_ON(!ms_hyperv.paravisor_present || !hv_is_synic_msr(reg))) in hv_para_set_synic_register()422 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()580 if (!ms_hyperv.paravisor_present) in ms_hyperv_init_platform()588 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform()687 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()711 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
93 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()158 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()478 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()522 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()701 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()
190 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_mask()250 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_one()
461 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_write()472 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_read()
50 u32 paravisor_present : 1; member