Searched full:early (Results 1 – 25 of 154) sorted by relevance
1234567
/qemu/tests/unit/ |
H A D | test-block-iothread.c | 95 /* Early error: Negative offset */ in test_sync_op_pread() 109 /* Early error: Negative offset */ in test_sync_op_pwrite() 123 /* Early error: Negative offset */ in test_sync_op_blk_pread() 137 /* Early error: Negative offset */ in test_sync_op_blk_pwrite() 152 /* Early error: Negative offset */ in test_sync_op_blk_preadv() 167 /* Early error: Negative offset */ in test_sync_op_blk_pwritev() 182 /* Early error: Negative offset */ in test_sync_op_blk_preadv_part() 197 /* Early error: Negative offset */ in test_sync_op_blk_pwritev_part() 211 /* Early error: Negative offset */ in test_sync_op_blk_pwrite_compressed() 224 /* Early error: Negative offset */ in test_sync_op_blk_pwrite_zeroes() [all …]
|
/qemu/tests/tcg/s390x/ |
H A D | Makefile.softmmu-target | 22 exrl-ssm-early \ 26 lpswe-early \ 31 ssm-early \ 32 stosm-early \
|
H A D | lpswe-early.S | 2 * Test early exception recognition using LPSWE.
|
H A D | ssm-early.S | 2 * Test early exception recognition using SSM.
|
H A D | stosm-early.S | 2 * Test early exception recognition using STOSM.
|
H A D | exrl-ssm-early.S | 2 * Test early exception recognition using EXRL + SSM.
|
/qemu/contrib/plugins/ |
H A D | cflow.c | 24 SORT_EXCEPTION, /* most early exits */ 43 /* early exit/fault count */ 175 g_string_append_printf(result, " early exits %"PRId64"\n", in plugin_exit() 243 /* return early for address 0 */ in vcpu_tb_branched_exec() 293 * - is last_pc == block_end, if not we had an early exit 309 * handle both early block exits and normal branches in the in vcpu_tb_trans() 374 } else if (g_strcmp0(tokens[1], "early") == 0) { in qemu_plugin_install()
|
/qemu/include/hw/net/ |
H A D | npcm_gmac.h | 210 /* Early Receive Interrupt */ 214 /* Early transmit Interrupt */ 257 /* Early Receive Interrupt Enable */ 261 /* Early transmit Interrupt Enable */
|
/qemu/include/hw/virtio/ |
H A D | virtio-mem.h | 39 #define VIRTIO_MEM_EARLY_MIGRATION_PROP "x-early-migration" 107 * active early, before state of other devices and especially, before
|
/qemu/include/qemu/ |
H A D | lockable.h | 147 * the scope early and release the lock. 156 * break; <-- leave this scope early
|
/qemu/hw/net/ |
H A D | lance.c | 33 * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR89C100.txt 35 * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt
|
/qemu/docs/system/ |
H A D | vm-templating.rst | 109 device. virtio-mem will fail early when realizing the device. To use 123 destination early and refuses to activate postcopy live migration. Note
|
/qemu/target/arm/ |
H A D | kvm_arm.h | 52 * Note that we do not stop early on failure -- we will attempt 68 * Note that we do not stop early on failure -- we will attempt
|
/qemu/include/hw/xen/interface/io/ |
H A D | xenbus.h | 25 * InitWait: Finished early initialisation but waiting for information
|
/qemu/hw/char/ |
H A D | spapr_vty.c | 249 /* Hack for kernel early debug, which always specifies reg==0. in vty_lookup() 252 * (early debug does work there, despite having no vty with in vty_lookup()
|
/qemu/hw/s390x/ |
H A D | s390-hypercall.c | 25 /* Early printk */ in handle_virtio_notify()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-reconnect-on-open | 50 note = 'too early' if delta_t < open_timeout else 'too long'
|
/qemu/accel/tcg/ |
H A D | translator.c | 147 tcg_debug_assert(db->is_jmp == DISAS_NEXT); /* no early exit */ in translator_loop() 152 tcg_debug_assert(db->is_jmp == DISAS_NEXT); /* no early exit */ in translator_loop() 164 tcg_debug_assert(db->is_jmp == DISAS_NEXT); /* no early exit */ in translator_loop()
|
H A D | translate-all.c | 206 * Either way we need return early as we can't resolve it here. in cpu_restore_state() 510 * values. So return early before attempting to link to other TBs or add in tb_gen_code() 625 /* During early initialization, the cache may not yet be allocated. */ in tcg_flush_jmp_cache()
|
/qemu/include/migration/ |
H A D | register.h | 45 * Called early, even before migration starts, and can be used to 46 * perform early checks.
|
/qemu/hw/display/ |
H A D | ramfb.c | 2 * early boot framebuffer in guest ram
|
/qemu/hw/i386/kvm/ |
H A D | xen_primary_console.c | 66 /* We can't map it this early as KVM isn't ready */ in xen_primary_console_realize()
|
/qemu/target/arm/tcg/ |
H A D | m-nocp.decode | 46 # Special cases which do not take an early NOCP: VLLDM and VLSTM
|
/qemu/hw/ppc/ |
H A D | spapr_vof.c | 47 * SLOF-less setup requires an open instance of stdout for early in spapr_vof_client_dt_finalize()
|
/qemu/pc-bios/s390-ccw/ |
H A D | sclp.c | 79 /* We would overflow the sccb buffer, abort early */ in write()
|
1234567