Searched refs:klp_shadow_get_or_alloc (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/kernel/livepatch/ | 
| D | shadow.c | 225 void *klp_shadow_get_or_alloc(void *obj, unsigned long id,  in klp_shadow_get_or_alloc()  function232 EXPORT_SYMBOL_GPL(klp_shadow_get_or_alloc);
 
 | 
| /Linux-v5.10/Documentation/livepatch/ | 
| D | shadow-vars.rst | 40 klp_shadow_get_or_alloc() are zeroing the variable by default.64 * klp_shadow_get_or_alloc() - get existing or alloc a new shadow variable
 169 these cases, the klp_shadow_get_or_alloc() call can be used to attach
 189 	ps_lock = klp_shadow_get_or_alloc(sta, PS_LOCK,
 
 | 
| /Linux-v5.10/samples/livepatch/ | 
| D | livepatch-shadow-fix2.c | 50 	shadow_count = klp_shadow_get_or_alloc(d, SV_COUNTER,  in livepatch_fix2_dummy_check()
 | 
| /Linux-v5.10/include/linux/ | 
| D | livepatch.h | 225 void *klp_shadow_get_or_alloc(void *obj, unsigned long id,
 | 
| /Linux-v5.10/lib/livepatch/ | 
| D | test_klp_shadow_vars.c | 94 	sv = klp_shadow_get_or_alloc(obj, id, size, gfp_flags, ctor, var);  in shadow_get_or_alloc()
 |