Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/livepatch/
Dtransition.c110 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition()
117 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition()
182 if (test_and_clear_tsk_thread_flag(task, TIF_PATCH_PENDING)) in klp_update_patch_state()
279 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_check_and_switch_task()
422 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_try_complete_transition()
481 set_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_start_transition()
492 set_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_start_transition()
598 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_reverse_transition()
602 clear_tsk_thread_flag(idle_task(cpu), TIF_PATCH_PENDING); in klp_reverse_transition()
624 if (test_tsk_thread_flag(current, TIF_PATCH_PENDING)) in klp_copy_process()
[all …]
/linux-6.1.9/arch/s390/include/asm/
Dthread_info.h70 #define TIF_PATCH_PENDING 5 /* pending live patching update */ macro
96 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
/linux-6.1.9/arch/x86/include/asm/
Dthread_info.h90 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro
113 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
/linux-6.1.9/arch/powerpc/include/asm/
Dthread_info.h102 #define TIF_PATCH_PENDING 6 /* pending live patching update */ macro
128 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
/linux-6.1.9/include/linux/
Dlivepatch.h205 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-kernel-livepatch43 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to
/linux-6.1.9/Documentation/livepatch/
Dlivepatch.rst156 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to the patched