OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel_high
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
android_mips.c
78
uint64_t kernel_entry, kernel_low,
kernel_high
;
local
88
(uint64_t *)&
kernel_high
) < 0) {
100
initrd_offset = (
kernel_high
+ ~TARGET_PAGE_MASK) & TARGET_PAGE_MASK;
mips_r4k.c
80
int64_t entry, kernel_low,
kernel_high
;
local
93
(uint64_t *)&
kernel_high
, big_endian, ELF_MACHINE, 1);
109
initrd_offset = (
kernel_high
+ ~TARGET_PAGE_MASK) & TARGET_PAGE_MASK;
Completed in 38 milliseconds