Home
last modified time | relevance | path

Searched refs:klp_update_patch_state (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/
Dlivepatch.h192 void klp_update_patch_state(struct task_struct *task);
225 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state() function
/Linux-v5.4/kernel/livepatch/
Dtransition.c163 void klp_update_patch_state(struct task_struct *task) in klp_update_patch_state() function
638 klp_update_patch_state(task); in klp_force_transition()
642 klp_update_patch_state(idle_task(cpu)); in klp_force_transition()
/Linux-v5.4/arch/powerpc/kernel/
Dsignal.c163 klp_update_patch_state(current); in do_notify_resume()
/Linux-v5.4/kernel/sched/
Didle.c290 klp_update_patch_state(current); in do_idle()
/Linux-v5.4/arch/x86/entry/
Dcommon.c155 klp_update_patch_state(current); in exit_to_usermode_loop()
/Linux-v5.4/arch/s390/kernel/
Dentry.S522 # _TIF_PATCH_PENDING is set, call klp_update_patch_state
528 jg klp_update_patch_state
908 # _TIF_PATCH_PENDING is set, call klp_update_patch_state
914 jg klp_update_patch_state
/Linux-v5.4/Documentation/livepatch/
Dlivepatch.rst129 instead have a klp_update_patch_state() call in the idle loop which
197 klp_update_patch_state() in a safe location. Kthreads are typically