Home
last modified time | relevance | path

Searched refs:STARTUP_PARALLEL_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/x86/kernel/acpi/
Dsleep.c136 if (!(smpboot_control & STARTUP_PARALLEL_MASK)) in x86_acpi_suspend_lowlevel()
/linux-6.12.1/arch/x86/include/asm/
Dsmp.h184 #define STARTUP_PARALLEL_MASK 0xFF000000 macro
/linux-6.12.1/arch/x86/kernel/
Dhead_64.S241 andl $(~STARTUP_PARALLEL_MASK), %ecx
Dsmpboot.c894 } else if (!(smpboot_control & STARTUP_PARALLEL_MASK)) { in do_boot_cpu()