Home
last modified time | relevance | path

Searched refs:topology_ppin (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dtopology.h214 #ifndef topology_ppin
215 #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
/openbmc/linux/drivers/base/
H A Dtopology.c174 if (attr == &dev_attr_ppin.attr && !topology_ppin(kobj_to_dev(kobj)->id)) in topology_is_visible()