Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dsetup-common.c434 u32 *cpu_to_phys_id = NULL; variable
462 cpu_to_phys_id = __va(memblock_alloc(nr_cpu_ids * sizeof(u32), in smp_setup_cpu_maps()
464 memset(cpu_to_phys_id, 0, nr_cpu_ids * sizeof(u32)); in smp_setup_cpu_maps()
504 cpu_to_phys_id[cpu] = be32_to_cpu(intserv[j]); in smp_setup_cpu_maps()
856 set_hard_smp_processor_id(cpu, cpu_to_phys_id[cpu]); in smp_setup_pacas()
859 memblock_free(__pa(cpu_to_phys_id), nr_cpu_ids * sizeof(u32)); in smp_setup_pacas()
860 cpu_to_phys_id = NULL; in smp_setup_pacas()
Dprom.c894 if (cpu_to_phys_id != NULL) in arch_match_cpu_phys_id()
895 return (int)phys_id == cpu_to_phys_id[cpu]; in arch_match_cpu_phys_id()
/Linux-v4.19/arch/powerpc/include/asm/
Dsmp.h34 extern u32 *cpu_to_phys_id;