Home
last modified time | relevance | path

Searched refs:klp_shadow_free_all (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/livepatch/
H A Dshadow.c283 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) in klp_shadow_free_all() function
299 EXPORT_SYMBOL_GPL(klp_shadow_free_all);
/linux/samples/livepatch/
H A Dlivepatch-shadow-fix2.c126 klp_shadow_free_all(SV_COUNTER, NULL); in livepatch_shadow_fix2_exit()
H A Dlivepatch-shadow-fix1.c166 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
/linux/include/linux/
H A Dlivepatch.h228 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_shadow_vars.c111 klp_shadow_free_all(id, dtor); in shadow_free_all()
/linux/Documentation/livepatch/
H A Dshadow-vars.rst85 * klp_shadow_free_all() - detach and free all <_, id> shadow variables