/openbmc/qemu/hw/s390x/ |
H A D | cpu-topology.c | 209 if (env->dedicated) { in s390_topology_cpu_default() 235 bool dedicated, Error **errp) in s390_topology_check() argument 255 if (dedicated && (entitlement == S390_CPU_ENTITLEMENT_LOW || in s390_topology_check() 277 uint16_t entitlement, bool dedicated) in s390_topology_need_report() argument 283 cpu->env.dedicated != dedicated; in s390_topology_need_report() 337 cpu->env.dedicated, errp)) { in s390_topology_setup_cpu() 361 bool has_dedicated, bool dedicated, in s390_change_topology() argument 387 dedicated = cpu->env.dedicated; in s390_change_topology() 397 if (dedicated) { in s390_change_topology() 405 entitlement, dedicated, errp)) { in s390_change_topology() [all …]
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | ofpart_core.c | 53 bool dedicated = true; in parse_fixed_partitions() local 71 dedicated = false; in parse_fixed_partitions() 78 if (dedicated && !of_id) { in parse_fixed_partitions() 88 if (!dedicated && node_has_compatible(pp)) in parse_fixed_partitions() 107 if (!dedicated && node_has_compatible(pp)) in parse_fixed_partitions() 112 if (dedicated) { in parse_fixed_partitions() 125 if (!dedicated && s_cells == 0) { in parse_fixed_partitions()
|
/openbmc/qemu/docs/devel/ |
H A D | s390-cpu-topology.rst | 33 "dedicated": false, 48 "dedicated": false, 63 "dedicated": false, 78 "dedicated": true, 111 "dedicated": false 130 Note that a vertical polarized dedicated vCPU can only have a high 134 - Horizontal dedicated 138 - Vertical high dedicated
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 53 if (topology_id.dedicated) { in fill_tle_cpu() 193 .dedicated = cpu->env.dedicated, in s390_topology_from_cpu() 227 r->dedicated - l->dedicated ?: in s390_topology_id_cmp()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | topology.h | 19 unsigned short dedicated : 1; member 38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated)
|
/openbmc/linux/drivers/dma/mediatek/ |
H A D | Kconfig | 12 This controller provides the channels which is dedicated to 26 This controller provides the channels which is dedicated to
|
/openbmc/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 93 -device gen16b-s390x-cpu,core-id=1,dedicated=true 108 - dedicated: ``false`` 210 A vCPU can be "dedicated" in which case the vCPU is fully dedicated to a single 213 The dedicated bit is an indication of affinity of a vCPU for a real CPU 227 (since we have 4 core per socket) and we define it as dedicated and 243 -device gen16b-s390x-cpu,core-id=4,dedicated=on,entitlement=high
|
/openbmc/linux/drivers/hid/intel-ish-hid/ |
H A D | Kconfig | 12 sensor polling and algorithm processing to a dedicated low power 26 sensor polling and algorithm processing to a dedicated low power
|
/openbmc/u-boot/doc/ |
H A D | README.blackfin | 30 This website is backed both by an open source community as well as a dedicated 45 For Blackfin specific documentation, you can visit our dedicated doc wiki:
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | rl.c | 113 void *rl_in, u16 uid, bool dedicated) in find_rl_entry() argument 123 if (dedicated) { in find_rl_entry() 130 if (table->rl_entry[i].dedicated) in find_rl_entry() 287 entry->dedicated = dedicated_entry; in mlx5_rl_add_rate_raw()
|
/openbmc/linux/Documentation/peci/ |
H A D | peci.rst | 12 It defines a dedicated command protocol, where the management 19 Intel PECI specification is not released as a dedicated document,
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 159 value->u.s390x.dedicated = s390_cpu->env.dedicated; in s390_query_cpu_fast() 313 DEFINE_PROP_BOOL("dedicated", S390CPU, env.dedicated, false),
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ |
H A D | ts-sp-se-proxy_%.bbappend | 8 # Proxy is pointless on fvp-base as there is no dedicated security subsystem. It could be
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_tx.h | 775 BCT(vl[0].dedicated), 778 BCT(vl[1].dedicated), 781 BCT(vl[2].dedicated), 784 BCT(vl[3].dedicated), 787 BCT(vl[4].dedicated), 790 BCT(vl[5].dedicated), 793 BCT(vl[6].dedicated), 796 BCT(vl[7].dedicated), 799 BCT(vl[15].dedicated),
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-st.txt | 26 Second type has a dedicated interrupt per gpio bank. 61 - interrupts : Interrupt number for this gpio bank. If there is a dedicated 66 irqmux or a dedicated interrupt per bank is specified.
|
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/ |
H A D | k3-system-controller.txt | 4 K3 specific SoCs have a dedicated microcontroller for doing
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/ |
H A D | drbd_9.2.1.bb | 4 block device via (a dedicated) network. You could see \
|
/openbmc/u-boot/doc/device-tree-bindings/regulator/ |
H A D | st,stm32-vrefbuf.txt | 5 components through the dedicated VREF+ pin.
|
/openbmc/qemu/include/hw/s390x/ |
H A D | cpu-topology.h | 28 uint8_t dedicated; member
|
/openbmc/linux/drivers/media/platform/st/stm32/ |
H A D | Kconfig | 31 and specialized DMA dedicated to image manipulation.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max16065.rst | 55 accurately monitor (+/-2.5%) one current channel using a dedicated high-side 67 one current channel using a dedicated high-side current-sense amplifier. The
|
/openbmc/linux/drivers/net/can/rcar/ |
H A D | Kconfig | 19 dedicated CAN 2.0 mode.
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | Kconfig | 29 dedicated OpenCAPI link, and don't follow the same protocol.
|
/openbmc/linux/security/landlock/ |
H A D | Kconfig | 14 dedicated system calls: landlock_create_ruleset(),
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8x-colibri-eval-v3.dtsi | 14 /* fixed crystal dedicated to mcp25xx */
|