Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Damd.c355 unsigned int socket_id, core_complex_id; in amd_detect_cmp() local
374 core_complex_id = (c->apicid & ((1 << bits) - 1)) >> 3; in amd_detect_cmp()
376 per_cpu(cpu_llc_id, cpu) = (socket_id << 3) | core_complex_id; in amd_detect_cmp()