Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dsmp.h69 #define ACTION_BOOT_CPU 0 macro
74 #define SMP_BOOT_CPU BIT(ACTION_BOOT_CPU)
/linux/arch/loongarch/kernel/
H A Dparavirt.c61 if (unlikely(action == ACTION_BOOT_CPU)) { in pv_send_ipi_single()
85 if (unlikely(action == ACTION_BOOT_CPU)) { in pv_send_ipi_mask()
H A Dsmp.c359 loongson_send_ipi_single(cpu, ACTION_BOOT_CPU); in loongson_boot_secondary()