Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtopology.h135 int topology_update_package_map(unsigned int apicid, unsigned int cpu);
144 topology_update_package_map(unsigned int apicid, unsigned int cpu) { return 0; } in topology_update_package_map() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c330 int topology_update_package_map(unsigned int pkg, unsigned int cpu) in topology_update_package_map() function
379 topology_update_package_map(c->phys_proc_id, id); in smp_store_boot_cpu_info()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c1604 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()