Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst34 #define topology_drawer_cpumask(cpu)
55 12) topology_drawer_cpumask: 仅入参CPU
/openbmc/linux/Documentation/admin-guide/
H A Dcputopology.rst29 #define topology_drawer_cpumask(cpu)
51 12) topology_drawer_cpumask: just the given CPU
/openbmc/linux/arch/s390/include/asm/
H A Dtopology.h37 #define topology_drawer_cpumask(cpu) (&cpu_topology[cpu].drawer_mask) macro