klp_shadow_get    210 include/linux/livepatch.h void *klp_shadow_get(void *obj, unsigned long id);
klp_shadow_get    102 kernel/livepatch/shadow.c EXPORT_SYMBOL_GPL(klp_shadow_get);
klp_shadow_get    114 kernel/livepatch/shadow.c 	shadow_data = klp_shadow_get(obj, id);
klp_shadow_get    129 kernel/livepatch/shadow.c 	shadow_data = klp_shadow_get(obj, id);
klp_shadow_get     63 lib/livepatch/test_klp_shadow_vars.c 	void *ret = klp_shadow_get(obj, id);
klp_shadow_get    114 samples/livepatch/livepatch-shadow-fix1.c 	shadow_leak = klp_shadow_get(d, SV_LEAK);
klp_shadow_get     75 samples/livepatch/livepatch-shadow-fix2.c 	shadow_leak = klp_shadow_get(d, SV_LEAK);
klp_shadow_get     85 samples/livepatch/livepatch-shadow-fix2.c 	shadow_count = klp_shadow_get(d, SV_COUNTER);