Home
last modified time | relevance | path

Searched refs:SV_LEAK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-fix1.c33 #define SV_LEAK 1 macro
87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc()
127 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix1_dummy_free()
129 klp_shadow_free(d, SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_fix1_dummy_free()
167 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
H A Dlivepatch-shadow-fix2.c33 #define SV_LEAK 1 macro
75 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix2_dummy_free()
77 klp_shadow_free(d, SV_LEAK, livepatch_fix2_dummy_leak_dtor); in livepatch_fix2_dummy_free()