Home
last modified time | relevance | path

Searched full:dedicated (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/openbmc/qemu/hw/s390x/
H A Dcpu-topology.c205 * Medium when the CPU is not dedicated. in s390_topology_cpu_default()
206 * High when dedicated is true. in s390_topology_cpu_default()
209 if (env->dedicated) { in s390_topology_cpu_default()
224 * @dedicated: dedication to check
235 bool dedicated, Error **errp) in s390_topology_check() argument
255 if (dedicated && (entitlement == S390_CPU_ENTITLEMENT_LOW || in s390_topology_check()
257 error_setg(errp, "A dedicated CPU implies high entitlement"); in s390_topology_check()
270 * @dedicated: future dedicated
277 uint16_t entitlement, bool dedicated) in s390_topology_need_report() argument
283 cpu->env.dedicated != dedicated; in s390_topology_need_report()
[all …]
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst33 "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/tests/functional/
H A Dtest_s390x_topology.py75 dedicated = cpu.get('dedicated')
81 self.assertEqual(dedicated, t)
190 'core-id=5,socket-id=2,book-id=1,drawer-id=1,dedicated=true')
300 CPU is made dedicated.
314 {'core-id': 0, 'dedicated': True})
354 of a dedicated CPU
364 {'core-id': 0, 'dedicated': True})
374 {'core-id': 0, 'entitlement': 'low', 'dedicated': True})
382 {'core-id': 0, 'entitlement': 'medium', 'dedicated': True})
390 {'core-id': 0, 'entitlement': 'low', 'dedicated': False})
[all …]
/openbmc/linux/drivers/mtd/parsers/
H A Dofpart_core.c53 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/linux/drivers/base/power/
H A Dwakeirq.c17 * Internal function to attach a dedicated wake-up interrupt as a wake IRQ.
107 * handle_threaded_wake_irq - Handler for dedicated wake-up interrupts
108 * @irq: Device specific dedicated wake-up interrupt
198 * dev_pm_set_dedicated_wake_irq - Request a dedicated wake-up interrupt
206 * a dedicated wake-up interrupt in addition to the device IO
216 * dev_pm_set_dedicated_wake_irq_reverse - Request a dedicated wake-up interrupt
224 * Sets up a threaded interrupt handler for a device that has a dedicated
227 * to enable dedicated wake-up interrupt after running the runtime suspend
/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst93 -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/dma/
H A Dsun4i-dma.c22 /** Common macros to normal and dedicated DMA registers **/
42 /* Dedicated DMA source/destination address mode values */
53 /** Dedicated DMA register values **/
55 /* Dedicated DMA source/destination address mode values */
61 /* Dedicated DMA source/destination data request type values */
65 /** Dedicated DMA register layout **/
67 /* Dedicated DMA configuration register layout */
74 /* Dedicated DMA parameter register layout */
93 /* Dedicated DMA register offsets */
104 * Normal DMA has 8 channels, and Dedicated DMA has another 8, so
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dlppaca.h62 u8 donate_dedicated_cpu; /* Donate dedicated CPU cycles */
79 * NOTE: Even dedicated processor partitions can yield so this
80 * field cannot be used to determine if we are shared or dedicated.
104 * shared or dedicated. This currently works on both KVM and PHYP, but
/openbmc/u-boot/board/freescale/t4qds/
H A DREADME11 Two “front side” banks dedicated to Ethernet
18 Two “back side” banks dedicated to other protocols
65 Dedicated regulators for VDD
68 Dedicated regulator for GVDD_PL: 1.35/1.5V at 22A
70 Dedicated regulators/filters for AVDD supplies
71 Dedicated regulators for other supplies: OVDD, BVDD, DVDD, LVDD, POVDD, etc.
/openbmc/linux/drivers/dma/mediatek/
H A DKconfig12 This controller provides the channels which is dedicated to
26 This controller provides the channels which is dedicated to
/openbmc/linux/drivers/hid/intel-ish-hid/
H A DKconfig12 sensor polling and algorithm processing to a dedicated low power
26 sensor polling and algorithm processing to a dedicated low power
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Ddrive.hpp22 Dedicated, enumerator
119 {HotspareType::Dedicated, "Dedicated"},
/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c53 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/Documentation/powerpc/
H A Dcxl.rst82 There are two programming modes supported by the AFU. Dedicated
85 When using dedicated mode only one MMU context is supported. In
145 For AFUs operating in dedicated process mode, the driver will
167 A dedicated mode AFU only has one context and only allows the
258 process MMIO space associated with the context. In dedicated
464 dedicated, afuX.Ys for afu directed), since the API is virtually
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddma_sun4i.h16 u32 ddma_para; /* 0x18 extra parameter (dedicated DMA only) */
28 struct sunxi_dma_cfg ddma[8]; /* 0x300 Dedicated DMA */
/openbmc/u-boot/doc/
H A DREADME.blackfin30 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/u-boot/cmd/aspeed/nettest/
H A Dcmd_nettest.c30 "Dedicated LAN test program", NULL);
48 "Dedicated LAN test program and display more information", NULL);
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Damlogic,meson-vpu.yaml42 There is a special "pre-blending" used by the video planes with a dedicated
44 The OSD planes also have a dedicated scaler for one of the OSD.
53 The VENC Unit gets a Pixel Clocks (VCLK) from a dedicated HDMI PLL and clock
/openbmc/linux/Documentation/peci/
H A Dpeci.rst12 It defines a dedicated command protocol, where the management
19 Intel PECI specification is not released as a dedicated document,
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-cpu-debug.yaml23 has one dedicated debug module to be connected.
60 dedicated power domain. CPU idle states may also need to be separately
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-io.json2560 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF0 - NCB",
2568 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF0 - NCS",
2576 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF1 - NCB",
2584 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF1 - NCS",
2592 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF2 - NCB",
2600 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF2 - NCS",
2608 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF3 - NCB",
2616 "BriefDescription": "Local Dedicated P2P Credit Taken - 0 : M2IOSF3 - NCS",
2624 "BriefDescription": "Local Dedicated P2P Credit Taken - 1 : M2IOSF4 - NCB",
2632 "BriefDescription": "Local Dedicated P2P Credit Taken - 1 : M2IOSF4 - NCS",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-st.txt26 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/include/
H A Dstm32_rcc.h92 u32 dckcfgr; /* dedicated clocks configuration register */
94 u32 dckcfgr2; /* dedicated clocks configuration register */
/openbmc/linux/arch/s390/include/asm/
H A Dtopology.h19 unsigned short dedicated : 1; member
38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated)
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst22 raid4 RAID4 with dedicated last parity disk
23 raid5_n RAID5 with dedicated last parity disk supporting takeover
52 raid6_la_6 Same as "raid_la" plus dedicated last Q-syndrome disk
55 raid6_ra_6 Same as "raid5_ra" dedicated last Q-syndrome disk
58 raid6_ls_6 Same as "raid5_ls" dedicated last Q-syndrome disk
61 raid6_rs_6 Same as "raid5_rs" dedicated last Q-syndrome disk

12345678910>>...40