Lines Matching refs:klp_object
27 Callbacks are part of the klp_object structure and their implementation
28 is specific to that klp_object. Other livepatch objects may or may not
29 be patched, irrespective of the target klp_object's current state.
33 * Pre-patch - before a klp_object is patched
35 * Post-patch - after a klp_object has been patched and is active
38 * Pre-unpatch - before a klp_object is unpatched (ie, patched code is
42 * Post-unpatch - after a klp_object has been patched, all code has
55 A callback is only executed if its host klp_object is loaded. For
64 to the livepatching core that patching of the current klp_object is not
78 for a given klp_object if the object failed to patch, due to a failed
268 that klp_object (livepatch_callbacks_mod). As such, only its pre and
278 for the remaining klp_object, vmlinux:
325 the livepatch_callbacks_mod klp_object. As such, only pre and
446 executed for this klp_object:
455 However, pre/post-unpatch callbacks run for the vmlinux klp_object:
591 klp_object's post-patch callbacks executed, the remaining klp_object's