Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtopology.h141 int topology_update_package_map(unsigned int apicid, unsigned int cpu);
159 topology_update_package_map(unsigned int apicid, unsigned int cpu) { return 0; } in topology_update_package_map() function
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c375 int topology_update_package_map(unsigned int pkg, unsigned int cpu) in topology_update_package_map() function
424 topology_update_package_map(c->phys_proc_id, id); in smp_store_boot_cpu_info()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c1850 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()