Home
last modified time | relevance | path

Searched refs:klp_unregister_patch (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/samples/livepatch/
Dlivepatch-sample.c79 WARN_ON(klp_unregister_patch(&patch)); in livepatch_init()
87 WARN_ON(klp_unregister_patch(&patch)); in livepatch_exit()
Dlivepatch-shadow-fix2.c139 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix2_init()
150 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix2_exit()
Dlivepatch-shadow-fix1.c162 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix1_init()
173 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix1_exit()
Dlivepatch-callbacks-demo.c205 WARN_ON(klp_unregister_patch(&patch)); in livepatch_callbacks_demo_init()
213 WARN_ON(klp_unregister_patch(&patch)); in livepatch_callbacks_demo_exit()
/Linux-v4.19/include/linux/
Dlivepatch.h164 int klp_unregister_patch(struct klp_patch *);
/Linux-v4.19/kernel/livepatch/
Dcore.c842 int klp_unregister_patch(struct klp_patch *patch) in klp_unregister_patch() function
870 EXPORT_SYMBOL_GPL(klp_unregister_patch);
/Linux-v4.19/Documentation/livepatch/
Dlivepatch.txt406 Disabled patches might be unregistered by calling klp_unregister_patch().