Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtopology.h183 #if defined(topology_cluster_id) && defined(topology_cluster_cpumask)
220 #ifndef topology_cluster_cpumask
221 #define topology_cluster_cpumask(cpu) cpumask_of(cpu) macro
H A Darch_topology.h81 #define topology_cluster_cpumask(cpu) (&cpu_topology[cpu].cluster_sibling) macro
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst31 #define topology_cluster_cpumask(cpu)
52 9) topology_cluster_cpumask: 僅入參CPU
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst31 #define topology_cluster_cpumask(cpu)
52 9) topology_cluster_cpumask: 仅入参CPU
/linux/Documentation/admin-guide/
H A Dcputopology.rst26 #define topology_cluster_cpumask(cpu)
48 9) topology_cluster_cpumask: just the given CPU
/linux/arch/x86/include/asm/
H A Dtopology.h194 #define topology_cluster_cpumask(cpu) (cpu_clustergroup_mask(cpu)) macro
/linux/drivers/devfreq/
H A Dhisi_uncore_freq.c517 return topology_cluster_cpumask(cpu); in get_cluster_cpumask()