Home
last modified time | relevance | path

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

/linux/samples/livepatch/
H A Dlivepatch-sample.c60 return klp_enable_patch(&patch); in livepatch_init()
H A Dlivepatch-shadow-fix2.c120 return klp_enable_patch(&patch); in livepatch_shadow_fix2_init()
H A Dlivepatch-callbacks-demo.c186 return klp_enable_patch(&patch); in livepatch_callbacks_demo_init()
H A Dlivepatch-shadow-fix1.c160 return klp_enable_patch(&patch); in livepatch_shadow_fix1_init()
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_livepatch.c39 return klp_enable_patch(&patch); in test_klp_livepatch_init()
H A Dtest_klp_atomic_replace.c45 return klp_enable_patch(&patch); in test_klp_atomic_replace_init()
H A Dtest_klp_callbacks_demo2.c81 return klp_enable_patch(&patch); in test_klp_callbacks_demo2_init()
H A Dtest_klp_syscall.c101 return klp_enable_patch(&patch); in livepatch_init()
H A Dtest_klp_callbacks_demo.c109 return klp_enable_patch(&patch); in test_klp_callbacks_demo_init()
H A Dtest_klp_state.c150 return klp_enable_patch(&patch); in test_klp_callbacks_demo_init()
H A Dtest_klp_state2.c179 return klp_enable_patch(&patch); in test_klp_callbacks_demo_init()
/linux/include/linux/
H A Dlivepatch.h195 int klp_enable_patch(struct klp_patch *);
/linux/kernel/livepatch/
H A Dcore.c1090 * klp_enable_patch() - enable the livepatch
1102 int klp_enable_patch(struct klp_patch *patch) in klp_enable_patch() function
1167 EXPORT_SYMBOL_GPL(klp_enable_patch);
/linux/Documentation/livepatch/
H A Dlivepatch.rst302 module is being loaded. For this, klp_enable_patch() has to be called
314 The livepatch gets enabled by calling klp_enable_patch() from