Searched refs:safe_memory_rw_debug (Results 1 - 6 of 6) sorted by relevance

/external/qemu/include/hw/android/goldfish/
H A Dvmem.h21 int safe_memory_rw_debug(CPUState *env, target_ulong addr, uint8_t *buf,
/external/qemu/hw/android/goldfish/
H A Dvmem.c19 // Both safe_memory_rw_debug and safe_get_phys_page_debug need to translate
29 int safe_memory_rw_debug(CPUState *cpu, target_ulong addr, uint8_t *buf, function
H A Dtty.c137 safe_memory_rw_debug(current_cpu, buf, (uint8_t*)temp, to_write, 0);
149 safe_memory_rw_debug(current_cpu, s->ptr, s->data, s->ptr_len,1);
H A Dnand.c407 safe_memory_rw_debug(current_cpu, data, dev->data, read_len, 1);
426 safe_memory_rw_debug(current_cpu, data, dev->data, write_len, 0);
509 safe_memory_rw_debug(current_cpu, s->data, (uint8_t*)dev->devname, size, 1);
519 safe_memory_rw_debug(current_cpu, s->data, &dev->data[addr], size, 1);
531 safe_memory_rw_debug(current_cpu, s->data, &dev->data[addr], size, 0);
H A Ddevice.c179 safe_memory_rw_debug(current_cpu, name, (void*)s->current->name, strlen(s->current->name), 1);
H A Dtrace.c117 safe_memory_rw_debug(current_cpu, value, (uint8_t*)exec_arg, cmdlen, 0);

Completed in 101 milliseconds