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

  /external/qemu/include/exec/
cpu-common.h 59 typedef uint32_t CPUReadMemoryFunc(void *opaque, hwaddr addr);
98 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
exec-all.h 358 extern CPUReadMemoryFunc *_io_mem_read[IO_MEM_NB_ENTRIES][4];
  /external/qemu/include/hw/android/goldfish/
device.h 34 CPUReadMemoryFunc **mem_read,
  /external/qemu/hw/android/goldfish/
device.c 100 CPUReadMemoryFunc **mem_read,
191 static CPUReadMemoryFunc *goldfish_bus_readfn[] = {
timer.c 211 static CPUReadMemoryFunc *goldfish_timer_readfn[] = {
223 static CPUReadMemoryFunc *goldfish_rtc_readfn[] = {
interrupt.c 151 static CPUReadMemoryFunc *goldfish_int_readfn[] = {
battery.c 139 static CPUReadMemoryFunc *goldfish_battery_readfn[] = {
trace.c 263 static CPUReadMemoryFunc *trace_dev_readfn[] = {
tty.c 197 static CPUReadMemoryFunc *goldfish_tty_readfn[] = {
mmc.c 514 static CPUReadMemoryFunc *goldfish_mmc_readfn[] = {
events_device.c 251 static CPUReadMemoryFunc *events_readfn[] = {
audio.c 580 static CPUReadMemoryFunc *goldfish_audio_readfn[] = {
fb.c 637 static CPUReadMemoryFunc *goldfish_fb_readfn[] = {
nand.c 660 static CPUReadMemoryFunc *nand_dev_readfn[] = {
pipe.c     [all...]
  /external/qemu/hw/nvram/
fw_cfg.c 137 static CPUReadMemoryFunc *fw_cfg_ctl_mem_read[3] = {
149 static CPUReadMemoryFunc *fw_cfg_data_mem_read[3] = {
  /external/qemu/hw/arm/
armv7m.c 108 static CPUReadMemoryFunc * const bitband_readfn[] = {
arm_gic.c 561 static CPUReadMemoryFunc *gic_dist_readfn[] = {
  /external/qemu/hw/intc/
ioapic.c 233 static CPUReadMemoryFunc *ioapic_mem_read[3] = {
apic.c 926 static CPUReadMemoryFunc *apic_mem_read[3] = {
  /external/qemu/hw/mips/
mips_r4k.c 65 static CPUReadMemoryFunc * const mips_qemu_read[] = {
  /external/qemu/
exec.c 77 CPUReadMemoryFunc *_io_mem_read[IO_MEM_NB_ENTRIES][4];
96 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4];
    [all...]
  /external/qemu/hw/input/
pckbd.c 410 static CPUReadMemoryFunc *kbd_mm_read[] = {
  /external/qemu/hw/net/
smc91c111.c 757 static CPUReadMemoryFunc *smc91c111_readfn[] = {
  /external/qemu/hw/timer/
mc146818rtc.c 711 static CPUReadMemoryFunc *rtc_mm_read[] = {

Completed in 136 milliseconds