Home
last modified time | relevance | path

Searched refs:hv_isolation_type_tdx (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()
78 if (hv_isolation_type_tdx()) in hv_post_message()
125 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_alloc()
167 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_synic_alloc()
216 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) { in hv_synic_free()
228 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_synic_free()
H A Dhv_common.c386 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_common_cpu_init()
535 bool __weak hv_isolation_type_tdx(void) in hv_isolation_type_tdx() function
539 EXPORT_SYMBOL_GPL(hv_isolation_type_tdx);
H A Dconnection.c505 else if (hv_isolation_type_tdx()) in vmbus_set_event()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h52 bool hv_isolation_type_tdx(void);
77 if (hv_isolation_type_tdx() && !hyperv_paravisor_present) in hv_do_hypercall()
133 if (hv_isolation_type_tdx() && !hyperv_paravisor_present) in _hv_do_fast_hypercall8()
187 if (hv_isolation_type_tdx() && !hyperv_paravisor_present) in _hv_do_fast_hypercall16()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c473 if (hv_isolation_type_tdx()) in hyperv_init()
482 if (!hv_isolation_type_tdx()) 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.c439 if (hv_isolation_type_tdx()) in hv_ivm_msr_write()
450 if (hv_isolation_type_tdx()) in hv_ivm_msr_read()
658 bool hv_isolation_type_tdx(void) in hv_isolation_type_tdx() function
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h68 bool hv_isolation_type_tdx(void);