Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlivepatch.h176 void klp_update_patch_state(struct task_struct *task);
209 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state() function
/Linux-v4.19/kernel/livepatch/
Dtransition.c175 void klp_update_patch_state(struct task_struct *task) in klp_update_patch_state() function
630 klp_update_patch_state(task); in klp_force_transition()
634 klp_update_patch_state(idle_task(cpu)); in klp_force_transition()
/Linux-v4.19/arch/powerpc/kernel/
Dsignal.c163 klp_update_patch_state(current); in do_notify_resume()
/Linux-v4.19/kernel/sched/
Didle.c289 klp_update_patch_state(current); in do_idle()
/Linux-v4.19/arch/x86/entry/
Dcommon.c158 klp_update_patch_state(current); in exit_to_usermode_loop()
/Linux-v4.19/arch/s390/kernel/
Dentry.S499 # _TIF_PATCH_PENDING is set, call klp_update_patch_state
505 jg klp_update_patch_state
876 # _TIF_PATCH_PENDING is set, call klp_update_patch_state
882 jg klp_update_patch_state
/Linux-v4.19/Documentation/livepatch/
Dlivepatch.txt129 instead have a klp_update_patch_state() call in the idle loop which
198 klp_update_patch_state() in a safe location. Kthreads are typically