Searched defs:topology_ppin (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | topology.h | 215 #define topology_ppin(cpu) ((void)(cpu), 0ull) macro |
/linux/arch/x86/include/asm/ | ||
H A D | topology.h | 148 #define topology_ppin(cpu) (cpu_data(cpu).ppin) macro |