Lines Matching refs:klp_object

49 static bool klp_is_module(struct klp_object *obj)  in klp_is_module()
55 static void klp_find_object_module(struct klp_object *obj) in klp_find_object_module()
87 static struct klp_func *klp_find_func(struct klp_object *obj, in klp_find_func()
102 static struct klp_object *klp_find_object(struct klp_patch *patch, in klp_find_object()
103 struct klp_object *old_obj) in klp_find_object()
105 struct klp_object *obj; in klp_find_object()
471 struct klp_object *obj; in patched_show()
473 obj = container_of(kobj, struct klp_object, kobj); in patched_show()
482 ATTRIBUTE_GROUPS(klp_object);
484 static void klp_free_object_dynamic(struct klp_object *obj) in klp_free_object_dynamic()
490 static void klp_init_func_early(struct klp_object *obj,
493 struct klp_object *obj);
495 static struct klp_object *klp_alloc_object_dynamic(const char *name, in klp_alloc_object_dynamic()
498 struct klp_object *obj; in klp_alloc_object_dynamic()
525 struct klp_object *obj) in klp_alloc_func_nop()
553 struct klp_object *old_obj) in klp_add_object_nops()
555 struct klp_object *obj; in klp_add_object_nops()
587 struct klp_object *old_obj; in klp_add_nops()
618 struct klp_object *obj; in klp_kobj_release_object()
620 obj = container_of(kobj, struct klp_object, kobj); in klp_kobj_release_object()
647 static void __klp_free_funcs(struct klp_object *obj, bool nops_only) in __klp_free_funcs()
661 static void klp_free_object_loaded(struct klp_object *obj) in klp_free_object_loaded()
677 struct klp_object *obj, *tmp_obj; in __klp_free_objects()
769 static int klp_init_func(struct klp_object *obj, struct klp_func *func) in klp_init_func()
799 struct klp_object *obj, in klp_write_object_relocs()
823 struct klp_object *obj) in klp_apply_object_relocs()
829 struct klp_object *obj) in klp_clear_object_relocs()
836 struct klp_object *obj) in klp_init_object_loaded()
883 static int klp_init_object(struct klp_patch *patch, struct klp_object *obj) in klp_init_object()
914 static void klp_init_func_early(struct klp_object *obj, in klp_init_func_early()
922 struct klp_object *obj) in klp_init_object_early()
931 struct klp_object *obj; in klp_init_patch_early()
953 struct klp_object *obj; in klp_init_patch()
979 struct klp_object *obj; in __klp_disable_patch()
1011 struct klp_object *obj; in __klp_enable_patch()
1080 struct klp_object *obj; in klp_enable_patch()
1203 struct klp_object *obj; in klp_cleanup_module_patches_limited()
1232 struct klp_object *obj; in klp_module_coming()