Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index
The Linux kernel configuration item CONFIG_HIGHPTE
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_HIGHPTE:
CONFIG_HIGHMEM
The VM uses one page table entry for each page of physical memory. For systems with a lot of RAM, this can be wasteful of precious low memory. Setting this option will put user-space page table entries in high memory.
arch/arm/Kconfig
The configuration item CONFIG_HIGHPTE:
( CONFIG_EXPERT ) && ( CONFIG_HIGHMEM )
The VM uses one page of physical memory for each page table. For systems with a lot of processes, this can use a lot of precious low memory, eventually leading to low memory being consumed by page tables. Setting this option will allow user-space 2nd level page tables to reside in high memory.
arch/frv/Kconfig
The configuration item CONFIG_HIGHPTE:
CONFIG_HIGHMEM
The VM uses one page of memory for each page table. For systems with a lot of RAM, this can be wasteful of precious low memory. Setting this option will put user-space page tables in high memory.
arch/i386/Kconfig
The configuration item CONFIG_HIGHPTE:
CONFIG_HIGHMEM4G || CONFIG_HIGHMEM64G
The VM uses one page table entry for each page of physical memory. For systems with a lot of RAM, this can be wasteful of precious low memory. Setting this option will put user-space page table entries in high memory.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - H index
Automatically generated (in year 2025). See also LKDDb sources on GitLab