Home
last modified time | relevance | path

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

/arch/x86/kernel/
Damd_nb.c180 cuid = cpu_data(cpu).compute_unit_id; in amd_get_subcaches()
207 cuid = cpu_data(cpu).compute_unit_id; in amd_set_subcaches()
Dsmpboot.c298 c->compute_unit_id == o->compute_unit_id) in match_smt()
/arch/x86/kernel/cpu/
Damd.c307 c->compute_unit_id = ebx & 0xff; in amd_get_topology()
332 c->compute_unit_id %= cus_per_node; in amd_get_topology()
/arch/x86/include/asm/
Dprocessor.h126 u8 compute_unit_id; member