Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index
The Linux kernel configuration item CONFIG_HAVE_PREEMPT_DYNAMIC_KEY
:
CONFIG_HAVE_ARCH_JUMP_LABEL
An architecture should select this if it can handle the preemption model being selected at boot time using static keys.
Each preemption function will be given an early return based on a static key. This should have slightly lower overhead than non-inline static calls, as this effectively inlines each trampoline into the start of its callee. This may avoid redundant work, and may integrate better with CFI schemes.
This will have greater overhead than using inline static calls as the call to the preemption function cannot be entirely elided.
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 - H index
Automatically generated (in year 2024). See also LKDDb sources on GitLab