Home
last modified time | relevance | path

Searched defs:topology_ppin (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtopology.h215 #define topology_ppin(cpu) ((void)(cpu), 0ull) macro
/openbmc/linux/arch/x86/include/asm/
H A Dtopology.h113 #define topology_ppin(cpu) (cpu_data(cpu).ppin) macro