Lines Matching refs:klp_object

48 static bool klp_is_module(struct klp_object *obj)  in klp_is_module()
54 static void klp_find_object_module(struct klp_object *obj) in klp_find_object_module()
86 static struct klp_func *klp_find_func(struct klp_object *obj, in klp_find_func()
101 static struct klp_object *klp_find_object(struct klp_patch *patch, in klp_find_object()
102 struct klp_object *old_obj) in klp_find_object()
104 struct klp_object *obj; in klp_find_object()
434 static void klp_free_object_dynamic(struct klp_object *obj) in klp_free_object_dynamic()
440 static void klp_init_func_early(struct klp_object *obj,
443 struct klp_object *obj);
445 static struct klp_object *klp_alloc_object_dynamic(const char *name, in klp_alloc_object_dynamic()
448 struct klp_object *obj; in klp_alloc_object_dynamic()
475 struct klp_object *obj) in klp_alloc_func_nop()
503 struct klp_object *old_obj) in klp_add_object_nops()
505 struct klp_object *obj; in klp_add_object_nops()
537 struct klp_object *old_obj; in klp_add_nops()
568 struct klp_object *obj; in klp_kobj_release_object()
570 obj = container_of(kobj, struct klp_object, kobj); in klp_kobj_release_object()
596 static void __klp_free_funcs(struct klp_object *obj, bool nops_only) in __klp_free_funcs()
610 static void klp_free_object_loaded(struct klp_object *obj) in klp_free_object_loaded()
626 struct klp_object *obj, *tmp_obj; in __klp_free_objects()
718 static int klp_init_func(struct klp_object *obj, struct klp_func *func) in klp_init_func()
748 struct klp_object *obj) in klp_apply_object_relocs()
772 struct klp_object *obj) in klp_init_object_loaded()
819 static int klp_init_object(struct klp_patch *patch, struct klp_object *obj) in klp_init_object()
850 static void klp_init_func_early(struct klp_object *obj, in klp_init_func_early()
858 struct klp_object *obj) in klp_init_object_early()
867 struct klp_object *obj; in klp_init_patch_early()
900 struct klp_object *obj; in klp_init_patch()
926 struct klp_object *obj; in __klp_disable_patch()
958 struct klp_object *obj; in __klp_enable_patch()
1142 struct klp_object *obj; in klp_cleanup_module_patches_limited()
1171 struct klp_object *obj; in klp_module_coming()