Home
last modified time | relevance | path

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

/linux/kernel/livepatch/
A Dshadow.c225 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/Documentation/livepatch/
A Dshadow-vars.rst40 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/samples/livepatch/
A Dlivepatch-shadow-fix2.c50 shadow_count = klp_shadow_get_or_alloc(d, SV_COUNTER, in livepatch_fix2_dummy_check()
/linux/include/linux/
A Dlivepatch.h225 void *klp_shadow_get_or_alloc(void *obj, unsigned long id,
/linux/lib/livepatch/
A Dtest_klp_shadow_vars.c94 sv = klp_shadow_get_or_alloc(obj, id, size, gfp_flags, ctor, var); in shadow_get_or_alloc()

Completed in 6 milliseconds