Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - A index
The Linux kernel configuration item CONFIG_ARM64_PA_BITS_52
has multiple definitions:
arch/arm64/Kconfig
The configuration item CONFIG_ARM64_PA_BITS_52:
( CONFIG_ARM64_64K_PAGES || CONFIG_ARM64_VA_BITS_52 ) && ( CONFIG_ARM64_PAN || ! CONFIG_ARM64_SW_TTBR0_PAN )
Enable support for a 52-bit physical address space, introduced as part of the ARMv8.2-LPA extension.
With this enabled, the kernel will also continue to work on CPUs that do not support ARMv8.2-LPA, but with some added memory overhead (and minor performance overhead).
arch/arm64/Kconfig
The configuration item CONFIG_ARM64_PA_BITS_52:
( CONFIG_ARM64_64K_PAGES ) && ( CONFIG_ARM64_PAN || ! CONFIG_ARM64_SW_TTBR0_PAN )
Enable support for a 52-bit physical address space, introduced as part of the ARMv8.2-LPA extension.
With this enabled, the kernel will also continue to work on CPUs that do not support ARMv8.2-LPA, but with some added memory overhead (and minor performance overhead).
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 - A index
Automatically generated (in year 2024). See also LKDDb sources on GitLab