Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Ddebugfs.c27 seq_printf(m, "logical_die_id: %u\n", c->topo.logical_die_id); in cpu_debug_show()
H A Dtopology_common.c190 c->topo.logical_die_id = topology_get_logical_id(apicid, TOPO_DIE_DOMAIN); in topo_set_ids()
/linux/arch/x86/include/asm/
H A Dtopology.h145 #define topology_logical_die_id(cpu) (cpu_data(cpu).topo.logical_die_id)
H A Dprocessor.h95 u32 logical_die_id; member
/linux/arch/x86/events/intel/
H A Duncore_discovery.c15 static int logical_die_id; variable
27 return logical_die_id++; in get_device_die_id()
H A Duncore.c80 return c->topo.logical_die_id; in uncore_device_to_die()