Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h51 bool hv_isolation_type_snp(void);
80 if (hv_isolation_type_snp() && !hyperv_paravisor_present) { in hv_do_hypercall()
136 if (hv_isolation_type_snp() && !hyperv_paravisor_present) { in _hv_do_fast_hypercall8()
190 if (hv_isolation_type_snp() && !hyperv_paravisor_present) { in _hv_do_fast_hypercall16()
/openbmc/linux/drivers/hv/
H A Dhv_common.c386 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_common_cpu_init()
529 bool __weak hv_isolation_type_snp(void) in hv_isolation_type_snp() function
533 EXPORT_SYMBOL_GPL(hv_isolation_type_snp);
H A Dhv.c81 else if (hv_isolation_type_snp()) in hv_post_message()
167 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_synic_alloc()
228 (hv_isolation_type_snp() || hv_isolation_type_tdx())) { in hv_synic_free()
H A Dconnection.c502 if (hv_isolation_type_snp()) in vmbus_set_event()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h67 bool hv_isolation_type_snp(void);
283 bool hv_isolation_type_snp(void);
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c58 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
123 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
486 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
H A Divm.c441 else if (hv_isolation_type_snp()) in hv_ivm_msr_write()
452 else if (hv_isolation_type_snp()) in hv_ivm_msr_read()
648 bool hv_isolation_type_snp(void) in hv_isolation_type_snp() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c307 if (!ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_smp_prepare_cpus()
558 (!ms_hyperv.paravisor_present && hv_isolation_type_snp())) in ms_hyperv_init_platform()