Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/e820/
Dtypes.h108 #define HIGH_MEMORY 0x00100000 macro
/linux-6.6.21/Documentation/translations/zh_CN/mm/
Dnuma.rst56 使用统计和锁来调解访问。此外,Linux为每个内存区[DMA、DMA32、NORMAL、HIGH_MEMORY、MOVABLE
/linux-6.6.21/Documentation/mm/
Dnuma.rst73 each memory zone [one or more of DMA, DMA32, NORMAL, HIGH_MEMORY, MOVABLE],
/linux-6.6.21/arch/x86/kernel/
De820.c1286 e820__range_add(HIGH_MEMORY, mem_size << 10, E820_TYPE_RAM); in e820__memory_setup_default()