HomeSort by relevance Sort by last modified time
    Searched refs:is_write (Results 26 - 39 of 39) sorted by null

12

  /external/qemu/target-arm/
op_helper.c 73 void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
84 ret = cpu_arm_handle_mmu_fault(env, addr, is_write, mmu_idx, 1);
  /external/qemu/
exec-all.h 353 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
exec.c     [all...]
cpu-all.h 1039 uint8_t *buf, int len, int is_write);
kvm-all.c 622 run->mmio.is_write);
  /external/qemu/target-mips/
cpu.h 480 void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
op_helper.c     [all...]
  /external/qemu/block/
qcow.c 519 BlockDriverCompletionFunc *cb, void *opaque, int is_write)
531 if (is_write)
qcow2.c 494 BlockDriverCompletionFunc *cb, void *opaque, int is_write)
506 if (is_write)
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 178 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write )
185 xe.XE.Heap.sszB = is_write ? -size : size;
  /external/compiler-rt/lib/msandr/
msandr.cc 176 bool is_write) {
  /external/qemu/target-i386/
cpu.h 802 int is_write, int mmu_idx, int is_softmmu);
op_helper.c     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1176 milliseconds

12