Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtopology.h189 #if defined(topology_book_id) && defined(topology_book_cpumask)
208 #ifndef topology_book_id
209 #define topology_book_id(cpu) ((void)(cpu), -1) macro
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/
Dcputopology.rst27 #define topology_book_id(cpu)
48 5) topology_book_id: -1
/linux-6.1.9/Documentation/admin-guide/
Dcputopology.rst22 #define topology_book_id(cpu)
44 5) topology_book_id: -1
/linux-6.1.9/arch/s390/include/asm/
Dtopology.h34 #define topology_book_id(cpu) (cpu_topology[cpu].book_id) macro
/linux-6.1.9/arch/s390/kernel/
Dprocessor.c290 seq_printf(m, "book id : %d\n", topology_book_id(n)); in show_cpu_topology()