Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h203 void klp_update_patch_state(struct task_struct *task);
244 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state() function
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dtransition.c163 void klp_update_patch_state(struct task_struct *task) in klp_update_patch_state() function
652 klp_update_patch_state(task); in klp_force_transition()
656 klp_update_patch_state(idle_task(cpu)); in klp_force_transition()
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c166 klp_update_patch_state(current); in exit_to_user_mode_loop()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Didle.c333 klp_update_patch_state(current); in do_idle()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal.c319 klp_update_patch_state(current); in do_notify_resume()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dentry.S560 # _TIF_PATCH_PENDING is set, call klp_update_patch_state
566 jg klp_update_patch_state
925 # _TIF_PATCH_PENDING is set, call klp_update_patch_state
931 jg klp_update_patch_state
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A 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