/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 19 * 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 D | excp_helper.c | 203 "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 D | power8-pmu.h | 2 * PMU emulation helpers for TCG IBM POWER chips
|
/qemu/migration/ |
H A D | dirtyrate.c | 223 /* 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 D | page_cache.c | 53 /* 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 D | pnv_n1_chiplet.c | 126 /* 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 D | pnv_nest_pervasive.c | 17 * Status, configuration, and control units in POWER chips is provided 20 * BMCs, or other POWER chips.
|
/qemu/hw/misc/ |
H A D | sifive_u_prci.c | 2 * QEMU SiFive U PRCI (Power, Reset, Clock, Interrupt) 135 /* Initialize register to power-on-reset values */ in sifive_u_prci_reset()
|
H A D | a9scu.c | 30 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 D | adm1272-test.c | 76 [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 D | msmouse.c | 198 * 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 D | qed_spec.rst | 51 - ``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 D | cpu-features.rst | 9 - Power Management (PM)
|
/qemu/include/hw/usb/ |
H A D | xhci.h | 16 /* must be power of 2 */
|
/qemu/docs/system/arm/ |
H A D | orangepi.rst | 132 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 D | qcow2-cache.txt | 26 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 D | nvdimm.txt | 236 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 D | bcm2835_powermgt.h | 2 * BCM2835 Power Management emulation
|
/qemu/target/arm/tcg/ |
H A D | psci.c | 60 * 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 D | virtio-pci.h | 72 /* Init Power Management */ 75 /* Init The No_Soft_Reset bit of Power Management */
|
/qemu/pc-bios/ |
H A D | README | 15 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 D | branch-impl.c.inc | 2 * Power ISA decode for branch instructions
|
/qemu/include/hw/vfio/ |
H A D | vfio-calxeda-xgmac.h | 25 * - 3 IRQS (main and 2 power related IRQs)
|
/qemu/hw/avr/ |
H A D | atmega.c | 38 #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 D | minimize_qtest_trace.py | 213 power = 1 229 power += 1 230 leftlength = int(length/pow(2, power))
|