Home
last modified time | relevance | path

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

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