Home
last modified time | relevance | path

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

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