HomeSort by relevance Sort by last modified time
    Searched refs:CPUReadMemoryFunc (Results 1 - 22 of 22) sorted by null

  /external/qemu/hw/
goldfish_memlog.c 48 static CPUReadMemoryFunc *memlog_readfn[] = {
goldfish_device.h 31 CPUReadMemoryFunc **mem_read,
goldfish_device.c 74 CPUReadMemoryFunc **mem_read,
159 static CPUReadMemoryFunc *goldfish_bus_readfn[] = {
goldfish_timer.c 216 static CPUReadMemoryFunc *goldfish_timer_readfn[] = {
228 static CPUReadMemoryFunc *goldfish_rtc_readfn[] = {
goldfish_battery.c 133 static CPUReadMemoryFunc *goldfish_battery_readfn[] = {
goldfish_interrupt.c 150 static CPUReadMemoryFunc *goldfish_int_readfn[] = {
goldfish_switch.c 123 static CPUReadMemoryFunc *goldfish_switch_readfn[] = {
armv7m.c 108 static CPUReadMemoryFunc *bitband_readfn[] = {
goldfish_trace.c 366 static CPUReadMemoryFunc *trace_dev_readfn[] = {
goldfish_tty.c 185 static CPUReadMemoryFunc *goldfish_tty_readfn[] = {
goldfish_events_device.c 186 static CPUReadMemoryFunc *events_readfn[] = {
goldfish_fb.c 372 static CPUReadMemoryFunc *goldfish_fb_readfn[] = {
goldfish_mmc.c 490 static CPUReadMemoryFunc *goldfish_mmc_readfn[] = {
goldfish_audio.c 536 static CPUReadMemoryFunc *goldfish_audio_readfn[] = {
goldfish_nand.c 403 static CPUReadMemoryFunc *nand_dev_readfn[] = {
smc91c111.c 683 static CPUReadMemoryFunc *smc91c111_readfn[] = {
arm_gic.c 561 static CPUReadMemoryFunc *gic_dist_readfn[] = {
usb-ohci.c     [all...]
  /external/qemu/
cpu-common.h 23 typedef uint32_t CPUReadMemoryFunc(void *opaque, target_phys_addr_t addr);
44 int cpu_register_io_memory(CPUReadMemoryFunc **mem_read,
exec-all.h 338 extern CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
exec.c 192 CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
216 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4];
    [all...]
kqemu.c 978 static CPUReadMemoryFunc *qpi_mem_read[3] = {

Completed in 3126 milliseconds