Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PAGE_SIZE_64KB
has multiple definitions:
arch/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
CONFIG_HAVE_PAGE_SIZE_64KB
Using 64KiB page size will result in slightly higher performance kernel at the price of much higher memory consumption compared to 4KiB or 16KiB pages. This is not suitable for general-purpose workloads but the better performance may be worth the cost for certain types of supercomputing or database applications that work mostly with large in-memory data rather than small files.
arch/sh/mm/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
! CONFIG_MMU || CONFIG_CPU_SH4
This enables support for 64kB pages, possible on all SH-4 CPUs and later.
arch/mips/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
! CONFIG_CPU_R3000
Using 64kB page size will result in higher performance kernel at the price of higher memory consumption. This option is available on all non-R3000 family processor. Not that at the time of this writing this option is still high experimental.
arch/hexagon/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
(none)
(none)
arch/powerpc/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
CONFIG_PPC_64K_PAGES
(none)
arch/loongarch/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
(none)
(none)
arch/tile/Kconfig
The configuration item CONFIG_PAGE_SIZE_64KB:
(none)
(none)
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