Searched refs:klp_shadow_get_or_alloc (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/livepatch/ |
H A 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);
|
/openbmc/linux/Documentation/livepatch/ |
H A 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,
|
/openbmc/linux/samples/livepatch/ |
H A D | livepatch-shadow-fix2.c | 50 shadow_count = klp_shadow_get_or_alloc(d, SV_COUNTER, in livepatch_fix2_dummy_check()
|
/openbmc/linux/include/linux/ |
H A D | livepatch.h | 224 void *klp_shadow_get_or_alloc(void *obj, unsigned long id,
|
/openbmc/linux/lib/livepatch/ |
H A 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()
|