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() 291 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_enable_regs() 310 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_enable_regs() 432 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_disable_regs() 446 if (ms_hyperv.paravisor_present || hv_root_partitio in hv_hyp_synic_disable_regs() [all...]
515 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
501 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
74 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_msr() 84 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_msr() 115 if (WARN_ON(!ms_hyperv.paravisor_present || !hv_is_synic_msr(reg))) in hv_para_get_synic_register() 125 if (WARN_ON(!ms_hyperv.paravisor_present || !hv_is_synic_msr(reg))) in hv_para_set_synic_register() 429 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus() 595 if (!ms_hyperv.paravisor_present) in ms_hyperv_init_platform() 603 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform() 702 ms_hyperv.paravisor_present) in ms_hyperv_init_platform() 726 (!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