Searched refs:start_ip (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/kernel/acpi/ |
| A D | madt_wakeup.c | 129 static int acpi_wakeup_cpu(u32 apicid, unsigned long start_ip, unsigned int cpu) in acpi_wakeup_cpu() argument 158 acpi_mp_wake_mailbox->wakeup_vector = start_ip; in acpi_wakeup_cpu()
|
| /arch/x86/kernel/ |
| A D | smpboot.c | 844 unsigned long start_ip = real_mode_header->trampoline_start; in do_boot_cpu() local 850 start_ip = real_mode_header->trampoline_start64; in do_boot_cpu() 876 smpboot_setup_warm_reset_vector(start_ip); in do_boot_cpu() 896 ret = apic->wakeup_secondary_cpu_64(apicid, start_ip, cpu); in do_boot_cpu() 898 ret = apic->wakeup_secondary_cpu(apicid, start_ip, cpu); in do_boot_cpu() 900 ret = wakeup_secondary_cpu_via_init(apicid, start_ip, cpu); in do_boot_cpu()
|
| /arch/x86/include/asm/ |
| A D | mshyperv.h | 254 int hv_snp_boot_ap(u32 apic_id, unsigned long start_ip, unsigned int cpu); 258 static inline int hv_snp_boot_ap(u32 apic_id, unsigned long start_ip, in hv_snp_boot_ap() argument
|
| /arch/x86/coco/sev/ |
| A D | core.c | 895 static int wakeup_cpu_via_vmgexit(u32 apic_id, unsigned long start_ip, unsigned int cpu) in wakeup_cpu_via_vmgexit() argument 915 if (WARN_ONCE(start_ip != real_mode_header->trampoline_start, in wakeup_cpu_via_vmgexit() 916 "Unsupported SNP start_ip: %lx\n", start_ip)) in wakeup_cpu_via_vmgexit() 920 start_ip = real_mode_header->sev_es_trampoline_start; in wakeup_cpu_via_vmgexit() 941 sipi_vector = (start_ip >> 12); in wakeup_cpu_via_vmgexit() 948 vmsa->rip = start_ip & 0xfff; in wakeup_cpu_via_vmgexit()
|
| /arch/x86/hyperv/ |
| A D | ivm.c | 294 int hv_snp_boot_ap(u32 apic_id, unsigned long start_ip, unsigned int cpu) in hv_snp_boot_ap() argument
|
Completed in 18 milliseconds