Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PAGE_SIZE_8KB
has multiple definitions:
arch/Kconfig
The configuration item CONFIG_PAGE_SIZE_8KB:
CONFIG_HAVE_PAGE_SIZE_8KB
This option is the only supported page size on a few older processors, and can be slightly faster than 4KiB pages.
arch/sh/mm/Kconfig
The configuration item CONFIG_PAGE_SIZE_8KB:
! CONFIG_MMU || CONFIG_X2TLB
This enables 8kB pages as supported by SH-X2 and later MMUs.
arch/mips/Kconfig
The configuration item CONFIG_PAGE_SIZE_8KB:
( CONFIG_CPU_CAVIUM_OCTEON ) && (! CONFIG_MIPS_VA_BITS_48 )
Using 8kB page size will result in higher performance kernel at the price of higher memory consumption. This option is available only on cnMIPS processors. Note that you will need a suitable Linux distribution to support this.
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 - P index
Automatically generated (in year 2024). See also LKDDb sources on GitLab