Home
last modified time | relevance | path

Searched refs:klp_shadow_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/livepatch/
Dshadow.c95 void *klp_shadow_get(void *obj, unsigned long id) in klp_shadow_get() function
114 EXPORT_SYMBOL_GPL(klp_shadow_get);
126 shadow_data = klp_shadow_get(obj, id); in __klp_shadow_get_or_alloc()
141 shadow_data = klp_shadow_get(obj, id); in __klp_shadow_get_or_alloc()
/Linux-v4.19/samples/livepatch/
Dlivepatch-shadow-fix2.c87 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix2_dummy_free()
97 shadow_count = klp_shadow_get(d, SV_COUNTER); in livepatch_fix2_dummy_free()
Dlivepatch-shadow-fix1.c121 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix1_dummy_free()
/Linux-v4.19/include/linux/
Dlivepatch.h194 void *klp_shadow_get(void *obj, unsigned long id);
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt45 * klp_shadow_get() - retrieve a shadow variable data pointer
133 ps_lock = klp_shadow_get(sta, PS_LOCK);