Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c28 SYSIBContainerListEntry *tle = (SYSIBContainerListEntry *)p; in fill_container() local
30 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()
[all …]
/openbmc/qemu/target/s390x/
H A Dcpu.h603 char tle[]; member