Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/livepatch/
Dcore.c67 struct klp_func *func; in klp_find_ops()
70 func = list_first_entry(&ops->func_stack, struct klp_func, in klp_find_ops()
240 struct klp_func *func) in klp_find_verify_func_addr()
338 struct klp_func *func; in klp_ftrace_handler()
343 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()
353 static void klp_disable_func(struct klp_func *func) in klp_disable_func()
380 static int klp_enable_func(struct klp_func *func) in klp_enable_func()
440 struct klp_func *func; in klp_disable_object()
451 struct klp_func *func; in klp_enable_object()
694 struct klp_func *limit) in klp_free_funcs_limited()
[all …]
/linux-4.4.14/include/linux/
Dlivepatch.h46 struct klp_func { struct
99 struct klp_func *funcs;
/linux-4.4.14/samples/livepatch/
Dlivepatch-sample.c49 static struct klp_func funcs[] = {