Searched refs:e820_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c242 int e820_type; local
251 e820_type = E820_RAM;
253 e820_type = E820_RESERVED;
256 e820_type = E820_ACPI;
259 e820_type = E820_NVS;
262 e820_type = E820_UNUSABLE;
270 e820_type = E820_RESERVED;
273 e820_add_region(start, size, e820_type);
H A De820.c1055 static inline const char *e820_type_to_string(int e820_type) argument
1057 switch (e820_type) {

Completed in 114 milliseconds