Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/kernel/
Dsmpboot.c124 static void map_cpu_to_physid(int, int);
142 map_cpu_to_physid(0, bsp_phys_id); in smp_prepare_boot_cpu()
277 map_cpu_to_physid(cpu_id, phys_id); in do_boot_cpu()
612 static void __init map_cpu_to_physid(int cpu_id, int phys_id) in map_cpu_to_physid() function