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

1 2

  /external/qemu/
cpu-common.h 29 typedef uint32_t CPUReadMemoryFunc(void *opaque, target_phys_addr_t addr);
68 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
exec-all.h 342 extern CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
exec.c 181 CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
205 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4];
    [all...]
  /external/qemu/hw/
goldfish_device.h 31 CPUReadMemoryFunc **mem_read,
goldfish_memlog.c 54 static CPUReadMemoryFunc *memlog_readfn[] = {
goldfish_device.c 90 CPUReadMemoryFunc **mem_read,
180 static CPUReadMemoryFunc *goldfish_bus_readfn[] = {
fw_cfg.c 136 static CPUReadMemoryFunc *fw_cfg_ctl_mem_read[3] = {
148 static CPUReadMemoryFunc *fw_cfg_data_mem_read[3] = {
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 * const bitband_readfn[] = {
goldfish_trace.c 384 static CPUReadMemoryFunc *trace_dev_readfn[] = {
goldfish_tty.c 197 static CPUReadMemoryFunc *goldfish_tty_readfn[] = {
ioapic.c 233 static CPUReadMemoryFunc *ioapic_mem_read[3] = {
goldfish_mmc.c 490 static CPUReadMemoryFunc *goldfish_mmc_readfn[] = {
pckbd.c 410 static CPUReadMemoryFunc *kbd_mm_read[] = {
goldfish_events_device.c 234 static CPUReadMemoryFunc *events_readfn[] = {
goldfish_audio.c 536 static CPUReadMemoryFunc *goldfish_audio_readfn[] = {
goldfish_fb.c 626 static CPUReadMemoryFunc *goldfish_fb_readfn[] = {
smc91c111.c 760 static CPUReadMemoryFunc *smc91c111_readfn[] = {
apic.c 924 static CPUReadMemoryFunc *apic_mem_read[3] = {
arm_gic.c 561 static CPUReadMemoryFunc *gic_dist_readfn[] = {
goldfish_nand.c 638 static CPUReadMemoryFunc *nand_dev_readfn[] = {
goldfish_pipe.c 1009 static CPUReadMemoryFunc *pipe_dev_readfn[] = {

Completed in 265 milliseconds

1 2