Searched refs:TIF_PATCH_PENDING (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/livepatch/ |
| H A D | transition.c | 123 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 130 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 195 if (test_and_clear_tsk_thread_flag(task, TIF_PATCH_PENDING)) in klp_update_patch_state() 295 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_check_and_switch_task() 468 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_try_complete_transition() 528 set_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_start_transition() 539 set_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_start_transition() 644 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_reverse_transition() 648 clear_tsk_thread_flag(idle_task(cpu), TIF_PATCH_PENDING); in klp_reverse_transition() 689 if (test_tsk_thread_flag(current, TIF_PATCH_PENDING)) in klp_copy_process() [all …]
|
| /linux/include/asm-generic/ |
| H A D | thread_info_tif.h | 40 #define TIF_PATCH_PENDING 9 // pending live patching update macro 41 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
|
| /linux/arch/arm64/include/asm/ |
| H A D | thread_info.h | 73 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro 99 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | thread_info.h | 103 #define TIF_PATCH_PENDING 6 /* pending live patching update */ macro 131 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
|
| /linux/include/linux/ |
| H A D | livepatch.h | 186 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-livepatch | 43 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to
|
| /linux/Documentation/livepatch/ |
| H A D | livepatch.rst | 156 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to the patched
|