Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - A index
The Linux kernel configuration item CONFIG_ARM_PATCH_PHYS_VIRT
has multiple definitions:
arch/arm/Kconfig
The configuration item CONFIG_ARM_PATCH_PHYS_VIRT:
(! CONFIG_ARCH_MULTIPLATFORM ) && ( CONFIG_MMU )
Patch phys-to-virt and virt-to-phys translation functions at boot and module load time according to the position of the kernel in system memory.
This can only be used with non-XIP MMU kernels where the base of physical memory is at a 2 MiB boundary.
Only disable this option if you know that you do not require this feature (eg, building a kernel for a single machine) and you need to shrink the kernel to the minimal size.
arch/arm/Kconfig
The configuration item CONFIG_ARM_PATCH_PHYS_VIRT:
( CONFIG_EXPERIMENTAL ) && (! CONFIG_XIP_KERNEL && CONFIG_MMU ) && (! CONFIG_ARCH_REALVIEW || ! CONFIG_SPARSEMEM )
Patch phys-to-virt and virt-to-phys translation functions at boot and module load time according to the position of the kernel in system memory.
This can only be used with non-XIP MMU kernels where the base of physical memory is at a 16MB boundary, or theoretically 64K for the MSM machine class.
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