Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtopology.c176 static union topology_entry *next_tle(union topology_entry *tle) in next_tle()
179 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()
180 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()
188 union topology_entry *tle, *end; in tl_to_masks()
192 end = (union topology_entry *)((unsigned long)info + info->length); in tl_to_masks()
550 static int __init detect_polarization(union topology_entry *tle) in detect_polarization()
/linux/arch/s390/include/asm/
H A Dsysinfo.h201 union topology_entry { union
214 union topology_entry tle[];