Home
last modified time | relevance | path

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

/openbmc/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()
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 …]
H A Dhv_common.c385 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
H A Dconnection.c501 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c73 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()
364 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()
590 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()
615 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c58 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
123 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
486 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
530 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
721 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()
H A Dhv_apic.c180 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()
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()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h43 u32 paravisor_present : 1; member