Searched refs:SV_LEAK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/samples/livepatch/ |
H A D | livepatch-shadow-fix1.c | 33 #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 D | livepatch-shadow-fix2.c | 33 #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()
|