Searched refs:SEC (Results 1 – 25 of 426) sorted by relevance
12345678910>>...18
| /linux/samples/bpf/ |
| A D | spintest_kern.c | 20 } my_map SEC(".maps"); 26 } my_map2 SEC(".maps"); 33 } stackmap SEC(".maps"); 49 SEC("kprobe/spin_unlock")PROG(p1) 50 SEC("kprobe/spin_lock")PROG(p2) 56 SEC("kprobe/_raw_spin_unlock")PROG(p8) 60 SEC("kprobe/_raw_spin_trylock")PROG(p12) 61 SEC("kprobe/_raw_spin_lock")PROG(p13) 62 SEC("kprobe/_raw_spin_lock_bh")PROG(p14) 66 SEC("kprobe/htab_map_alloc")PROG(p17) [all …]
|
| A D | map_perf_test_kern.c | 24 } hash_map SEC(".maps"); 31 } lru_hash_map SEC(".maps"); 39 } nocommon_lru_hash_map SEC(".maps"); 48 } inner_lru_hash_map SEC(".maps"); 65 } percpu_hash_map SEC(".maps"); 73 } hash_map_alloc SEC(".maps"); 89 } lpm_trie_map_alloc SEC(".maps"); 96 } array_map SEC(".maps"); 103 } lru_hash_lookup_map SEC(".maps"); 105 SEC("kprobe/" SYSCALL(sys_getuid)) in SYSCALL() [all …]
|
| A D | xdp_sample.bpf.c | 9 array_map rx_cnt SEC(".maps"); 10 array_map redir_err_cnt SEC(".maps"); 13 array_map exception_cnt SEC(".maps"); 95 SEC("tp_btf/xdp_redirect_err") 111 SEC("tp_btf/xdp_redirect") 119 SEC("tp_btf/xdp_redirect_map") 127 SEC("tp_btf/xdp_cpumap_enqueue") 155 SEC("tp_btf/xdp_cpumap_kthread") 180 SEC("tp_btf/xdp_exception") 205 SEC("tp_btf/xdp_devmap_xmit") [all …]
|
| A D | test_map_in_map_kern.c | 26 } port_a SEC(".maps"); 34 } port_h SEC(".maps"); 42 } reg_result_h SEC(".maps"); 50 } inline_result_h SEC(".maps"); 58 } a_of_port_a SEC(".maps"); 66 } h_of_port_a SEC(".maps"); 74 } h_of_port_h SEC(".maps"); 106 SEC("kprobe/__sys_connect") 175 char _license[] SEC("license") = "GPL"; 176 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | fsl-sec2.txt | 1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x 10 - interrupts : the SEC's interrupt number 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) 27 bit 7 = set if SEC has the Kasumi EU (KEU) 28 bit 8 = set if SEC has the CRC EU (CRCU) 31 remaining bits are reserved for future SEC EUs. [all …]
|
| A D | fsl-sec6.txt | 1 SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM). 2 Currently Freescale powerpc chip C29X is embedded with SEC 6. 3 SEC 6 device tree binding include: 4 -SEC 6 Node 9 SEC 6 Node 13 Node defines the base address of the SEC 6 block. 15 configuration registers for the SEC 6 block. 16 For example, In C293, we could see three SEC 6 node. 28 Definition: A standard property. Define the 'ERA' of the SEC 48 address and length of the SEC 6 configuration registers. [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_btf_map_in_map.c | 11 } inner_map1 SEC(".maps"), 12 inner_map2 SEC(".maps"); 19 } inner_map_sz2 SEC(".maps"); 35 } outer_arr SEC(".maps") = { 50 } inner_map3 SEC(".maps"), 51 inner_map4 SEC(".maps"); 59 } inner_map5 SEC(".maps"); 90 } outer_hash SEC(".maps") = { 102 } sockarr_sz1 SEC(".maps"); 109 } sockarr_sz2 SEC(".maps"); [all …]
|
| A D | test_helper_restricted.c | 19 } timers SEC(".maps"); 26 } locks SEC(".maps"); 59 SEC("raw_tp/sys_enter") 67 SEC("tp/syscalls/sys_enter_nanosleep") 75 SEC("kprobe/sys_nanosleep") 83 SEC("perf_event") 91 SEC("raw_tp/sys_enter") 99 SEC("tp/syscalls/sys_enter_nanosleep") 107 SEC("kprobe/sys_nanosleep") 115 SEC("perf_event") [all …]
|
| A D | test_bpf_cookie.c | 26 SEC("kprobe/sys_nanosleep") 33 SEC("kretprobe/sys_nanosleep") 40 SEC("uprobe/trigger_func") 47 SEC("uretprobe/trigger_func") 59 SEC("tp/syscalls/sys_enter_nanosleep") 65 SEC("tp/syscalls/sys_enter_nanosleep") 71 SEC("tp/syscalls/sys_enter_nanosleep") 78 SEC("perf_event") 85 char _license[] SEC("license") = "GPL";
|
| A D | lsm.c | 17 } array SEC(".maps"); 24 } hash SEC(".maps"); 31 } lru_hash SEC(".maps"); 38 } percpu_array SEC(".maps"); 45 } percpu_hash SEC(".maps"); 52 } lru_percpu_hash SEC(".maps"); 59 } inner_map SEC(".maps"); 67 } outer_arr SEC(".maps") = { 76 } outer_hash SEC(".maps") = { 86 SEC("lsm/file_mprotect") [all …]
|
| A D | test_module_attach.c | 12 SEC("raw_tp/bpf_testmod_test_read") 22 SEC("raw_tp/bpf_testmod_test_write_bare") 34 SEC("raw_tp.w/bpf_testmod_test_writable_bare") 46 SEC("tp_btf/bpf_testmod_test_read") 56 SEC("fentry/bpf_testmod_test_read") 67 SEC("fentry/placeholder") 79 SEC("fexit/bpf_testmod_test_read") 90 SEC("fexit/bpf_testmod_return_ptr") 104 SEC("fmod_ret/bpf_testmod_test_read") 113 char _license[] SEC("license") = "GPL";
|
| A D | tailcall2.c | 11 } jmp_table SEC(".maps"); 13 SEC("tc") 20 SEC("tc") 27 SEC("tc") 33 SEC("tc") 40 SEC("tc") 47 SEC("tc") 58 char __license[] SEC("license") = "GPL";
|
| A D | fentry_test.c | 7 char _license[] SEC("license") = "GPL"; 10 SEC("fentry/bpf_fentry_test1") 18 SEC("fentry/bpf_fentry_test2") 26 SEC("fentry/bpf_fentry_test3") 34 SEC("fentry/bpf_fentry_test4") 42 SEC("fentry/bpf_fentry_test5") 51 SEC("fentry/bpf_fentry_test6") 64 SEC("fentry/bpf_fentry_test7") 73 SEC("fentry/bpf_fentry_test8")
|
| A D | fexit_test.c | 7 char _license[] SEC("license") = "GPL"; 10 SEC("fexit/bpf_fentry_test1") 18 SEC("fexit/bpf_fentry_test2") 26 SEC("fexit/bpf_fentry_test3") 34 SEC("fexit/bpf_fentry_test4") 43 SEC("fexit/bpf_fentry_test5") 52 SEC("fexit/bpf_fentry_test6") 65 SEC("fexit/bpf_fentry_test7") 74 SEC("fexit/bpf_fentry_test8")
|
| A D | map_ptr_kern.c | 104 } m_hash SEC(".maps"); 140 } m_array SEC(".maps"); 280 } m_lru_hash SEC(".maps"); 342 } inner_map SEC(".maps"); 400 } m_devmap SEC(".maps"); 421 } m_sockmap SEC(".maps"); 442 } m_cpumap SEC(".maps"); 463 } m_xskmap SEC(".maps"); 566 } m_queue SEC(".maps"); 582 } m_stack SEC(".maps"); [all …]
|
| A D | test_sockmap_kern.h | 36 } sock_map SEC(".maps"); 71 } sock_bytes SEC(".maps"); 94 SEC("sk_skb1") 106 SEC("sk_skb2") 150 SEC("sk_skb3") 187 SEC("sockops") 234 SEC("sk_msg1") 261 SEC("sk_msg2") 302 SEC("sk_msg3") 319 SEC("sk_msg4") [all …]
|
| A D | trigger_bench.c | 9 char _license[] SEC("license") = "GPL"; 13 SEC("tp/syscalls/sys_enter_getpgid") 20 SEC("raw_tp/sys_enter") 28 SEC("kprobe/__x64_sys_getpgid") 35 SEC("fentry/__x64_sys_getpgid") 42 SEC("fentry.s/__x64_sys_getpgid") 49 SEC("fmod_ret/__x64_sys_getpgid")
|
| A D | test_check_mtu.c | 21 SEC("xdp") 32 SEC("xdp") 58 SEC("xdp") 84 SEC("xdp") 108 SEC("xdp") 132 SEC("xdp") 156 SEC("tc") 175 SEC("tc") 199 SEC("tc") 226 SEC("tc") [all …]
|
| A D | test_sockmap_listen.c | 15 } sock_map SEC(".maps"); 22 } sock_hash SEC(".maps"); 29 } verdict_map SEC(".maps"); 34 SEC("sk_skb/stream_parser") 40 SEC("sk_skb/stream_verdict") 59 SEC("sk_skb") 80 SEC("sk_msg") 99 SEC("sk_reuseport") 119 char _license[] SEC("license") = "GPL";
|
| A D | get_func_ip_test.c | 6 char _license[] SEC("license") = "GPL"; 17 SEC("fentry/bpf_fentry_test1") 27 SEC("fexit/bpf_fentry_test2") 37 SEC("kprobe/bpf_fentry_test3") 47 SEC("kretprobe/bpf_fentry_test4") 57 SEC("fmod_ret/bpf_modify_return_test") 67 SEC("kprobe/bpf_fentry_test6+0x5") 77 SEC("kprobe/bpf_fentry_test7+5")
|
| A D | fexit_bpf2bpf.c | 17 SEC("fexit/test_pkt_access") 32 SEC("fexit/test_pkt_access_subprog1") 65 SEC("fexit/test_pkt_access_subprog2") 89 SEC("fexit/test_pkt_access_subprog3") 104 SEC("freplace/get_skb_len") 116 SEC("freplace/get_skb_ifindex") 148 SEC("freplace/get_constant") 158 SEC("freplace/test_pkt_write_access_subprog") 181 char _license[] SEC("license") = "GPL";
|
| A D | test_tunnel_kern.c | 43 SEC("gre_set_tunnel") 65 SEC("gre_get_tunnel") 126 SEC("erspan_set_tunnel") 169 SEC("erspan_get_tunnel") 296 SEC("vxlan_set_tunnel") 326 SEC("vxlan_get_tunnel") 518 SEC("ipip_set_tunnel") 547 SEC("ipip_get_tunnel") 564 SEC("ipip6_set_tunnel") 595 SEC("ipip6_get_tunnel") [all …]
|
| A D | tailcall_bpf2bpf4.c | 10 } nop_table SEC(".maps"); 17 } jmp_table SEC(".maps"); 53 SEC("tc") 59 SEC("tc") 66 SEC("tc") 72 SEC("tc") 78 char __license[] SEC("license") = "GPL";
|
| A D | test_overhead.c | 12 SEC("kprobe/__set_task_comm") 18 SEC("kretprobe/__set_task_comm") 24 SEC("raw_tp/task_rename") 30 SEC("fentry/__set_task_comm") 36 SEC("fexit/__set_task_comm") 42 char _license[] SEC("license") = "GPL";
|
| /linux/Documentation/ABI/testing/ |
| A D | debugfs-hisi-sec | 5 the SEC debug registers. 7 Only available for PF, and take no other effect on SEC. 35 the SEC's QM debug registers. 37 Only available for PF, and take no other effect on SEC. 44 Available for both PF and VF, and take no other effect on SEC. 50 Available for both PF and VF, and take no other effect on SEC. 56 Available for both PF and VF, and take no other effect on SEC. 62 Available for both PF and VF, and take no other effect on SEC. 68 Available for both PF and VF, and take no other effect on SEC. 75 Available for both PF and VF, and take no other effect on SEC. [all …]
|
Completed in 28 milliseconds
12345678910>>...18