Home
last modified time | relevance | path

Searched refs:hv_snp_boot_ap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h278 int hv_snp_boot_ap(int cpu, unsigned long start_ip);
282 static inline int hv_snp_boot_ap(int cpu, unsigned long start_ip) { return 0; } in hv_snp_boot_ap() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c365 apic->wakeup_secondary_cpu_64 = hv_snp_boot_ap; in hv_smp_prepare_cpus()
/openbmc/linux/arch/x86/hyperv/
H A Divm.c291 int hv_snp_boot_ap(int cpu, unsigned long start_ip) in hv_snp_boot_ap() function