Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsmpboot.c353 if ((c->topo.cu_id != 0xff) && in match_smt()
354 (o->topo.cu_id != 0xff) && in match_smt()
355 (c->topo.cu_id == o->topo.cu_id)) in match_smt()
/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c109 tscan->c->topo.cu_id = leaf.core_id; in parse_8000_001e()
/linux/arch/x86/include/asm/
H A Dprocessor.h88 u32 cu_id; member
/linux/Documentation/arch/x86/
H A Dtopology.rst244 `cu_id` (Compute Unit ID) to detect CPUs that share the compute units.