Home
last modified time | relevance | path

Searched refs:shadow_leak (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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
112 kfree(*shadow_leak); in livepatch_fix1_dummy_leak_dtor()
114 __func__, d, *shadow_leak); in livepatch_fix1_dummy_leak_dtor()
119 int **shadow_leak; in livepatch_fix1_dummy_free() local
127 shadow_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
64 kfree(*shadow_leak); in livepatch_fix2_dummy_leak_dtor()
66 __func__, d, *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()
/kernel/linux/linux-6.6/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 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()

Completed in 2 milliseconds