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.h70 #define ACTION_BOOT_CPU 0 macro
75 #define SMP_BOOT_CPU BIT(ACTION_BOOT_CPU)
/linux/arch/loongarch/kernel/
H A Dparavirt.c60 if (unlikely(action == ACTION_BOOT_CPU)) { in pv_send_ipi_single()
84 if (unlikely(action == ACTION_BOOT_CPU)) { in pv_send_ipi_mask()
H A Dsmp.c395 loongson_send_ipi_single(cpu, ACTION_BOOT_CPU); in loongson_boot_secondary()