OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E820MAX
(Results
1 - 9
of
9
) sorted by null
/development/ndk/platforms/android-9/arch-x86/include/asm/
e820.h
22
#define
E820MAX
128
40
struct e820entry map[
E820MAX
];
/bionic/libc/kernel/uapi/asm-x86/asm/
e820.h
22
#define
E820MAX
128
24
#define E820_X_MAX
E820MAX
bootparam.h
171
struct e820entry e820_map[
E820MAX
];
/development/ndk/platforms/android-L/arch-x86/include/asm/
e820.h
22
#define
E820MAX
128
24
#define E820_X_MAX
E820MAX
bootparam.h
169
struct e820entry e820_map[
E820MAX
];
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
e820.h
22
#define
E820MAX
128
24
#define E820_X_MAX
E820MAX
bootparam.h
169
struct e820entry e820_map[
E820MAX
];
/external/kernel-headers/original/uapi/asm-x86/asm/
e820.h
4
#define
E820MAX
128 /* number of entries in E820MAP */
7
* Legacy E820 BIOS limits us to 128 (
E820MAX
) nodes due to the
14
* plus
E820MAX
, allowing space for the possible duplicate E820
30
#define E820_X_MAX
E820MAX
bootparam.h
153
struct e820entry e820_map[
E820MAX
]; /* 0x2d0 */
Completed in 50 milliseconds