Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UACCESS_WITH_MEMCPY
has multiple definitions:
arch/arm/Kconfig
The configuration item CONFIG_UACCESS_WITH_MEMCPY:
( CONFIG_MMU ) && ( CONFIG_CPU_FEROCEON )
Implement faster copy_to_user and clear_user methods for CPU cores where a 8-word STM instruction give significantly higher memory write throughput than a sequence of individual 32bit stores.
A possible side effect is a slight increase in scheduling latency between threads sharing the same address space if they invoke such copy operations with large buffers.
However, if the CPU data cache is using a write-allocate mode, this option is unlikely to provide any performance gain.
arch/arm/Kconfig
The configuration item CONFIG_UACCESS_WITH_MEMCPY:
( CONFIG_MMU && CONFIG_EXPERIMENTAL ) && ( CONFIG_CPU_FEROCEON )
Implement faster copy_to_user and clear_user methods for CPU cores where a 8-word STM instruction give significantly higher memory write throughput than a sequence of individual 32bit stores.
A possible side effect is a slight increase in scheduling latency between threads sharing the same address space if they invoke such copy operations with large buffers.
However, if the CPU data cache is using a write-allocate mode, this option is unlikely to provide any performance gain.
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 - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab