Searched refs:tle (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
H A Dtopology.c126 static union topology_entry *next_tle(union topology_entry *tle) next_tle() argument
128 if (!tle->nl) next_tle()
129 return (union topology_entry *)((struct topology_core *)tle + 1); next_tle()
130 return (union topology_entry *)((struct topology_container *)tle + 1); next_tle()
137 union topology_entry *tle, *end; __tl_to_masks_generic() local
139 tle = info->tle; __tl_to_masks_generic()
141 while (tle < end) { __tl_to_masks_generic()
142 switch (tle->nl) { __tl_to_masks_generic()
145 book->id = tle->container.id; __tl_to_masks_generic()
149 socket->id = tle->container.id; __tl_to_masks_generic()
152 add_cpus_to_mask(&tle->cpu, book, socket, 0); __tl_to_masks_generic()
158 tle = next_tle(tle); __tl_to_masks_generic()
166 union topology_entry *tle, *end; __tl_to_masks_z10() local
168 tle = info->tle; __tl_to_masks_z10()
170 while (tle < end) { __tl_to_masks_z10()
171 switch (tle->nl) { __tl_to_masks_z10()
174 book->id = tle->container.id; __tl_to_masks_z10()
177 socket = add_cpus_to_mask(&tle->cpu, book, socket, 1); __tl_to_masks_z10()
183 tle = next_tle(tle); __tl_to_masks_z10()
/linux-4.1.27/arch/s390/include/asm/
H A Dsysinfo.h163 union topology_entry tle[0]; member in struct:sysinfo_15_1_x
/linux-4.1.27/arch/powerpc/xmon/
H A Dppc-opc.c3352 { "tle", XTO(31,4,TOLE), XTO_MASK, PWRCOM, { RA, RB } },

Completed in 153 milliseconds