Home
last modified time | relevance | path

Searched refs:HIGH_MEMORY (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
De820.h146 #define HIGH_MEMORY (1024*1024) macro
/linux-3.4.99/arch/x86/platform/visws/
Dvisws_quirks.c110 e820_add_region(HIGH_MEMORY, mem_size - sgivwfb_mem_size - HIGH_MEMORY, E820_RAM); in visws_memory_setup()
/linux-3.4.99/Documentation/vm/
Dnuma71 each memory zone [one or more of DMA, DMA32, NORMAL, HIGH_MEMORY, MOVABLE],
/linux-3.4.99/arch/x86/kernel/
De820.c1037 e820_add_region(HIGH_MEMORY, mem_size << 10, E820_RAM); in default_machine_specific_memory_setup()