Searched refs:hv_isolation_type_tdx (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/hv/
H A Dhv.c66 if (hv_isolation_type_tdx() && ms_hyperv.paravisor_present)
78 if (hv_isolation_type_tdx())
125 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) {
167 (hv_isolation_type_snp() || hv_isolation_type_tdx())) {
216 if (ms_hyperv.paravisor_present && hv_isolation_type_tdx()) {
228 (hv_isolation_type_snp() || hv_isolation_type_tdx())) {
H A Dhv_common.c462 (hv_isolation_type_snp() || hv_isolation_type_tdx())) {
611 bool __weak hv_isolation_type_tdx(void) function
615 EXPORT_SYMBOL_GPL(hv_isolation_type_tdx); variable
H A Dconnection.c505 else if (hv_isolation_type_tdx())
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h53 bool hv_isolation_type_tdx(void);
78 if (hv_isolation_type_tdx() && !hyperv_paravisor_present)
134 if (hv_isolation_type_tdx() && !hyperv_paravisor_present)
188 if (hv_isolation_type_tdx() && !hyperv_paravisor_present)
/linux-master/arch/x86/hyperv/
H A Dhv_init.c474 if (hv_isolation_type_tdx())
483 if (!hv_isolation_type_tdx())
531 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present)
724 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present)
H A Dhv_apic.c180 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx())
240 if (ms_hyperv.paravisor_present || !hv_isolation_type_tdx())
H A Divm.c440 if (hv_isolation_type_tdx())
451 if (hv_isolation_type_tdx())
710 * hv_isolation_type_tdx - Check if the system runs in an Intel TDX based
713 bool hv_isolation_type_tdx(void) function
/linux-master/include/asm-generic/
H A Dmshyperv.h69 bool hv_isolation_type_tdx(void);

Completed in 166 milliseconds