Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtopology.h192 #if defined(topology_drawer_id) && defined(topology_drawer_cpumask)
232 #ifndef topology_drawer_cpumask
233 #define topology_drawer_cpumask(cpu) cpumask_of(cpu) macro
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/
Dcputopology.rst34 #define topology_drawer_cpumask(cpu)
55 12) topology_drawer_cpumask: 仅入参CPU
/Linux-v6.6/Documentation/admin-guide/
Dcputopology.rst29 #define topology_drawer_cpumask(cpu)
51 12) topology_drawer_cpumask: just the given CPU
/Linux-v6.6/arch/s390/include/asm/
Dtopology.h37 #define topology_drawer_cpumask(cpu) (&cpu_topology[cpu].drawer_mask) macro