Home
last modified time | relevance | path

Searched refs:topology_entry (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dtopology.c133 static union topology_entry *next_tle(union topology_entry *tle) in next_tle()
136 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()
137 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()
144 union topology_entry *tle, *end; in __tl_to_masks_generic()
147 end = (union topology_entry *)((unsigned long)info + info->length); in __tl_to_masks_generic()
173 union topology_entry *tle, *end; in __tl_to_masks_z10()
176 end = (union topology_entry *)((unsigned long)info + info->length); in __tl_to_masks_z10()
/linux-4.4.14/arch/s390/include/asm/
Dsysinfo.h150 union topology_entry { union
163 union topology_entry tle[0];