/qemu/hw/arm/ |
H A D | stm32f405_soc.c | 102 * so it is correctly parented and not leaked on an init/deinit; it is not in stm32f405_soc_realize()
|
H A D | npcm7xx.c | 424 object_property_add_alias(obj, "power-on-straps", OBJECT(&s->gcr), in npcm7xx_init() 425 "power-on-straps"); in npcm7xx_init()
|
H A D | npcm8xx.c | 418 object_property_add_alias(obj, "power-on-straps", OBJECT(&s->gcr), in npcm8xx_init() 419 "power-on-straps"); in npcm8xx_init()
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-pci-modern.c | 332 * 0x103F depending on the device type" in probe_device_type()
|
/qemu/ui/ |
H A D | gtk-egl.c | 7 * This code handles opengl support on older gtk versions, using egl
|
H A D | dbus-listener.c | 878 int x, int y, bool on) in dbus_mouse_set() argument 883 ddl->proxy, x, y, on, G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL); in dbus_mouse_set()
|
/qemu/hw/watchdog/ |
H A D | wdt_aspeed.c | 269 /* Do not reset on SDRAM controller reset */ in aspeed_wdt_timer_expired()
|
/qemu/target/arm/tcg/ |
H A D | translate-sme.c | 60 * several times in a loop with an increasing offset. We rely on in get_tile_rowcol()
|
/qemu/linux-user/ |
H A D | qemu.h | 260 * and unlocking on the data type.
|
/qemu/net/ |
H A D | stream.c | 357 /* Disable Nagle algorithm on TCP sockets to reduce latency */ in net_stream_client_connected()
|
/qemu/hw/char/ |
H A D | sh_serial.c | 6 * Based on serial.c - QEMU 16450 UART emulation
|
/qemu/scripts/tracetool/ |
H A D | __init__.py | 325 # Star matching on PRI is dangerous as one might have multiple
|
/qemu/hw/vfio-user/ |
H A D | device.c | 118 * longer rely on the sequential nature of vfio-user request handling to in vfio_user_get_region_info()
|
H A D | pci.c | 364 * QEMU_PCI_CAP_EXPRESS initialization does not depend on QEMU command in vfio_user_instance_init()
|
/qemu/disas/ |
H A D | m68k.c | 274 a three bit register offset, depending on the field type. 411 (aka Access Control reg 0 -- AC0 -- on 68ec030) 413 (aka Access Control reg 1 -- AC1 -- on 68ec030) 431 Y PSR (68851) (MMUSR on 68030) (ACUSR on 68ec030) 466 The place to store depends on the magnitude of offset. 629 on error. */ 955 /* Print a base register REGNO and displacement DISP, on INFO->STREAM. 1798 aren't going to print anything based on it. */ in match_insn_m68k() 1863 on INFO->STREAM. Returns length of the instruction, in bytes. */ 1881 table on the upper four bits of the opcode. */ in print_insn_m68k() [all …]
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 156 registers on x86_64, and two random call clobbered registers on 644 whereas relying on optimization may not be able to exclude them. */ 1424 * partial flags update stalls on Pentium4 and are not recommended 1771 * Relying on the carry bit, use SBB to produce -1 if LTU, 0 if GEU. 1969 * argument before the call but rely on the normal store to the 2386 * use VMOVDQU on the unaligned nonatomic path for simplicity. 2540 * use VMOVDQU on the unaligned nonatomic path for simplicity. 3415 * On the off-chance that we can use the high-byte registers.
|
/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 23 * The decoder is mostly based on tables copied from the Intel SDM. As 46 * For memory-only operands, if the emitter functions wants to rely on 130 * (^) these are the two cases in which Intel and AMD disagree on the 505 X86_OP_ENTRY3(MOVQ, V,x, None,None, W,q, vex5), /* wrong dest Vy on SDM! */ 1342 …[0x6e] = X86_OP_ENTRY3(MOVD_to, V,x, None,None, E,y, vex5 mmx p_00_66), /* wrong dest Vy on SD… 1926 case X86_SIZE_v: /* 16/32/64-bit, based on operand size */ 1940 case X86_SIZE_y: /* 32/64-bit, based on operand size */ 1975 case X86_SIZE_x: /* 128/256-bit, based on operand size */ 2045 * code instead, to save on hflags bits.
|
/qemu/hw/usb/ |
H A D | xen-usb.c | 40 * macro added we rely on. 199 * Prepare supporting those by doing the work needed on the guest in usbback_gnttab_map()
|
/qemu/accel/tcg/ |
H A D | ldst_atomicity.c.inc | 464 * but it's trivially supported on all hosts, better than 4 724 * As store_bytes_leN, but atomically on each aligned part.
|
/qemu/tests/unit/ |
H A D | test-aio.c | 379 * an fd to wait on. Fixing this breaks other tests. So create a dummy one. in test_timer_schedule() 711 * an fd to wait on. Fixing this breaks other tests. So create a dummy one. in test_source_timer_schedule()
|
/qemu/hw/acpi/ |
H A D | erst.c | 86 * is utilized to avoid a possible misaligned access on the host. 793 * NOTE: All actions/operations/side effects happen on the WRITE, in erst_reg_write()
|
/qemu/hw/ppc/ |
H A D | pnv_occ.c | 64 * OCCMISC IRQ bit triggers the interrupt on a 0->1 edge, but not clear in pnv_occ_set_misc() 580 * @gpus_present: Bitmask of GPUs present (on systems where GPU
|
/qemu/target/arm/ |
H A D | cpu-features.h | 38 * flavour of the register doesn't have the bit, and so on). 257 * relevant, to avoid accidentally enabling a Neon feature on
|
/qemu/target/i386/hvf/ |
H A D | hvf.c | 43 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 126 /* EPT fault on an instruction fetch doesn't make sense here */ in ept_emulation_fault()
|
/qemu/hw/virtio/ |
H A D | vhost.c | 182 * performance churn on the hot path for log scanning. Even when in vhost_dev_elect_mem_logger() 697 error_report("Verify ring failure on region %d", i); in vhost_commit() 738 * It relies on the listener calling us in memory address order 1544 " decided how many memory slots to use based on the overall" in vhost_dev_init()
|