/qemu/target/s390x/ |
H A D | mmu_helper.c | 97 bool mmu_absolute_addr_valid(target_ulong addr, bool is_write) in mmu_absolute_addr_valid() 476 target_ulong *pages, bool is_write, uint64_t *tec) in translate_pages() 494 int len, bool is_write) in s390_cpu_pv_mem_rw() 523 int len, bool is_write) in s390_cpu_virt_mem_rw()
|
/qemu/include/qemu/ |
H A D | selfmap.h | 19 bool is_write; member
|
/qemu/hw/xen/ |
H A D | xen_stubs.c | 48 bool is_write) in xen_map_cache()
|
H A D | xen-mapcache.c | 197 bool is_write, in xen_remap_bucket() 331 bool grant, bool is_write) in xen_map_cache_unlocked() 460 bool is_write) in xen_map_cache()
|
/qemu/system/ |
H A D | physmem.c | 427 bool is_write, in address_space_translate_iommu() 499 bool is_write, in flatview_do_translate() 533 bool is_write, MemTxAttrs attrs) in address_space_get_iotlb_entry() 570 hwaddr *plen, bool is_write, in flatview_translate() 2419 bool is_write) in qemu_ram_ptr_length() 2617 unsigned len, bool is_write, in subpage_accepts() 3145 void *buf, hwaddr len, bool is_write) in address_space_rw() 3174 hwaddr len, bool is_write) in cpu_physical_memory_rw() 3332 bool is_write, MemTxAttrs attrs) in flatview_access_valid() 3354 hwaddr len, bool is_write, in address_space_access_valid() [all …]
|
/qemu/target/xtensa/ |
H A D | mmu_helper.c | 788 static bool is_access_granted(unsigned access, int is_write) in is_access_granted() 808 uint32_t vaddr, int is_write, int mmu_idx, in get_physical_addr_mmu() 907 uint32_t vaddr, int is_write, int mmu_idx, in get_physical_addr_region() 1017 uint32_t vaddr, int is_write, int mmu_idx, in get_physical_addr_mpu() 1060 uint32_t vaddr, int is_write, int mmu_idx, in xtensa_get_physical_addr()
|
/qemu/hw/fsi/ |
H A D | aspeed_apb2opb.c | 114 uint32_t size, bool is_write) in fsi_aspeed_apb2opb_rw() 199 bool is_write; in fsi_aspeed_apb2opb_write() local
|
/qemu/hw/sd/ |
H A D | npcm7xx_sdhci.c | 68 unsigned size, bool is_write, in npcm7xx_sdhci_check_mem_op()
|
H A D | allwinner-sdhost.c | 334 bool is_write, uint32_t max_bytes) in allwinner_sdhost_process_desc() 392 bool is_write = (s->command & SD_CMDR_WRITE); in allwinner_sdhost_dma() local
|
/qemu/block/ |
H A D | blkverify.c | 31 bool is_write; member 200 int flags, bool is_write) in blkverify_co_prwv()
|
/qemu/block/export/ |
H A D | virtio-blk-handler.c | 176 bool is_write = type & VIRTIO_BLK_T_OUT; in virtio_blk_process_req() local
|
/qemu/contrib/plugins/ |
H A D | hwprofile.c | 186 static void inc_count(IOCounts *count, bool is_write, unsigned int cpu_index) in inc_count() 207 bool is_write = qemu_plugin_mem_is_store(meminfo); in vcpu_haddr() local
|
/qemu/hw/misc/ |
H A D | lasi.c | 26 unsigned size, bool is_write, in lasi_chip_mem_valid()
|
H A D | tz-ppc.c | 189 unsigned size, bool is_write, in tz_ppc_dummy_accepts()
|
/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 266 const bool is_write) in vfu_object_cfg_access() 352 hwaddr size, const bool is_write) in vfu_object_mr_rw() 421 hwaddr len, const bool is_write) in vfu_object_bar_rw()
|
/qemu/hw/sparc/ |
H A D | sun4m_iommu.c | 274 int is_write) in iommu_bad_addr() 294 int is_write = (flags & IOMMU_WO) ? 1 : 0; in sun4m_translate_iommu() local
|
/qemu/target/sparc/ |
H A D | ldst_helper.c | 423 bool is_write, bool is_exec, int is_asi, in sparc_raise_mmu_fault() 484 bool is_write, bool is_exec, int is_asi, in sparc_raise_mmu_fault() 1973 bool is_write = access_type == MMU_DATA_STORE; in sparc_cpu_do_transaction_failed() local
|
/qemu/hw/net/ |
H A D | vmware_utils.h | 43 vmw_shmem_rw(PCIDevice *d, hwaddr addr, void *buf, int len, int is_write) in vmw_shmem_rw()
|
/qemu/gdbstub/ |
H A D | user-target.c | 234 uint8_t *buf, int len, bool is_write) in target_memory_rw_debug()
|
/qemu/hw/nvram/ |
H A D | fw_cfg.c | 469 unsigned size, bool is_write, in fw_cfg_dma_mem_valid() 477 unsigned size, bool is_write, in fw_cfg_data_mem_valid() 495 unsigned size, bool is_write, in fw_cfg_ctl_mem_valid() 515 unsigned size, bool is_write, in fw_cfg_comb_valid()
|
/qemu/hw/ide/ |
H A D | macio.c | 374 static int ide_nop_int(const IDEDMA *dma, bool is_write) in ide_nop_int()
|
/qemu/hw/mem/ |
H A D | nvdimm.c | 213 uint64_t offset, bool is_write) in nvdimm_validate_rw_label_data()
|
/qemu/contrib/elf2dmp/ |
H A D | addrspace.c | 243 void *buf, size_t size, int is_write) in va_space_rw()
|
/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 30 bool same_el, bool is_write, in merge_syn_data_abort()
|
/qemu/include/hw/virtio/ |
H A D | virtio-blk.h | 100 bool is_write; member
|