Home
last modified time | relevance | path

Searched refs:klp_object (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/livepatch/
Dcore.c79 static bool klp_is_module(struct klp_object *obj) in klp_is_module()
84 static bool klp_is_object_loaded(struct klp_object *obj) in klp_is_object_loaded()
90 static void klp_find_object_module(struct klp_object *obj) in klp_find_object_module()
239 static int klp_find_verify_func_addr(struct klp_object *obj, in klp_find_verify_func_addr()
283 struct klp_object *obj) in klp_write_object_relocations()
429 static void klp_disable_object(struct klp_object *obj) in klp_disable_object()
440 static int klp_enable_object(struct klp_object *obj) in klp_enable_object()
465 struct klp_object *obj; in __klp_disable_patch()
518 struct klp_object *obj; in __klp_enable_patch()
675 static void klp_free_funcs_limited(struct klp_object *obj, in klp_free_funcs_limited()
[all …]
/linux-4.1.27/include/linux/
Dlivepatch.h95 struct klp_object { struct
118 struct klp_object *objs; argument
/linux-4.1.27/samples/livepatch/
Dlivepatch-sample.c56 static struct klp_object objs[] = {