Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dpatch.c28 struct klp_func *func; in klp_find_ops()
31 func = list_first_entry(&ops->func_stack, struct klp_func, in klp_find_ops()
46 struct klp_func *func; in klp_ftrace_handler()
57 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()
102 struct klp_func, stack_node); in klp_ftrace_handler()
135 static void klp_unpatch_func(struct klp_func *func) in klp_unpatch_func()
169 static int klp_patch_func(struct klp_func *func) in klp_patch_func()
240 struct klp_func *func; in __klp_unpatch_object()
262 struct klp_func *func; in klp_patch_object()
H A Dcore.c85 static struct klp_func *klp_find_func(struct klp_object *obj, in klp_find_func()
86 struct klp_func *old_func) in klp_find_func()
88 struct klp_func *func; in klp_find_func()
442 struct klp_func *func);
469 static void klp_free_func_nop(struct klp_func *func) in klp_free_func_nop()
475 static struct klp_func *klp_alloc_func_nop(struct klp_func *old_func, in klp_alloc_func_nop()
478 struct klp_func *func; in klp_alloc_func_nop()
507 struct klp_func *func, *old_func; in klp_add_object_nops()
584 struct klp_func *func; in klp_kobj_release_func()
586 func = container_of(kobj, struct klp_func, kobj); in klp_kobj_release_func()
[all …]
H A Dtransition.c72 struct klp_func *func; in klp_complete_transition()
193 static int klp_check_stack_func(struct klp_func *func, unsigned long *entries, in klp_check_stack_func()
223 struct klp_func *prev; in klp_check_stack_func()
246 struct klp_func *func; in klp_check_stack()
509 struct klp_func *func; in klp_init_transition()
/OK3568_Linux_fs/kernel/lib/livepatch/
H A Dtest_klp_callbacks_demo.c60 static struct klp_func no_funcs[] = {
64 static struct klp_func busymod_funcs[] = {
H A Dtest_klp_livepatch.c18 static struct klp_func funcs[] = {
H A Dtest_klp_atomic_replace.c22 static struct klp_func funcs[] = {
H A Dtest_klp_callbacks_demo2.c55 static struct klp_func no_funcs[] = {
H A Dtest_klp_state.c117 static struct klp_func no_funcs[] = {
H A Dtest_klp_state2.c146 static struct klp_func no_funcs[] = {
/OK3568_Linux_fs/kernel/samples/livepatch/
H A Dlivepatch-callbacks-demo.c137 static struct klp_func no_funcs[] = {
141 static struct klp_func busymod_funcs[] = {
H A Dlivepatch-sample.c39 static struct klp_func funcs[] = {
H A Dlivepatch-shadow-fix2.c95 static struct klp_func funcs[] = {
H A Dlivepatch-shadow-fix1.c136 static struct klp_func funcs[] = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h57 struct klp_func { struct
121 struct klp_func *funcs;
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dlivepatch.rst261 - struct klp_func is defined for each patched function. It describes
279 klp_func) in the same object. Where the object is either vmlinux
367 all the functions (struct klp_func) associated with the replaced
390 to '0'. All the functions (struct klp_func) associated with the to-be-disabled