Home
last modified time | relevance | path

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

/Linux-v4.19/samples/livepatch/
Dlivepatch-sample.c77 ret = klp_enable_patch(&patch); in livepatch_init()
Dlivepatch-shadow-fix2.c137 ret = klp_enable_patch(&patch); in livepatch_shadow_fix2_init()
Dlivepatch-shadow-fix1.c160 ret = klp_enable_patch(&patch); in livepatch_shadow_fix1_init()
Dlivepatch-callbacks-demo.c203 ret = klp_enable_patch(&patch); in livepatch_callbacks_demo_init()
/Linux-v4.19/include/linux/
Dlivepatch.h165 int klp_enable_patch(struct klp_patch *);
/Linux-v4.19/kernel/livepatch/
Dcore.c426 int klp_enable_patch(struct klp_patch *patch) in klp_enable_patch() function
443 EXPORT_SYMBOL_GPL(klp_enable_patch);
/Linux-v4.19/Documentation/livepatch/
Dlivepatch.txt356 Registered patches might be enabled either by calling klp_enable_patch() or