Home
last modified time | relevance | path

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

/openbmc/linux/samples/livepatch/
H A Dlivepatch-callbacks-demo.c154 .post_patch = post_patch_callback,
163 .post_patch = post_patch_callback,
172 .post_patch = post_patch_callback,
/openbmc/linux/lib/livepatch/
H A Dtest_klp_callbacks_demo.c77 .post_patch = post_patch_callback,
86 .post_patch = post_patch_callback,
95 .post_patch = post_patch_callback,
H A Dtest_klp_callbacks_demo2.c65 .post_patch = post_patch_callback,
H A Dtest_klp_state.c127 .post_patch = post_patch_callback,
H A Dtest_klp_state2.c156 .post_patch = post_patch_callback,
/openbmc/linux/kernel/livepatch/
H A Dcore.h40 if (obj->callbacks.post_patch) in klp_post_patch_callback()
41 (*obj->callbacks.post_patch)(obj); in klp_post_patch_callback()
/openbmc/linux/Documentation/livepatch/
H A Dsystem-state.rst122 The system state itself is typically modified in *post_patch()*
128 *post_patch()*
160 *pre_unpatch()* typically does symmetric operations to *post_patch()*.
/openbmc/linux/include/linux/
H A Dlivepatch.h98 void (*post_patch)(struct klp_object *obj); member