Home
last modified time | relevance | path

Searched refs:tle (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c30 tle->nl = level; in fill_container()
31 tle->id = id; in fill_container()
32 return p + sizeof(*tle); in fill_container()
45 SysIBCPUListEntry *tle = (SysIBCPUListEntry *)p; in fill_tle_cpu() local
48 tle->nl = 0; in fill_tle_cpu()
49 tle->flags = 0; in fill_tle_cpu()
51 tle->flags |= topology_id.entitlement; in fill_tle_cpu()
54 tle->flags |= SYSIB_TLE_DEDICATED; in fill_tle_cpu()
56 tle->type = topology_id.type; in fill_tle_cpu()
58 tle->mask = cpu_to_be64(entry->mask); in fill_tle_cpu()
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c172 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument
174 if (!tle->nl) in next_tle()
184 union topology_entry *tle, *end; in tl_to_masks() local
187 tle = info->tle; in tl_to_masks()
189 while (tle < end) { in tl_to_masks()
190 switch (tle->nl) { in tl_to_masks()
193 drawer->id = tle->container.id; in tl_to_masks()
197 book->id = tle->container.id; in tl_to_masks()
201 socket->id = tle->container.id; in tl_to_masks()
204 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dsysinfo.h184 union topology_entry tle[]; member
/openbmc/qemu/target/s390x/
H A Dcpu.h625 char tle[]; member
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py3752 tlb, tle = data.start, data.end
3754 tle = testruns[i+1].data.start
3778 if ke - kb < 0.000001 or tlb > kb or tle <= kb:
3790 if ke - kb < 0.000001 or tlb > kb or tle <= kb: