Home
last modified time | relevance | path

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

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