Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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.c167 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h229 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
/OK3568_Linux_fs/kernel/lib/livepatch/
H A Dtest_klp_shadow_vars.c111 klp_shadow_free_all(id, dtor); in shadow_free_all()
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dshadow-vars.rst85 * klp_shadow_free_all() - detach and free all <*, id> shadow variables