Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtopology.h192 #if defined(topology_drawer_id) && defined(topology_drawer_cpumask)
211 #ifndef topology_drawer_id
212 #define topology_drawer_id(cpu) ((void)(cpu), -1) macro
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst28 #define topology_drawer_id(cpu)
49 6) topology_drawer_id: -1
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst28 #define topology_drawer_id(cpu)
49 6) topology_drawer_id: -1
/linux/Documentation/admin-guide/
H A Dcputopology.rst23 #define topology_drawer_id(cpu)
45 6) topology_drawer_id: -1
/linux/arch/s390/kernel/
H A Dprocessor.c306 seq_printf(m, "drawer id : %d\n", topology_drawer_id(n)); in show_cpu_topology()