Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlivepatch.h202 void klp_update_patch_state(struct task_struct *task);
243 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state() function
/linux/kernel/livepatch/
H A Dtransition.c175 void klp_update_patch_state(struct task_struct *task) in klp_update_patch_state() function
599 * TIF_PATCH_PENDING writes to ensure klp_update_patch_state() and in klp_init_transition()
639 * klp_update_patch_state() or __klp_sched_try_switch() running in in klp_reverse_transition()
651 * Make sure all existing invocations of klp_update_patch_state() and in klp_reverse_transition()
667 * klp_update_patch_state() and __klp_sched_try_switch() don't set in klp_reverse_transition()
686 * klp_update_patch_state(current) and __klp_sched_try_switch(), but we in klp_copy_process()
701 * NOTE: klp_update_patch_state(task) requires the task to be inactive or
716 klp_update_patch_state(task); in klp_force_transition()
720 klp_update_patch_state(idle_task(cpu)); in klp_force_transition()
/linux/kernel/entry/
H A Dcommon.c37 klp_update_patch_state(current); in exit_to_user_mode_loop()
/linux/kernel/sched/
H A Didle.c361 klp_update_patch_state(current); in do_idle()
/linux/arch/powerpc/kernel/
H A Dsignal.c301 klp_update_patch_state(current); in do_notify_resume()
/linux/arch/arm64/kernel/
H A Dentry-common.c149 klp_update_patch_state(current); in do_notify_resume()
/linux/Documentation/livepatch/
H A Dlivepatch.rst116 instead have a klp_update_patch_state() call in the idle loop which
184 klp_update_patch_state() in a safe location. Kthreads are typically