Home
last modified time | relevance | path

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

/kernel/livepatch/
Dpatch.c23 static LIST_HEAD(klp_ops);
25 struct klp_ops *klp_find_ops(void *old_func) in klp_find_ops()
27 struct klp_ops *ops; in klp_find_ops()
30 list_for_each_entry(ops, &klp_ops, node) { in klp_find_ops()
45 struct klp_ops *ops; in klp_ftrace_handler()
49 ops = container_of(fops, struct klp_ops, fops); in klp_ftrace_handler()
137 struct klp_ops *ops; in klp_unpatch_func()
171 struct klp_ops *ops; in klp_patch_func()
202 list_add(&ops->node, &klp_ops); in klp_patch_func()
Dpatch.h22 struct klp_ops { struct
28 struct klp_ops *klp_find_ops(void *old_func); argument
Dtransition.c197 struct klp_ops *ops; in klp_check_stack_func()