Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c161 return klp_enable_patch(&patch); in livepatch_shadow_fix1_init()
/OK3568_Linux_fs/kernel/lib/livepatch/
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_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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h196 int klp_enable_patch(struct klp_patch *);
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c1025 int klp_enable_patch(struct klp_patch *patch) in klp_enable_patch() function
1082 EXPORT_SYMBOL_GPL(klp_enable_patch);
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dlivepatch.rst315 module is being loaded. For this, klp_enable_patch() has to be called
327 The livepatch gets enabled by calling klp_enable_patch() from