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()
85 static struct klp_func *klp_find_func(struct klp_object *obj, in klp_find_func()
106 static struct klp_object *klp_find_object(struct klp_patch *patch, in klp_find_object()
107 struct klp_object *old_obj) in klp_find_object()
109 struct klp_object *obj; in klp_find_object()
499 struct klp_object *obj; in patched_show()
501 obj = container_of(kobj, struct klp_object, kobj); in patched_show()
510 ATTRIBUTE_GROUPS(klp_object);
512 static void klp_free_object_dynamic(struct klp_object *obj) in klp_free_object_dynamic()
518 static void klp_init_func_early(struct klp_object *obj,
521 struct klp_object *obj);
523 static struct klp_object *klp_alloc_object_dynamic(const char *name, in klp_alloc_object_dynamic()
526 struct klp_object *obj; in klp_alloc_object_dynamic()
553 struct klp_object *obj) in klp_alloc_func_nop()
581 struct klp_object *old_obj) in klp_add_object_nops()
583 struct klp_object *obj; in klp_add_object_nops()
618 struct klp_object *old_obj; in klp_add_nops()
649 struct klp_object *obj; in klp_kobj_release_object()
651 obj = container_of(kobj, struct klp_object, kobj); in klp_kobj_release_object()
678 static void __klp_free_funcs(struct klp_object *obj, bool nops_only) in __klp_free_funcs()
692 static void klp_free_object_loaded(struct klp_object *obj) in klp_free_object_loaded()
708 struct klp_object *obj, *tmp_obj; in __klp_free_objects()
800 static int klp_init_func(struct klp_object *obj, struct klp_func *func) in klp_init_func()
830 struct klp_object *obj, in klp_write_object_relocs()
854 struct klp_object *obj) in klp_apply_object_relocs()
860 struct klp_object *obj) in klp_clear_object_relocs()
867 struct klp_object *obj) in klp_init_object_loaded()
914 static int klp_init_object(struct klp_patch *patch, struct klp_object *obj) in klp_init_object()
945 static void klp_init_func_early(struct klp_object *obj, in klp_init_func_early()
953 struct klp_object *obj) in klp_init_object_early()
962 struct klp_object *obj; in klp_init_patch_early()
984 struct klp_object *obj; in klp_init_patch()
1010 struct klp_object *obj; in __klp_disable_patch()
1042 struct klp_object *obj; in __klp_enable_patch()
1111 struct klp_object *obj; in klp_enable_patch()
1234 struct klp_object *obj; in klp_cleanup_module_patches_limited()
1263 struct klp_object *obj; in klp_module_coming()