Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsmp.h32 extern u32 *cpu_to_phys_id;
/linux/arch/powerpc/kernel/
H A Dprom.c1043 if (cpu_to_phys_id != NULL) in arch_match_cpu_phys_id()
1044 return (int)phys_id == cpu_to_phys_id[cpu]; in arch_match_cpu_phys_id()