Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtopology.h214 #ifndef topology_ppin
215 #define topology_ppin(cpu) ((void)(cpu), 0ull) macro
/linux-6.6.21/arch/x86/include/asm/
Dtopology.h113 #define topology_ppin(cpu) (cpu_data(cpu).ppin) macro
/linux-6.6.21/drivers/base/
Dtopology.c158 if (attr == &dev_attr_ppin.attr && !topology_ppin(kobj_to_dev(kobj)->id)) in topology_is_visible()