Searched refs:TIF_PATCH_PENDING (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/livepatch/ |
| A D | transition.c | 132 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() 710 if (test_tsk_thread_flag(current, TIF_PATCH_PENDING)) in klp_copy_process() 711 set_tsk_thread_flag(child, TIF_PATCH_PENDING); in klp_copy_process() [all …]
|
| /linux/arch/s390/include/asm/ |
| A D | thread_info.h | 70 #define TIF_PATCH_PENDING 5 /* pending live patching update */ macro 95 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
|
| /linux/arch/loongarch/include/asm/ |
| A D | thread_info.h | 89 #define TIF_PATCH_PENDING 21 /* pending live patching update */ macro 109 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
|
| /linux/arch/x86/include/asm/ |
| A D | thread_info.h | 96 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro 119 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
|
| /linux/arch/powerpc/include/asm/ |
| A D | thread_info.h | 103 #define TIF_PATCH_PENDING 6 /* pending live patching update */ macro 129 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
|
| /linux/include/linux/ |
| A D | livepatch.h | 206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-kernel-livepatch | 43 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to
|
| /linux/Documentation/livepatch/ |
| A D | livepatch.rst | 156 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to the patched
|
Completed in 19 milliseconds