Home
last modified time | relevance | path

Searched refs:ACTION_BOOT_CPU (Results 1 – 2 of 2) 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 Dsmp.c409 loongson_send_ipi_single(cpu, ACTION_BOOT_CPU); in loongson_boot_secondary()