Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Darch_topology.c512 if (cpu_topology[cpu].llc_id != -1) { in cpu_coregroup_mask()
529 if (cpu_topo->llc_id != -1 && cpuid_topo->llc_id == cpu_topo->llc_id) { in update_siblings_masks()
571 cpu_topo->llc_id = -1; in reset_cpu_topology()
/OK3568_Linux_fs/kernel/include/linux/
H A Darch_topology.h54 int llc_id; member
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtopology.c78 cpu_topology[cpu].llc_id = cache_id; in parse_acpi_topology()