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

1 2

  /external/valgrind/tsan/
ts_trace_info.h 36 // A memory access is represented by mop[idx] = {pc,size,is_write}
44 MopInfo(uintptr_t pc, size_t size, bool is_write, bool create_sblock) {
49 is_write_ = is_write;
54 DCHECK(this->is_write() == is_write);
65 bool is_write() { return is_write_; } function in struct:MopInfo
ts_pin.cc 470 DumpEventPlainText(mop->is_write() ? WRITE : READ, t.uniq_tid,
    [all...]
ts_valgrind.cc 853 mop->pc(), mop->is_write());
905 mop->pc(), mop->is_write());
    [all...]
thread_sanitizer.cc     [all...]
  /external/qemu/
cpu-exec.c 779 the effective address of the memory exception. 'is_write' is 1 if a
783 int is_write, sigset_t *old_set,
793 pc, address, is_write, *(unsigned long *)old_set);
796 if (is_write && page_unprotect(h2g(address), pc, puc)) {
801 ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX, 0);
1007 int is_write; local
1032 int is_write = 0; local
1059 int is_write; local
1118 int is_write; local
1140 int is_write; local
1162 int is_write = 0; local
1193 int is_write = 0; local
1245 int is_write; local
1262 int is_write = 0; local
    [all...]
dma-helpers.c 45 int is_write; member in struct:__anon9664
77 dbs->iov.iov[i].iov_len, !dbs->is_write,
103 mem = cpu_physical_memory_map(cur_addr, &cur_len, !dbs->is_write);
119 if (dbs->is_write) {
150 int is_write)
160 dbs->is_write = is_write;
cpu-common.h 74 int len, int is_write);
87 int is_write);
89 int is_write, target_phys_addr_t access_len);
savevm.c 172 int is_write; member in struct:QEMUFile
427 f->is_write = 0;
447 if (f->is_write && f->buf_index > 0) {
466 if (f->is_write)
497 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
508 f->is_write = 1;
519 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
526 f->is_write = 1;
535 if (f->is_write)
559 if (f->is_write)
    [all...]
block.c 2287 int is_write; member in struct:BlockDriverAIOCBSync
    [all...]
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 619 run->mmio.is_write);
  /external/valgrind/main/exp-ptrcheck/
pc_common.h 43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );
pc_common.c 174 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write )
181 xe.XE.Heap.sszB = is_write ? -size : size;
h_main.c     [all...]
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 44 bool is_write; member in struct:assignment_generator
62 ir_assignment *assignment = (is_write)
106 if (!this->generator.is_write) {
301 ag.is_write = !!value;
  /external/qemu/target-i386/
helper.c 980 int error_code, is_dirty, prot, page_size, ret, is_write, is_user; local
    [all...]
cpu.h 802 int is_write, int mmu_idx, int is_softmmu);
  /external/qemu/android/config/linux-x86/linux/
kvm.h 156 __u8 is_write; member in struct:kvm_run::__anon9171::__anon9177
169 __u32 is_write; member in struct:kvm_run::__anon9171::__anon9179
189 __u8 is_write; member in struct:kvm_run::__anon9171::__anon9181
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 156 __u8 is_write; member in struct:kvm_run::__anon9193::__anon9199
169 __u32 is_write; member in struct:kvm_run::__anon9193::__anon9201
189 __u8 is_write; member in struct:kvm_run::__anon9193::__anon9203
  /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/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/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...]

Completed in 1390 milliseconds

1 2