/openbmc/qemu/hw/s390x/ |
H A D | cpu-topology.c | 208 if (env->entitlement == S390_CPU_ENTITLEMENT_AUTO) { in s390_topology_cpu_default() 210 env->entitlement = S390_CPU_ENTITLEMENT_HIGH; in s390_topology_cpu_default() 212 env->entitlement = S390_CPU_ENTITLEMENT_MEDIUM; in s390_topology_cpu_default() 234 uint16_t drawer_id, uint16_t entitlement, in s390_topology_check() argument 251 if (entitlement >= S390_CPU_ENTITLEMENT__MAX) { in s390_topology_check() 252 error_setg(errp, "Unknown entitlement: %d", entitlement); in s390_topology_check() 255 if (dedicated && (entitlement == S390_CPU_ENTITLEMENT_LOW || in s390_topology_check() 256 entitlement == S390_CPU_ENTITLEMENT_MEDIUM)) { in s390_topology_check() 277 uint16_t entitlement, bool dedicated) in s390_topology_need_report() argument 282 cpu->env.entitlement != entitlement || in s390_topology_need_report() [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | s390-cpu-topology.rst | 16 -device z14-s390x-cpu,core-id=19,entitlement=high \ 17 -device z14-s390x-cpu,core-id=11,entitlement=low \ 18 -device z14-s390x-cpu,core-id=12,entitlement=high \ 42 "entitlement": "medium", 57 "entitlement": "high", 72 "entitlement": "low", 87 "entitlement": "high", 110 "entitlement": "low", 128 grained vertical entitlement in response to this event. 131 entitlement, giving 6 possibilities for vCPU polarization:
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | lparcfg.c | 75 u64 entitlement; member 121 ppp_data->entitlement = retbuf[0]; in h_get_ppp() 203 ppp_data.entitlement); in parse_ppp_data() 577 static ssize_t update_ppp(u64 *entitlement, u8 *weight) in update_ppp() argument 589 if (entitlement) { in update_ppp() 591 new_entitled = *entitlement; in update_ppp() 594 new_entitled = ppp_data.entitlement; in update_ppp() 599 __func__, ppp_data.entitlement, ppp_data.weight); in update_ppp() 615 static ssize_t update_mpp(u64 *entitlement, u8 *weight) in update_mpp() argument 622 if (entitlement) { in update_mpp() [all …]
|
/openbmc/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 14 - entitlement 109 - entitlement: ``medium`` 166 Polarization, entitlement and dedication 185 The guest can make use of the vCPU entitlement information provided by the host 197 - a vCPU with vertical high entitlement specifies that this 200 - a vCPU with vertical medium entitlement specifies that this 203 - a vCPU with vertical low entitlement specifies that this 206 In the case a vCPU with vertical high entitlement does not use 208 with medium or low entitlement. 214 while the entitlement indicates the sharing or exclusivity of use. [all …]
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 51 tle->flags |= topology_id.entitlement; in fill_tle_cpu() 192 .entitlement = cpu->env.entitlement, in s390_topology_from_cpu() 213 int l_polarization = l->vertical ? l->entitlement : 0; in s390_topology_id_cmp() 214 int r_polarization = r->vertical ? r->entitlement : 0; in s390_topology_id_cmp()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 161 value->u.s390x.entitlement = s390_cpu->env.entitlement; in s390_query_cpu_fast() 314 DEFINE_PROP_CPUS390ENTITLEMENT("entitlement", S390CPU, env.entitlement,
|
H A D | cpu.h | 136 S390CpuEntitlement entitlement; /* Used only for vertical polarization */ member
|
/openbmc/qemu/include/hw/s390x/ |
H A D | cpu-topology.h | 27 uint8_t entitlement:2; member
|
/openbmc/qemu/tests/functional/ |
H A D | test_s390x_topology.py | 74 entitlement = cpu.get('entitlement') 80 self.assertEqual(entitlement, e)
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CECILL-1.1 | 98 …3. entitlement to observe, study or test the operation thereof so as to establish the ideas and pr… 100 5.2. entitlement to make CONTRIBUTIONS 144 …ribute its work and no one shall be entitled to and it shall have sole entitlement to modify the t… 177 …third party, shall constitute consequential loss and shall not provide entitlement to any or all c… 205 …tances be interpreted as being a waiver by the interested Party of its entitlement to invoke said …
|
H A D | CECILL-2.1 | 206 3. entitlement to observe, study or test its operation so as to 386 shall constitute consequential loss and shall not provide entitlement to
|
/openbmc/qemu/qapi/ |
H A D | machine-target.json | 435 # @entitlement: entitlement to set 452 '*entitlement': 'S390CpuEntitlement',
|
H A D | machine.json | 63 # @entitlement: the virtual CPU's entitlement (since 8.2) 70 '*entitlement': 'S390CpuEntitlement' } }
|
/openbmc/qemu/ |
H A D | meson.build | 4109 entitlement = find_program('scripts/entitlement.sh') variable 4300 command: [entitlement, '@OUTPUT@', '@INPUT@']) 4303 meson.add_install_script(entitlement, '--install',
|
H A D | MAINTAINERS | 612 F: scripts/entitlement.sh
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |