Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hv/
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 …]
Dhv_common.c385 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
Dconnection.c486 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
/linux-6.6.21/arch/x86/kernel/cpu/
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()
307 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()
436 hyperv_paravisor_present = !!ms_hyperv.paravisor_present; in ms_hyperv_init_platform()
450 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform()
532 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()
557 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
/linux-6.6.21/arch/x86/hyperv/
Dhv_init.c59 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
124 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
487 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
531 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
724 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()
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()
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.6.21/include/asm-generic/
Dmshyperv.h43 u32 paravisor_present : 1; member