OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initrd_offset
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
android_mips.c
77
ram_addr_t
initrd_offset
;
local
96
initrd_offset
= 0;
100
initrd_offset
= (kernel_high + ~TARGET_PAGE_MASK) & TARGET_PAGE_MASK;
101
if (
initrd_offset
+ initrd_size > ram_size) {
108
initrd_offset
,
109
ram_size -
initrd_offset
);
127
PHYS_TO_VIRT(
initrd_offset
), initrd_size);
137
PHYS_TO_VIRT(
initrd_offset
), initrd_size);
mips_r4k.c
82
ram_addr_t
initrd_offset
;
local
105
initrd_offset
= 0;
109
initrd_offset
= (kernel_high + ~TARGET_PAGE_MASK) & TARGET_PAGE_MASK;
110
if (
initrd_offset
+ initrd_size > ram_size) {
117
initrd_offset
,
118
ram_size -
initrd_offset
);
136
PHYS_TO_VIRT((uint32_t)
initrd_offset
),
Completed in 33 milliseconds