OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_ram_alloc
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
armv7m.c
195
qemu_ram_alloc
(flash_size) | IO_MEM_ROM);
197
qemu_ram_alloc
(sram_size) | IO_MEM_RAM);
236
qemu_ram_alloc
(0x1000) | IO_MEM_RAM);
android_arm.c
81
ram_offset =
qemu_ram_alloc
(ram_size);
/external/qemu/
cpu-common.h
37
ram_addr_t
qemu_ram_alloc
(ram_addr_t);
exec.c
2461
ram_addr_t
qemu_ram_alloc
(ram_addr_t size)
function
[
all
...]
Completed in 15 milliseconds