Home
last modified time | relevance | path

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

/Linux-v4.19/samples/livepatch/
Dlivepatch-shadow-fix1.c67 void **shadow_leak = shadow_data; in shadow_leak_ctor() local
70 *shadow_leak = leak; in shadow_leak_ctor()
104 void **shadow_leak = shadow_data; in livepatch_fix1_dummy_leak_dtor() local
106 kfree(*shadow_leak); in livepatch_fix1_dummy_leak_dtor()
108 __func__, d, *shadow_leak); in livepatch_fix1_dummy_leak_dtor()
113 void **shadow_leak; in livepatch_fix1_dummy_free() local
121 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix1_dummy_free()
122 if (shadow_leak) in livepatch_fix1_dummy_free()
Dlivepatch-shadow-fix2.c74 void **shadow_leak = shadow_data; in livepatch_fix2_dummy_leak_dtor() local
76 kfree(*shadow_leak); in livepatch_fix2_dummy_leak_dtor()
78 __func__, d, *shadow_leak); in livepatch_fix2_dummy_leak_dtor()
83 void **shadow_leak; in livepatch_fix2_dummy_free() local
87 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix2_dummy_free()
88 if (shadow_leak) in livepatch_fix2_dummy_free()