Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RISCV_ISA_V_PREEMPTIVE
:
( CONFIG_PREEMPTION ) && ( CONFIG_RISCV_ISA_V )
Usually, in-kernel SIMD routines are run with preemption disabled. Functions which envoke long running SIMD thus must yield core's vector unit to prevent blocking other tasks for too long.
This config allows kernel to run SIMD without explicitly disable preemption. Enabling this config will result in higher memory consumption due to the allocation of per-task's kernel Vector context.
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 - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab