OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_phys_addr_t
(Results
26 - 50
of
58
) sorted by null
1
2
3
/external/qemu/
softmmu_template.h
68
static inline DATA_TYPE glue(io_read, SUFFIX)(
target_phys_addr_t
physaddr,
104
target_phys_addr_t
ioaddr;
197
target_phys_addr_t
ioaddr;
247
static inline void glue(io_write, SUFFIX)(
target_phys_addr_t
physaddr,
279
target_phys_addr_t
ioaddr;
371
target_phys_addr_t
ioaddr;
exec-all.h
88
void tb_invalidate_phys_page_range(
target_phys_addr_t
start,
target_phys_addr_t
end,
94
target_phys_addr_t
paddr, int prot,
97
target_phys_addr_t
paddr, int prot,
cpu-defs.h
110
target_phys_addr_t
iotlb[NB_MMU_MODES][CPU_TLB_SIZE]; \
kqemu.c
936
static uint32_t qpi_mem_readb(void *opaque,
target_phys_addr_t
addr)
941
static uint32_t qpi_mem_readw(void *opaque,
target_phys_addr_t
addr)
946
static void qpi_mem_writeb(void *opaque,
target_phys_addr_t
addr, uint32_t val)
950
static void qpi_mem_writew(void *opaque,
target_phys_addr_t
addr, uint32_t val)
954
static uint32_t qpi_mem_readl(void *opaque,
target_phys_addr_t
addr)
967
static void qpi_mem_writel(void *opaque,
target_phys_addr_t
addr, uint32_t val)
cpu-all.h
904
target_phys_addr_t
cpu_get_phys_page_debug(CPUState *env, target_ulong addr);
1008
int cpu_physical_sync_dirty_bitmap(
target_phys_addr_t
start_addr,
1009
target_phys_addr_t
end_addr);
1019
void qemu_register_coalesced_mmio(
target_phys_addr_t
addr, ram_addr_t size);
1021
void qemu_unregister_coalesced_mmio(
target_phys_addr_t
addr, ram_addr_t size);
/external/qemu/hw/
goldfish_battery.c
82
static uint32_t goldfish_battery_read(void *opaque,
target_phys_addr_t
offset)
116
static void goldfish_battery_write(void *opaque,
target_phys_addr_t
offset, uint32_t val)
goldfish_device.c
101
static uint32_t goldfish_bus_read(void *opaque,
target_phys_addr_t
offset)
152
static void goldfish_bus_write(void *opaque,
target_phys_addr_t
offset, uint32_t value)
goldfish_interrupt.c
95
static uint32_t goldfish_int_read(void *opaque,
target_phys_addr_t
offset)
117
static void goldfish_int_write(void *opaque,
target_phys_addr_t
offset, uint32_t value)
goldfish_switch.c
62
static uint32_t goldfish_switch_read(void *opaque,
target_phys_addr_t
offset)
88
static void goldfish_switch_write(void *opaque,
target_phys_addr_t
offset, uint32_t value)
goldfish_mmc.c
175
target_phys_addr_t
dst_address,
195
target_phys_addr_t
dst_address,
415
static uint32_t goldfish_mmc_read(void *opaque,
target_phys_addr_t
offset)
445
static void goldfish_mmc_write(void *opaque,
target_phys_addr_t
offset, uint32_t val)
goldfish_tty.c
73
static uint32_t goldfish_tty_read(void *opaque,
target_phys_addr_t
offset)
88
static void goldfish_tty_write(void *opaque,
target_phys_addr_t
offset, uint32_t value)
122
target_phys_addr_t
buf;
pci.h
13
extern
target_phys_addr_t
pci_mem_base;
243
PCIBus *pci_apb_init(
target_phys_addr_t
special_base,
244
target_phys_addr_t
mem_base,
smc91c111.c
325
static void smc91c111_writeb(void *opaque,
target_phys_addr_t
offset,
497
static uint32_t smc91c111_readb(void *opaque,
target_phys_addr_t
offset)
638
static void smc91c111_writew(void *opaque,
target_phys_addr_t
offset,
645
static void smc91c111_writel(void *opaque,
target_phys_addr_t
offset,
655
static uint32_t smc91c111_readw(void *opaque,
target_phys_addr_t
offset)
663
static uint32_t smc91c111_readl(void *opaque,
target_phys_addr_t
offset)
goldfish_trace.c
65
static void trace_dev_write(void *opaque,
target_phys_addr_t
offset, uint32_t value)
363
static uint32_t trace_dev_read(void *opaque,
target_phys_addr_t
offset)
ioapic.c
123
static uint32_t ioapic_mem_readl(void *opaque,
target_phys_addr_t
addr)
159
static void ioapic_mem_writel(void *opaque,
target_phys_addr_t
addr, uint32_t val)
pc.c
73
target_phys_addr_t
addr;
84
static void option_rom_setup_reset(
target_phys_addr_t
addr, unsigned size)
519
static void generate_bootsect(
target_phys_addr_t
option_rom,
611
static void load_linux(
target_phys_addr_t
option_rom,
615
target_phys_addr_t
max_ram_size)
624
target_phys_addr_t
real_addr, prot_addr, cmdline_addr, initrd_addr = 0;
822
static int load_option_rom(const char *oprom,
target_phys_addr_t
start,
823
target_phys_addr_t
end)
[
all
...]
mc146818rtc.c
646
static uint32_t cmos_mm_readb (void *opaque,
target_phys_addr_t
addr)
654
target_phys_addr_t
addr, uint32_t value)
661
static uint32_t cmos_mm_readw (void *opaque,
target_phys_addr_t
addr)
674
target_phys_addr_t
addr, uint32_t value)
683
static uint32_t cmos_mm_readl (void *opaque,
target_phys_addr_t
addr)
696
target_phys_addr_t
addr, uint32_t value)
717
RTCState *rtc_mm_init(
target_phys_addr_t
base, int it_shift, qemu_irq irq,
apic.c
649
static uint32_t apic_mem_readb(void *opaque,
target_phys_addr_t
addr)
654
static uint32_t apic_mem_readw(void *opaque,
target_phys_addr_t
addr)
659
static void apic_mem_writeb(void *opaque,
target_phys_addr_t
addr, uint32_t val)
663
static void apic_mem_writew(void *opaque,
target_phys_addr_t
addr, uint32_t val)
667
static uint32_t apic_mem_readl(void *opaque,
target_phys_addr_t
addr)
748
static void apic_mem_writel(void *opaque,
target_phys_addr_t
addr, uint32_t val)
arm_gic.c
241
static uint32_t gic_dist_readb(void *opaque,
target_phys_addr_t
offset)
351
static uint32_t gic_dist_readw(void *opaque,
target_phys_addr_t
offset)
359
static uint32_t gic_dist_readl(void *opaque,
target_phys_addr_t
offset)
374
static void gic_dist_writeb(void *opaque,
target_phys_addr_t
offset,
512
static void gic_dist_writew(void *opaque,
target_phys_addr_t
offset,
519
static void gic_dist_writel(void *opaque,
target_phys_addr_t
offset,
goldfish_events_device.c
200
static uint32_t events_read(void *x,
target_phys_addr_t
off)
226
static void events_write(void *x,
target_phys_addr_t
off, uint32_t val)
goldfish_pipe.c
881
target_phys_addr_t
phys;
901
target_phys_addr_t
phys;
939
static void pipe_dev_write(void *opaque,
target_phys_addr_t
offset, uint32_t value)
972
static uint32_t pipe_dev_read(void *opaque,
target_phys_addr_t
offset)
dma.c
406
target_phys_addr_t
addr = ((r->pageh & 0x7f) << 24) | (r->page << 16) | r->now[ADDR];
428
target_phys_addr_t
addr = ((r->pageh & 0x7f) << 24) | (r->page << 16) | r->now[ADDR];
goldfish_audio.c
365
static uint32_t goldfish_audio_read(void *opaque,
target_phys_addr_t
offset)
399
static void goldfish_audio_write(void *opaque,
target_phys_addr_t
offset, uint32_t val)
goldfish_fb.c
542
static uint32_t goldfish_fb_read(void *opaque,
target_phys_addr_t
offset)
585
static void goldfish_fb_write(void *opaque,
target_phys_addr_t
offset,
pci.c
54
target_phys_addr_t
pci_mem_base;
284
static
target_phys_addr_t
pci_to_cpu_addr(
target_phys_addr_t
addr)
Completed in 2407 milliseconds
1
2
3