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()
100 static struct klp_object *klp_find_object(struct klp_patch *patch, in klp_find_object()
101 struct klp_object *old_obj) in klp_find_object()
103 struct klp_object *obj; in klp_find_object()
493 struct klp_object *obj; in patched_show()
495 obj = container_of(kobj, struct klp_object, kobj); in patched_show()
504 ATTRIBUTE_GROUPS(klp_object);
506 static void klp_free_object_dynamic(struct klp_object *obj) in klp_free_object_dynamic()
512 static void klp_init_func_early(struct klp_object *obj,
515 struct klp_object *obj);
517 static struct klp_object *klp_alloc_object_dynamic(const char *name, in klp_alloc_object_dynamic()
520 struct klp_object *obj; in klp_alloc_object_dynamic()
547 struct klp_object *obj) in klp_alloc_func_nop()
575 struct klp_object *old_obj) in klp_add_object_nops()
577 struct klp_object *obj; in klp_add_object_nops()
612 struct klp_object *old_obj; in klp_add_nops()
643 struct klp_object *obj; in klp_kobj_release_object()
645 obj = container_of(kobj, struct klp_object, kobj); in klp_kobj_release_object()
672 static void __klp_free_funcs(struct klp_object *obj, bool nops_only) in __klp_free_funcs()
686 static void klp_free_object_loaded(struct klp_object *obj) in klp_free_object_loaded()
702 struct klp_object *obj, *tmp_obj; in __klp_free_objects()
794 static int klp_init_func(struct klp_object *obj, struct klp_func *func) in klp_init_func()
824 struct klp_object *obj, in klp_write_object_relocs()
848 struct klp_object *obj) in klp_apply_object_relocs()
854 struct klp_object *obj) in klp_clear_object_relocs()
861 struct klp_object *obj) in klp_init_object_loaded()
908 static int klp_init_object(struct klp_patch *patch, struct klp_object *obj) in klp_init_object()
939 static void klp_init_func_early(struct klp_object *obj, in klp_init_func_early()
947 struct klp_object *obj) in klp_init_object_early()
956 struct klp_object *obj; in klp_init_patch_early()
978 struct klp_object *obj; in klp_init_patch()
1004 struct klp_object *obj; in __klp_disable_patch()
1036 struct klp_object *obj; in __klp_enable_patch()
1105 struct klp_object *obj; in klp_enable_patch()
1228 struct klp_object *obj; in klp_cleanup_module_patches_limited()
1257 struct klp_object *obj; in klp_module_coming()