Home
last modified time | relevance | path

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

/linux-4.4.14/samples/livepatch/
Dlivepatch-sample.c52 .new_func = livepatch_cmdline_proc_show,
/linux-4.4.14/include/linux/
Dlivepatch.h49 void *new_func; member
/linux-4.4.14/kernel/livepatch/
Dcore.c348 klp_arch_set_pc(regs, (unsigned long)func->new_func); in klp_ftrace_handler()