Home
last modified time | relevance | path

Searched refs:set_hard_smp_processor_id (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dsmp.h87 static inline void set_hard_smp_processor_id(int cpu, int phys) in set_hard_smp_processor_id() function
152 static inline void set_hard_smp_processor_id(int cpu, int phys) in set_hard_smp_processor_id() function
168 static inline void set_hard_smp_processor_id(int cpu, int phys) in set_hard_smp_processor_id() function
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c296 set_hard_smp_processor_id(cpu, be32_to_cpu(*intserv++)); in pseries_add_processor()
332 set_hard_smp_processor_id(cpu, -1); in pseries_remove_processor()
/linux-4.4.14/arch/powerpc/kernel/
Dsetup-common.c486 set_hard_smp_processor_id(cpu, be32_to_cpu(intserv[j])); in smp_setup_cpu_maps()
Dprom.c359 set_hard_smp_processor_id(found, be32_to_cpu(intserv[found_thread])); in early_init_dt_scan_cpus()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dsmp.c758 set_hard_smp_processor_id(i, i); in smp_core99_setup()