Searched refs:klp_shadow_get_or_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/livepatch/ |
D | shadow.c | 225 void *klp_shadow_get_or_alloc(void *obj, unsigned long id, in klp_shadow_get_or_alloc() function 232 EXPORT_SYMBOL_GPL(klp_shadow_get_or_alloc);
|
/linux-6.1.9/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 In 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-6.1.9/samples/livepatch/ |
D | livepatch-shadow-fix2.c | 50 shadow_count = klp_shadow_get_or_alloc(d, SV_COUNTER, in livepatch_fix2_dummy_check()
|
/linux-6.1.9/include/linux/ |
D | livepatch.h | 223 void *klp_shadow_get_or_alloc(void *obj, unsigned long id,
|
/linux-6.1.9/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()
|