Home
last modified time | relevance | path

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

/Linux-v4.19/samples/livepatch/
Dlivepatch-sample.c74 ret = klp_register_patch(&patch); in livepatch_init()
Dlivepatch-shadow-fix2.c134 ret = klp_register_patch(&patch); in livepatch_shadow_fix2_init()
Dlivepatch-shadow-fix1.c157 ret = klp_register_patch(&patch); in livepatch_shadow_fix1_init()
Dlivepatch-callbacks-demo.c200 ret = klp_register_patch(&patch); in livepatch_callbacks_demo_init()
/Linux-v4.19/include/linux/
Dlivepatch.h163 int klp_register_patch(struct klp_patch *);
/Linux-v4.19/kernel/livepatch/
Dcore.c884 int klp_register_patch(struct klp_patch *patch) in klp_register_patch() function
905 EXPORT_SYMBOL_GPL(klp_register_patch);
/Linux-v4.19/Documentation/livepatch/
Dlivepatch.txt341 Each patch first has to be registered using klp_register_patch(). This makes