Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/livepatch/
Dtransition.c132 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition()
139 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition()
204 if (test_and_clear_tsk_thread_flag(task, TIF_PATCH_PENDING)) in klp_update_patch_state()
304 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_check_and_switch_task()
489 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_try_complete_transition()
549 set_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_start_transition()
560 set_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_start_transition()
665 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_reverse_transition()
669 clear_tsk_thread_flag(idle_task(cpu), TIF_PATCH_PENDING); in klp_reverse_transition()
710 if (test_tsk_thread_flag(current, TIF_PATCH_PENDING)) in klp_copy_process()
[all …]
/linux-6.14.4/arch/loongarch/include/asm/
Dthread_info.h90 #define TIF_PATCH_PENDING 21 /* pending live patching update */ macro
111 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
/linux-6.14.4/arch/s390/include/asm/
Dthread_info.h69 #define TIF_PATCH_PENDING 5 /* pending live patching update */ macro
91 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
/linux-6.14.4/arch/x86/include/asm/
Dthread_info.h97 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro
121 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
/linux-6.14.4/arch/powerpc/include/asm/
Dthread_info.h103 #define TIF_PATCH_PENDING 6 /* pending live patching update */ macro
131 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
/linux-6.14.4/include/linux/
Dlivepatch.h206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-kernel-livepatch43 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to
/linux-6.14.4/Documentation/livepatch/
Dlivepatch.rst156 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to the patched