Home
last modified time | relevance | path

Searched full:power (Results 51 – 75 of 483) sorted by relevance

12345678910>>...20

/qemu/docs/system/ppc/
H A Dppce500.rst19 * Power-off functionality via one GPIO pin
174 CFI flash. Given an ext2 image whose size must be a power of two, it can be used
186 whose size must again be a power of two:
/qemu/target/ppc/
H A Dexcp_helper.c203 "Unsupported exception %d in Power Save mode\n", excp); in powerpc_reset_wakeup()
613 "Trying to deliver power-saving system reset exception " in powerpc_excp_6xx()
772 "Trying to deliver power-saving system reset exception " in powerpc_excp_7xx()
922 "Trying to deliver power-saving system reset " in powerpc_excp_74xx()
1109 "Trying to deliver power-saving system reset " in powerpc_excp_booke()
1426 /* A power-saving exception sets ME, otherwise it is unchanged */ in powerpc_excp_books()
1428 /* indicate that we resumed from power save mode */ in powerpc_excp_books()
1441 "Trying to deliver power-saving system reset " in powerpc_excp_books()
1642 /* Ignore MSR[EE] when coming out of some power management states */ in p7_next_unmasked_interrupt()
1648 /* LPCR[PECE] controls which interrupts can exit power-saving mode */ in p7_next_unmasked_interrupt()
[all …]
H A Dpower8-pmu.h2 * PMU emulation helpers for TCG IBM POWER chips
/qemu/migration/
H A Ddirtyrate.c223 /* Decimal power of given time unit relative to one second */
239 int power = time_unit_to_power(unit_from) - in convert_time_unit() local
241 while (power < 0) { in convert_time_unit()
243 power += 1; in convert_time_unit()
245 while (power > 0) { in convert_time_unit()
247 power -= 1; in convert_time_unit()
H A Dpage_cache.c53 /* round down to the nearest power of 2 */ in cache_init()
56 "is not a power of two number of pages"); in cache_init()
/qemu/hw/ppc/
H A Dpnv_n1_chiplet.c126 /* Nest1 chiplet power bus EQ xscom region */ in pnv_n1_chiplet_realize()
132 /* Nest1 chiplet power bus ES xscom region */ in pnv_n1_chiplet_realize()
H A Dpnv_nest_pervasive.c17 * Status, configuration, and control units in POWER chips is provided
20 * BMCs, or other POWER chips.
/qemu/hw/misc/
H A Dsifive_u_prci.c2 * QEMU SiFive U PRCI (Power, Reset, Clock, Interrupt)
135 /* Initialize register to power-on-reset values */ in sifive_u_prci_reset()
H A Da9scu.c30 case 0x08: /* CPU Power Status */ in a9_scu_read()
59 case 0x08: case 0x09: case 0x0A: case 0x0B: /* Power Control */ in a9_scu_write()
/qemu/tests/qtest/
H A Dadm1272-test.c76 [4] = { 3512, 0, -2 }, /* power, vrange 60V, irange 15mV */
77 [5] = { 21071, 0, -3 }, /* power, vrange 100V, irange 15mV */
78 [6] = { 17561, 0, -3 }, /* power, vrange 60V, irange 30mV */
79 [7] = { 10535, 0, -3 }, /* power, vrange 100V, irange 30mV */
/qemu/chardev/
H A Dmsmouse.c198 * Power on after reset: Send ID and PnP data in msmouse_ioctl()
228 * Reset mouse buffers on power down. in msmouse_ioctl()
229 * Mouse won't send anything without power. in msmouse_ioctl()
/qemu/docs/interop/
H A Dqed_spec.rst51 - ``cluster_size`` must be a power of 2 in range [2^12, 2^26].
52 - ``table_size`` must be a power of 2 in range [1, 16].
205 by a crash or power failure. A dirty image must be checked on open because its
/qemu/docs/system/openrisc/
H A Dcpu-features.rst9 - Power Management (PM)
/qemu/include/hw/usb/
H A Dxhci.h16 /* must be power of 2 */
/qemu/docs/system/arm/
H A Dorangepi.rst132 When using an image as an SD card, it must be resized to a power of two. This can be
134 instead of shrinking it to a power of two, to avoid loss of data. For example,
228 that the size of the SD image is a power of two and that the NetBSD kernel
/qemu/docs/
H A Dqcow2-cache.txt26 The cluster size is configurable, but it must be a power of two and
68 is a power of two and must not be higher than 64. It defaults to 16
181 size (power of two, at least 512 bytes).
H A Dnvdimm.txt236 controller to the NVDIMMs in the event of power loss.
239 the NVDIMMs in the event of power loss. This implies that the
241 controller on power loss.
/qemu/include/hw/misc/
H A Dbcm2835_powermgt.h2 * BCM2835 Power Management emulation
/qemu/target/arm/tcg/
H A Dpsci.c60 * This function partially implements the logic for dispatching Power State in arm_handle_psci_call()
123 * call, so power the CPU off now so it doesn't execute in arm_handle_psci_call()
/qemu/include/hw/virtio/
H A Dvirtio-pci.h72 /* Init Power Management */
75 /* Init The No_Soft_Reset bit of Power Management */
/qemu/pc-bios/
H A DREADME15 implementation for certain IBM POWER hardware. The sources are at
41 - Skiboot (https://github.com/open-power/skiboot/) is an OPAL
/qemu/target/ppc/translate/
H A Dbranch-impl.c.inc2 * Power ISA decode for branch instructions
/qemu/include/hw/vfio/
H A Dvfio-calxeda-xgmac.h25 * - 3 IRQS (main and 2 power related IRQs)
/qemu/hw/avr/
H A Datmega.c38 #define POWER(n) (n + POWER0) macro
293 /* Power Reduction */ in atmega_realize()
295 int idx = POWER(i); in atmega_realize()
299 devname = g_strdup_printf("power%zu", i); in atmega_realize()
/qemu/scripts/oss-fuzz/
H A Dminimize_qtest_trace.py213 power = 1
229 power += 1
230 leftlength = int(length/pow(2, power))

12345678910>>...20