Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_init.c467 if (hv_isolation_type_tdx()) in hyperv_init()
474 if (!hv_isolation_type_tdx()) in hyperv_init()
522 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
701 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()
H A Dhv_apic.c190 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_mask()
250 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx()) in __send_ipi_one()
H A Divm.c464 if (hv_isolation_type_tdx()) in hv_ivm_msr_write()
475 if (hv_isolation_type_tdx()) in hv_ivm_msr_read()
943 bool hv_isolation_type_tdx(void) in hv_isolation_type_tdx() function
/linux/drivers/hv/
H A Dhv.c68 if (hv_isolation_type_tdx() && ms_hyperv.paravisor_present) in hv_post_message()
84 if (hv_isolation_type_tdx()) in hv_post_message()
198 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_alloc()
252 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_synic_free()
H A Dhv_common.c502 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_common_cpu_init()
663 bool __weak hv_isolation_type_tdx(void) in hv_isolation_type_tdx() function
667 EXPORT_SYMBOL_GPL(hv_isolation_type_tdx);
H A Dconnection.c519 else if (hv_isolation_type_tdx()) in vmbus_set_event()
/linux/arch/x86/include/asm/
H A Dmshyperv.h53 bool hv_isolation_type_tdx(void);
/linux/drivers/clocksource/
H A Dhyperv_timer.c152 if (!ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_stimer_init()
/linux/include/asm-generic/
H A Dmshyperv.h81 bool hv_isolation_type_tdx(void);