Home
last modified time | relevance | path

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

/linux-4.1.27/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()
331 struct klp_func *func; in klp_ftrace_handler()
336 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()
346 static void klp_disable_func(struct klp_func *func) in klp_disable_func()
371 static int klp_enable_func(struct klp_func *func) in klp_enable_func()
431 struct klp_func *func; in klp_disable_object()
442 struct klp_func *func; in klp_enable_object()
676 struct klp_func *limit) in klp_free_funcs_limited()
[all …]
/linux-4.1.27/include/linux/
Dlivepatch.h46 struct klp_func { struct
99 struct klp_func *funcs;
/linux-4.1.27/samples/livepatch/
Dlivepatch-sample.c49 static struct klp_func funcs[] = {