Home
last modified time | relevance | path

Searched refs:klp_shadow_get_or_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/kernel/livepatch/
Dshadow.c237 void *klp_shadow_get_or_alloc(void *obj, unsigned long id, in klp_shadow_get_or_alloc() function
244 EXPORT_SYMBOL_GPL(klp_shadow_get_or_alloc);
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt37 klp_shadow_get_or_alloc() are zeroing the variable by default.
57 * klp_shadow_get_or_alloc() - get existing or alloc a new shadow variable
154 these cases, the klp_shadow_get_or_alloc() call can be used to attach
174 ps_lock = klp_shadow_get_or_alloc(sta, PS_LOCK,
/Linux-v4.19/samples/livepatch/
Dlivepatch-shadow-fix2.c62 shadow_count = klp_shadow_get_or_alloc(d, SV_COUNTER, in livepatch_fix2_dummy_check()
/Linux-v4.19/include/linux/
Dlivepatch.h198 void *klp_shadow_get_or_alloc(void *obj, unsigned long id,