Home
last modified time | relevance | path

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

/linux/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()
370 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_disable_regs()
[all …]
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c72 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_msr()
82 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_msr()
368 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()
494 hyperv_paravisor_present = !!ms_hyperv.paravisor_present; in ms_hyperv_init_platform()
508 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform()
598 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()
622 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
/linux/arch/x86/hyperv/
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/drivers/clocksource/
H A Dhyperv_timer.c151 if (!ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_stimer_init()