Home
last modified time | relevance | path

Searched refs:paravisor_present (Results 1 – 8 of 8) 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()
127 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_alloc()
149 if (!ms_hyperv.paravisor_present && !hv_root_partition()) { in hv_synic_alloc()
168 if (!ms_hyperv.paravisor_present && in hv_synic_alloc()
217 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_free()
228 if (!ms_hyperv.paravisor_present && in hv_synic_free()
277 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_enable_regs()
296 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_enable_regs()
362 if (ms_hyperv.paravisor_present || hv_root_partitio in hv_synic_disable_regs()
[all...]
H A Dconnection.c512 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
H A Dhv_common.c499 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c71 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_msr()
81 if (hv_is_synic_msr(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_msr()
376 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()
487 hyperv_paravisor_present = !!ms_hyperv.paravisor_present; in ms_hyperv_init_platform()
501 if (!ms_hyperv.paravisor_present) { in ms_hyperv_init_platform()
591 ms_hyperv.paravisor_present) in ms_hyperv_init_platform()
615 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
/linux/arch/x86/hyperv/
H A Dhv_apic.c185 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_mask()
245 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_one()
H A Divm.c445 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_write()
456 if (!ms_hyperv.paravisor_present) in hv_ivm_msr_read()
/linux/include/asm-generic/
H A Dmshyperv.h49 u32 paravisor_present : 1; member
/linux/drivers/clocksource/
H A Dhyperv_timer.c152 if (!ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_stimer_init()