/external/qemu/hw/ |
scsi-disk.c | 355 int is_write; local 370 is_write = 0; 795 is_write = 1; 915 if (is_write) {
|
/external/qemu/ |
exec-all.h | 353 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
|
cpu-all.h | 1039 uint8_t *buf, int len, int is_write);
|
kvm-all.c | 622 run->mmio.is_write);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 646 uptr size, bool is_write); 648 uptr size, uptr step, bool is_write);
|
tsan_rtl.cc | 492 " is_write=%d shadow_mem=%p {%zx, %zx, %zx, %zx}\n",
|
/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/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/compiler-rt/lib/asan/ |
asan_report.cc | 675 uptr addr, bool is_write, uptr access_size) { 732 access_size ? (is_write ? "WRITE" : "READ") : "ACCESS",
|
/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...] |