Home
last modified time | relevance | path

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

/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-fix1.c55 int **shadow_leak = shadow_data; in shadow_leak_ctor() local
61 *shadow_leak = *leak; in shadow_leak_ctor()
69 int **shadow_leak; in livepatch_fix1_dummy_alloc() local
87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc()
89 if (!shadow_leak) { in livepatch_fix1_dummy_alloc()
110 int **shadow_leak = shadow_data; in livepatch_fix1_dummy_leak_dtor() local
113 __func__, d, *shadow_leak); in livepatch_fix1_dummy_leak_dtor()
114 kfree(*shadow_leak); in livepatch_fix1_dummy_leak_dtor()
119 int **shadow_leak; in livepatch_fix1_dummy_free() local
127 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix1_dummy_free()
[all …]
H A Dlivepatch-shadow-fix2.c62 int **shadow_leak = shadow_data; in livepatch_fix2_dummy_leak_dtor() local
65 __func__, d, *shadow_leak); in livepatch_fix2_dummy_leak_dtor()
66 kfree(*shadow_leak); in livepatch_fix2_dummy_leak_dtor()
71 int **shadow_leak; in livepatch_fix2_dummy_free() local
75 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix2_dummy_free()
76 if (shadow_leak) in livepatch_fix2_dummy_free()