Home
last modified time | relevance | path

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

/linux/samples/livepatch/
A Dlivepatch-sample.c60 return klp_enable_patch(&patch); in livepatch_init()
A Dlivepatch-shadow-fix2.c120 return klp_enable_patch(&patch); in livepatch_shadow_fix2_init()
A Dlivepatch-callbacks-demo.c186 return klp_enable_patch(&patch); in livepatch_callbacks_demo_init()
A Dlivepatch-shadow-fix1.c161 return klp_enable_patch(&patch); in livepatch_shadow_fix1_init()
/linux/lib/livepatch/
A Dtest_klp_livepatch.c39 return klp_enable_patch(&patch); in test_klp_livepatch_init()
A Dtest_klp_atomic_replace.c45 return klp_enable_patch(&patch); in test_klp_atomic_replace_init()
A Dtest_klp_callbacks_demo2.c81 return klp_enable_patch(&patch); in test_klp_callbacks_demo2_init()
A Dtest_klp_callbacks_demo.c109 return klp_enable_patch(&patch); in test_klp_callbacks_demo_init()
A Dtest_klp_state.c150 return klp_enable_patch(&patch); in test_klp_callbacks_demo_init()
A Dtest_klp_state2.c179 return klp_enable_patch(&patch); in test_klp_callbacks_demo_init()
/linux/include/linux/
A Dlivepatch.h196 int klp_enable_patch(struct klp_patch *);
/linux/kernel/livepatch/
A Dcore.c1024 int klp_enable_patch(struct klp_patch *patch) in klp_enable_patch() function
1081 EXPORT_SYMBOL_GPL(klp_enable_patch);
/linux/Documentation/livepatch/
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

Completed in 20 milliseconds