Searched refs:cfi_stubs (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_test_no_cfi.c | 68 test_no_cif_ops.cfi_stubs = &__test_no_cif_ops; in bpf_test_no_cfi_init()
|
| H A D | bpf_testmod.c | 1264 .cfi_stubs = &__bpf_testmod_ops, 1287 .cfi_stubs = &__bpf_testmod_ops2, 1349 .cfi_stubs = &__bpf_testmod_ops3, 1579 .cfi_stubs = &st_ops_cfi_stubs, 1687 .cfi_stubs = &multi_st_ops_cfi_stubs,
|
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 326 void *func_ptr = *(void **)(st_ops->cfi_stubs + moff); in bpf_struct_ops_supported() 352 if (!st_ops->cfi_stubs) { in bpf_struct_ops_desc_init() 449 stub_func_addr = *(void **)(st_ops->cfi_stubs + moff); in bpf_struct_ops_desc_init() 824 *(void **)(st_ops->cfi_stubs + moff), in bpf_struct_ops_map_update_elem()
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_struct_ops.c | 306 .cfi_stubs = &__bpf_hid_bpf_ops,
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 336 .cfi_stubs = &__bpf_ops_tcp_congestion_ops,
|
| /linux/net/bpf/ |
| H A D | bpf_dummy_struct_ops.c | 315 .cfi_stubs = &__bpf_bpf_dummy_ops,
|
| /linux/net/sched/ |
| H A D | bpf_qdisc.c | 448 .cfi_stubs = &__bpf_ops_qdisc_ops,
|
| /linux/include/linux/ |
| H A D | bpf.h | 1928 void *cfi_stubs; member
|
| /linux/kernel/sched/ |
| H A D | ext.c | 5072 .cfi_stubs = &__bpf_ops_sched_ext_ops
|