Home
last modified time | relevance | path

Searched refs:CPUReadMemoryFunc (Results 1 – 25 of 29) sorted by relevance

12

/external/qemu/
Dcpu-common.h29 typedef uint32_t CPUReadMemoryFunc(void *opaque, target_phys_addr_t addr); typedef
68 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
Dexec.c182 CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
206 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4];
2852 static CPUReadMemoryFunc * const unassigned_mem_read[3] = {
2924 static CPUReadMemoryFunc * const error_mem_read[3] = {
3023 static CPUReadMemoryFunc * const watch_mem_read[3] = {
3121 static CPUReadMemoryFunc * const subpage_read[] = {
3208 CPUReadMemoryFunc * const *mem_read, in cpu_register_io_memory_fixed()
3234 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, in cpu_register_io_memory()
Dexec-all.h342 extern CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
/external/qemu/hw/
Dgoldfish_device.c90 CPUReadMemoryFunc **mem_read, in goldfish_device_add()
180 static CPUReadMemoryFunc *goldfish_bus_readfn[] = {
Dgoldfish_timer.c216 static CPUReadMemoryFunc *goldfish_timer_readfn[] = {
228 static CPUReadMemoryFunc *goldfish_rtc_readfn[] = {
Dgoldfish_memlog.c54 static CPUReadMemoryFunc *memlog_readfn[] = {
Dfw_cfg.c136 static CPUReadMemoryFunc *fw_cfg_ctl_mem_read[3] = {
148 static CPUReadMemoryFunc *fw_cfg_data_mem_read[3] = {
Dgoldfish_device.h31 CPUReadMemoryFunc **mem_read,
Dgoldfish_switch.c123 static CPUReadMemoryFunc *goldfish_switch_readfn[] = {
Dgoldfish_interrupt.c150 static CPUReadMemoryFunc *goldfish_int_readfn[] = {
Dgoldfish_battery.c133 static CPUReadMemoryFunc *goldfish_battery_readfn[] = {
Dioapic.c233 static CPUReadMemoryFunc *ioapic_mem_read[3] = {
Dgoldfish_tty.c197 static CPUReadMemoryFunc *goldfish_tty_readfn[] = {
Darmv7m.c108 static CPUReadMemoryFunc * const bitband_readfn[] = {
Dmips_r4k.c65 static CPUReadMemoryFunc * const mips_qemu_read[] = {
Dgoldfish_trace.c384 static CPUReadMemoryFunc *trace_dev_readfn[] = {
Dpckbd.c410 static CPUReadMemoryFunc *kbd_mm_read[] = {
Dgoldfish_mmc.c490 static CPUReadMemoryFunc *goldfish_mmc_readfn[] = {
Dgoldfish_events_device.c247 static CPUReadMemoryFunc *events_readfn[] = {
Dgoldfish_audio.c536 static CPUReadMemoryFunc *goldfish_audio_readfn[] = {
Dgoldfish_fb.c635 static CPUReadMemoryFunc *goldfish_fb_readfn[] = {
Dsmc91c111.c760 static CPUReadMemoryFunc *smc91c111_readfn[] = {
Dmc146818rtc.c705 static CPUReadMemoryFunc *rtc_mm_read[] = {
Darm_gic.c561 static CPUReadMemoryFunc *gic_dist_readfn[] = {
Dapic.c924 static CPUReadMemoryFunc *apic_mem_read[3] = {

12