Searched full:power (Results 426 – 450 of 483) sorted by relevance
1...<<11121314151617181920
/qemu/qapi/ |
H A D | qom.json | 711 # hugetlb page sizes (it must be a power of 2 value supported by
|
/qemu/hw/loongarch/ |
H A D | virt.c | 224 /* ged regs used for reset and power down */ in create_acpi_ged()
|
/qemu/hw/pci/ |
H A D | pci.c | 440 * Register and track a PM capability. If wmask is also enabled for the power 2255 error_setg(errp, "ROM size %u is not a power of two", pci_dev->romsize); in pci_qdev_realize()
|
/qemu/target/riscv/ |
H A D | cpu.c | 1730 error_setg(errp, "Vector extension VLEN must be power of 2"); in prop_vlen_set() 1771 error_setg(errp, "Vector extension ELEN must be power of 2"); in prop_elen_set()
|
/qemu/target/ppc/ |
H A D | dfp_helper.c | 1337 /* Finite Numbers" in the Power ISA for additional details. */ in dfp_clear_lmd_from_g5msb()
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 21 backup features to management applications, or power users who run and
|
/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 231 * PxCMD.POD "Power On Device" in ahci_hba_enable()
|
/qemu/nbd/ |
H A D | client.c | 457 " is not a power of two", info->min_block); in nbd_opt_info_or_go()
|
/qemu/hw/ppc/ |
H A D | pegasos2.c | 968 qemu_fdt_setprop_cell(fdt, "/rtas", "power-off", RTAS_POWER_OFF); in build_fdt()
|
/qemu/hw/ide/ |
H A D | atapi.c | 1075 /* eject/load only happens for power condition == 0 */ in cmd_start_stop_unit()
|
/qemu/hw/net/ |
H A D | e1000x_regs.h | 265 #define E1000_FACTPS 0x05B30 /* Function Active and Power State to MNG */
|
H A D | rtl8139.c | 73 /* arg % size for size which is a power of 2 */ 287 Cfg5_LDPS = (1 << 2), /* 0 = save power when link is down */
|
H A D | virtio-net.c | 3803 "must be a power of 2 between %d and %d.", in virtio_net_device_realize() 3814 "must be a power of 2 between %d and %d", in virtio_net_device_realize()
|
/qemu/hw/smbios/ |
H A D | smbios.c | 620 t->wake_up_type = 0x06; /* power switch */ in smbios_build_type_1_table()
|
/qemu/hw/display/ |
H A D | cirrus_vga.c | 2923 /* XXX: s->vga.vram_size must be a power of two */ in cirrus_init_common() 2978 /* XXX: s->vga.vram_size must be a power of two */ in pci_cirrus_vga_realize()
|
/qemu/tests/qemu-iotests/ |
H A D | 245 | 278 "L2 cache entry size must be a power of two "+
|
/qemu/scripts/ |
H A D | decodetree.py | 225 """Return true iff X is equal to a power of 2."""
|
/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1608 * x, and if x has a greater exponent, the power in helper_fpatan() 2247 /* Exact power of 2; multiply by ST1. */ in helper_fyl2x()
|
/qemu/hw/scsi/ |
H A D | scsi-disk.c | 1114 power management */ in scsi_get_configuration() 1484 /* eject/load only happens for power condition == 0 */ in scsi_disk_emulate_start_stop()
|
/qemu/hw/arm/ |
H A D | virt.c | 1011 /* use gpio Pin for power button event */ in virt_powerdown_req() 2570 error_setg(errp, "highmem-mmio-size is not a power of 2"); in virt_set_highmem_mmio_size()
|
/qemu/hw/vfio/ |
H A D | pci-quirks.c | 1542 * of the VMD device capability space following the Power Management
|
/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 1669 * Multiply A by 2 raised to the power N.
|
/qemu/hw/block/ |
H A D | virtio-blk.c | 1725 "must be a power of 2 (max %d)", in virtio_blk_device_realize()
|
/qemu/hw/virtio/ |
H A D | virtio-mem.c | 1652 error_setg(errp, "'%s' property has to be a power of two", name); in virtio_mem_set_block_size()
|
/qemu/target/arm/ |
H A D | cpu.h | 522 uint32_t c15_power_control; /* power control */ 975 /* Current power state, access guarded by BQL */
|
1...<<11121314151617181920