Searched refs:topo_shift_apicid (Results 1 – 2 of 2) sorted by relevance
182 c->topo.pkg_id = topo_shift_apicid(apicid, TOPO_PKG_DOMAIN); in topo_set_ids() 183 c->topo.die_id = topo_shift_apicid(apicid, TOPO_DIE_DOMAIN); in topo_set_ids()
26 static inline u32 topo_shift_apicid(u32 apicid, enum x86_topology_domains dom) in topo_shift_apicid() function