Home
last modified time | relevance | path

Searched refs:paravisor_present (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/hv/
H A Dhv.c66 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()
215 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_free()
226 if (!ms_hyperv.paravisor_present && in hv_synic_free()
275 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_enable_regs()
294 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_enable_regs()
360 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_disable_regs()
[all …]
H A Dconnection.c501 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
H A Dhv_common.c507 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c70 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_msr()
80 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_msr()
375 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()
486 hyperv_paravisor_present = !!ms_hyperv.paravisor_present; in ms_hyperv_init_platform()
500 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform()
590 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()
614 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
/linux-6.15/arch/x86/hyperv/
H A Dhv_init.c54 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
119 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
464 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
508 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
697 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()
H A Dhv_apic.c184 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_mask()
244 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_one()
H A Divm.c436 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_write()
447 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_read()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h49 u32 paravisor_present : 1; member
/linux-6.15/drivers/clocksource/
H A Dhyperv_timer.c151 if (!ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_stimer_init()