Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/livepatch/
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-6.1.9/samples/livepatch/
Dlivepatch-shadow-fix2.c126 klp_shadow_free_all(SV_COUNTER, NULL); in livepatch_shadow_fix2_exit()
Dlivepatch-shadow-fix1.c167 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
/linux-6.1.9/include/linux/
Dlivepatch.h227 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
/linux-6.1.9/lib/livepatch/
Dtest_klp_shadow_vars.c111 klp_shadow_free_all(id, dtor); in shadow_free_all()
/linux-6.1.9/Documentation/livepatch/
Dshadow-vars.rst85 * klp_shadow_free_all() - detach and free all <_, id> shadow variables