| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | cfg.c | 65 struct func_node *new_func, *func; in cfg_append_func() local 75 new_func = calloc(1, sizeof(*new_func)); in cfg_append_func() 76 if (!new_func) { in cfg_append_func() 80 new_func->start = insn; in cfg_append_func() 81 new_func->idx = cfg->func_num; in cfg_append_func() 82 list_add(&new_func->l, &func->l); in cfg_append_func() 85 return new_func; in cfg_append_func()
|
| /OK3568_Linux_fs/kernel/samples/livepatch/ |
| H A D | livepatch-shadow-fix2.c | 98 .new_func = livepatch_fix2_dummy_check, 102 .new_func = livepatch_fix2_dummy_free,
|
| H A D | livepatch-shadow-fix1.c | 139 .new_func = livepatch_fix1_dummy_alloc, 143 .new_func = livepatch_fix1_dummy_free,
|
| H A D | livepatch-sample.c | 42 .new_func = livepatch_cmdline_proc_show,
|
| H A D | livepatch-callbacks-demo.c | 144 .new_func = patched_work_func,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | livepatch.h | 60 void *new_func; member 187 func->old_name || func->new_func || func->old_sympos; \
|
| /OK3568_Linux_fs/kernel/lib/livepatch/ |
| H A D | test_klp_livepatch.c | 21 .new_func = livepatch_cmdline_proc_show,
|
| H A D | test_klp_atomic_replace.c | 25 .new_func = livepatch_meminfo_proc_show,
|
| H A D | test_klp_callbacks_demo.c | 67 .new_func = patched_work_func,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ecdh.h | 101 *new_func, CRYPTO_EX_dup *dup_func,
|
| H A D | crypto.h | 307 CRYPTO_EX_new *new_func; member 411 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
|
| H A D | ecdsa.h | 226 *new_func, CRYPTO_EX_dup *dup_func,
|
| H A D | ui.h | 243 int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | dsa.h | 215 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | dh.h | 222 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | engine.h | 579 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | rsa.h | 488 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | x509_vfy.h | 538 CRYPTO_EX_new *new_func,
|
| H A D | ssl.h | 2461 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 2467 CRYPTO_EX_new *new_func, 2473 int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | bio.h | 638 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | x509.h | 828 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | transition.c | 208 func_addr = (unsigned long)func->new_func; in klp_check_stack_func() 226 func_addr = (unsigned long)prev->new_func; in klp_check_stack_func()
|
| H A D | core.c | 621 func->new_func = NULL; in klp_free_object_loaded() 728 if (!func->new_func && !func->nop) in klp_init_func() 806 func->new_func = func->old_func; in klp_init_object_loaded() 808 ret = kallsyms_lookup_size_offset((unsigned long)func->new_func, in klp_init_object_loaded()
|
| H A D | patch.c | 116 klp_arch_set_pc(regs, (unsigned long)func->new_func); in klp_ftrace_handler()
|