Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_init.c93 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
158 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
478 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
H A Divm.c466 else if (hv_isolation_type_snp()) in hv_ivm_msr_write()
477 else if (hv_isolation_type_snp()) in hv_ivm_msr_read()
933 bool hv_isolation_type_snp(void) in hv_isolation_type_snp() function
/linux/drivers/hv/
H A Dhv_common.c502 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_common_cpu_init()
657 bool __weak hv_isolation_type_snp(void) in hv_isolation_type_snp() function
661 EXPORT_SYMBOL_GPL(hv_isolation_type_snp);
H A Dconnection.c516 if (hv_isolation_type_snp()) in vmbus_set_event()
H A Dhv.c87 else if (hv_isolation_type_snp()) in hv_post_message()
/linux/include/asm-generic/
H A Dmshyperv.h80 bool hv_isolation_type_snp(void);
309 bool hv_isolation_type_snp(void);
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c422 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()
712 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()
/linux/arch/x86/include/asm/
H A Dmshyperv.h52 bool hv_isolation_type_snp(void);