Home
last modified time | relevance | path

Searched full:fetching (Results 1 – 20 of 20) sorted by relevance

/qemu/target/riscv/insn_trans/
H A Dtrans_privileged.c.inc58 * that no exception will be raised when fetching them.
/qemu/.gitlab-ci.d/
H A Dwindows.yml56 Write-Output "Fetching latest installer" ;
H A Dbase.yml29 # and we also avoid fetching tags.
/qemu/target/avr/
H A Dcpu.h40 * LPM/SPM and instruction fetching access code memory space
/qemu/tests/functional/qemu_test/
H A Dasset.py1 # Test utilities for fetching & caching assets
/qemu/hw/9pfs/
H A Dcofile.c87 * Some FS driver (local:mapped-file) can't support fetching attributes in v9fs_co_fstat()
/qemu/hw/i386/
H A Dmultiboot.c218 error_report("Error while fetching elf kernel from rom"); in load_multiboot()
H A Dintel_iommu.c1588 * avoids to check pasid entry fetching result in future in vtd_dev_to_context_entry()
/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c244 g_warning("Error fetching VQ (dev=%p, idx=%d)", vu_dev, idx); in vus_proc_req()
/qemu/monitor/
H A Dqmp.c399 /* Protect qmp_requests and fetching its length. */ in handle_qmp_command()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h300 /* Used to preserve the order of fetching available descriptors.
/qemu/docs/system/arm/
H A Daspeed.rst162 In that case, the machine boots fetching instructions from the FMC0
/qemu/docs/devel/
H A Dclocks.rst323 Fetching clock frequency/period
/qemu/target/ppc/
H A Dtcg-excp_helper.c276 * is_prefix_insn_excp() tests !PPC_BIT(42) to avoid fetching in ppc_cpu_do_transaction_failed()
/qemu/target/s390x/tcg/
H A Dmem_helper.c2075 /* Fetching permitted; storing permitted */ in HELPER()
2083 /* Fetching permitted; storing not permitted */ in HELPER()
2090 /* Fetching not permitted; storing not permitted */ in HELPER()
/qemu/docs/interop/
H A Dvhost-user.rst780 /* Used to preserve the order of fetching available descriptors.
875 /* Used to preserve the order of fetching available descriptors.
/qemu/target/s390x/
H A Dcpu_features_def.h.inc94 DEF_FEAT(SIF, "sif", STFL, 85, "Sequential-instruction-fetching facility")
/qemu/target/riscv/kvm/
H A Dkvm-cpu.c227 * KVM. We determined that by fetching the 'isa' register in kvm_riscv_update_cpu_misa_ext()
/qemu/hw/display/
H A Dvga.c926 * the difference shows. When fetching font data, accesses are in vga_mem_writeb()
/qemu/block/
H A Dvvfat.c2060 fprintf(stderr, "Error fetching direntries\n"); in check_directory_consistency()