Home
last modified time | relevance | path

Searched refs:SMP_MAGIC_IDENT (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/x86/include/asm/
Dmpspec_def.h15 #define SMP_MAGIC_IDENT (('_'<<24) | ('P'<<16) | ('M'<<8) | '_') macro
/linux-6.6.21/arch/x86/kernel/
Dmpparse.c559 if ((*bp == SMP_MAGIC_IDENT) && in smp_scan_config()