Home
last modified time | relevance | path

Searched refs:entitlement (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcpu-topology.c208 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 Ds390-cpu-topology.rst16 -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 Dlparcfg.c75 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 Dcpu-topology.rst14 - 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 Dstsi-topology.c51 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 Dcpu.c161 value->u.s390x.entitlement = s390_cpu->env.entitlement; in s390_query_cpu_fast()
314 DEFINE_PROP_CPUS390ENTITLEMENT("entitlement", S390CPU, env.entitlement,
H A Dcpu.h136 S390CpuEntitlement entitlement; /* Used only for vertical polarization */ member
/openbmc/qemu/include/hw/s390x/
H A Dcpu-topology.h27 uint8_t entitlement:2; member
/openbmc/qemu/tests/functional/
H A Dtest_s390x_topology.py74 entitlement = cpu.get('entitlement')
80 self.assertEqual(entitlement, e)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-1.198 …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 DCECILL-2.1206 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 Dmachine-target.json435 # @entitlement: entitlement to set
452 '*entitlement': 'S390CpuEntitlement',
H A Dmachine.json63 # @entitlement: the virtual CPU's entitlement (since 8.2)
70 '*entitlement': 'S390CpuEntitlement' } }
/openbmc/qemu/
H A Dmeson.build4109 entitlement = find_program('scripts/entitlement.sh') variable
4300 command: [entitlement, '@OUTPUT@', '@INPUT@'])
4303 meson.add_install_script(entitlement, '--install',
H A DMAINTAINERS612 F: scripts/entitlement.sh
/openbmc/linux/
H A Dopengrok1.0.log[all...]