Home
last modified time | relevance | path

Searched refs:SEC (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/linux-6.1.9/samples/bpf/
Dspintest_kern.c20 } 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)
51 SEC("kprobe/mutex_spin_on_owner")PROG(p3)
52 SEC("kprobe/rwsem_spin_on_owner")PROG(p4)
53 SEC("kprobe/spin_unlock_irqrestore")PROG(p5)
54 SEC("kprobe/_raw_spin_unlock_irqrestore")PROG(p6)
55 SEC("kprobe/_raw_spin_unlock_bh")PROG(p7)
[all …]
Dmap_perf_test_kern.c24 } hash_map SEC(".maps");
31 } lru_hash_map SEC(".maps");
39 } nocommon_lru_hash_map SEC(".maps");
48 } inner_lru_hash_map SEC(".maps");
55 } array_of_lru_hashs SEC(".maps") = {
65 } percpu_hash_map SEC(".maps");
73 } hash_map_alloc SEC(".maps");
81 } percpu_hash_map_alloc SEC(".maps");
89 } lpm_trie_map_alloc SEC(".maps");
96 } array_map SEC(".maps");
[all …]
Dxdp_sample.bpf.c9 array_map rx_cnt SEC(".maps");
10 array_map redir_err_cnt SEC(".maps");
11 array_map cpumap_enqueue_cnt SEC(".maps");
12 array_map cpumap_kthread_cnt SEC(".maps");
13 array_map exception_cnt SEC(".maps");
14 array_map devmap_xmit_cnt SEC(".maps");
21 } devmap_xmit_cnt_multi SEC(".maps");
95 SEC("tp_btf/xdp_redirect_err")
103 SEC("tp_btf/xdp_redirect_map_err")
111 SEC("tp_btf/xdp_redirect")
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_attach_probe.c26 SEC("kprobe")
33 SEC("ksyscall/nanosleep")
44 SEC("kprobe/" SYS_PREFIX "sys_nanosleep")
51 SEC("kretprobe")
58 SEC("kretsyscall/nanosleep")
65 SEC("uprobe")
72 SEC("uretprobe")
79 SEC("uprobe")
87 SEC("uretprobe//proc/self/exe:trigger_func2")
94 SEC("uprobe")
[all …]
Ddynptr_fail.c10 char _license[] SEC("license") = "GPL";
22 } array_map1 SEC(".maps");
29 } array_map2 SEC(".maps");
36 } array_map3 SEC(".maps");
46 } ringbuf SEC(".maps");
68 SEC("?raw_tp")
80 SEC("?raw_tp")
115 SEC("?raw_tp")
123 SEC("?raw_tp")
135 SEC("?raw_tp")
[all …]
Dmap_kptr_fail.c19 } array_map SEC(".maps");
25 SEC("?tc")
39 SEC("?tc")
57 SEC("?tc")
75 SEC("?tc")
90 SEC("?tc")
103 SEC("?tc")
126 SEC("?tc")
146 SEC("?tc")
160 SEC("?tc")
[all …]
Dtest_bpf_cookie.c31 SEC("kprobe")
38 SEC("kretprobe")
45 SEC("uprobe")
52 SEC("uretprobe")
64 SEC("tp/syscalls/sys_enter_nanosleep")
70 SEC("tp/syscalls/sys_enter_nanosleep")
76 SEC("tp/syscalls/sys_enter_nanosleep")
83 SEC("perf_event")
90 SEC("fentry/bpf_fentry_test1")
97 SEC("fexit/bpf_fentry_test1")
[all …]
Dtest_helper_restricted.c19 } timers SEC(".maps");
26 } locks SEC(".maps");
59 SEC("?raw_tp/sys_enter")
67 SEC("?tp/syscalls/sys_enter_nanosleep")
75 SEC("?kprobe")
83 SEC("?perf_event")
91 SEC("?raw_tp/sys_enter")
99 SEC("?tp/syscalls/sys_enter_nanosleep")
107 SEC("?kprobe")
115 SEC("?perf_event")
[all …]
Dtest_btf_map_in_map.c11 } 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");
73 } outer_arr_dyn SEC(".maps") = {
90 } outer_hash SEC(".maps") = {
102 } sockarr_sz1 SEC(".maps");
[all …]
Dtest_unpriv_bpf_disabled.c20 } array SEC(".maps");
27 } percpu_array SEC(".maps");
34 } hash SEC(".maps");
41 } percpu_hash SEC(".maps");
47 } perfbuf SEC(".maps");
52 } ringbuf SEC(".maps");
59 } prog_array SEC(".maps");
61 SEC("fentry/" SYS_PREFIX "sys_nanosleep")
77 SEC("perf_event")
83 char _license[] SEC("license") = "GPL";
Dtrigger_bench.c10 char _license[] SEC("license") = "GPL";
14 SEC("tp/syscalls/sys_enter_getpgid")
21 SEC("raw_tp/sys_enter")
29 SEC("kprobe/" SYS_PREFIX "sys_getpgid")
36 SEC("fentry/" SYS_PREFIX "sys_getpgid")
43 SEC("fentry.s/" SYS_PREFIX "sys_getpgid")
50 SEC("fmod_ret/" SYS_PREFIX "sys_getpgid")
57 SEC("uprobe")
Duser_ringbuf_fail.c8 char _license[] SEC("license") = "GPL";
19 } user_ringbuf SEC(".maps");
35 SEC("?raw_tp/sys_nanosleep")
57 SEC("?raw_tp/sys_nanosleep")
76 SEC("?raw_tp/sys_nanosleep")
95 SEC("?raw_tp/sys_nanosleep")
116 SEC("?raw_tp/sys_nanosleep")
135 SEC("?raw_tp/sys_nanosleep")
154 SEC("?raw_tp/sys_nanosleep")
171 SEC("?raw_tp/sys_nanosleep")
Dtailcall2.c11 } 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";
Dtracing_struct.c23 SEC("fentry/bpf_testmod_test_struct_arg_1")
33 SEC("fexit/bpf_testmod_test_struct_arg_1")
52 SEC("fentry/bpf_testmod_test_struct_arg_2")
62 SEC("fexit/bpf_testmod_test_struct_arg_2")
69 SEC("fentry/bpf_testmod_test_struct_arg_3")
79 SEC("fexit/bpf_testmod_test_struct_arg_3")
86 SEC("fentry/bpf_testmod_test_struct_arg_4")
99 SEC("fexit/bpf_testmod_test_struct_arg_4")
107 SEC("fentry/bpf_testmod_test_struct_arg_5")
113 SEC("fexit/bpf_testmod_test_struct_arg_5")
[all …]
Dlsm.c18 } array SEC(".maps");
25 } hash SEC(".maps");
32 } lru_hash SEC(".maps");
39 } percpu_array SEC(".maps");
46 } percpu_hash SEC(".maps");
53 } lru_percpu_hash SEC(".maps");
60 } inner_map SEC(".maps");
68 } outer_arr SEC(".maps") = {
77 } outer_hash SEC(".maps") = {
81 char _license[] SEC("license") = "GPL";
[all …]
Dfentry_test.c7 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")
Dtest_module_attach.c12 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")
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";
Dtest_custom_sec_handlers.c17 SEC("abc")
24 SEC("abc/whatever")
31 SEC("custom")
38 SEC("custom/something")
45 SEC("kprobe")
52 SEC("xyz/blah")
63 char _license[] SEC("license") = "GPL";
Dfexit_test.c7 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")
Dtest_sockmap_listen.c15 } 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";
Dtest_overhead.c12 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";
Dtest_sockmap_kern.h36 } sock_map SEC(".maps");
43 } sock_map_txmsg SEC(".maps");
50 } sock_map_redir SEC(".maps");
57 } sock_apply_bytes SEC(".maps");
64 } sock_cork_bytes SEC(".maps");
71 } sock_bytes SEC(".maps");
78 } sock_redir_flags SEC(".maps");
85 } sock_skb_opts SEC(".maps");
92 } tls_sock_map SEC(".maps");
94 SEC("sk_skb1")
[all …]
Dtest_check_mtu.c11 char _license[] SEC("license") = "GPL";
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")
[all …]
Dmap_ptr_kern.c104 } m_hash SEC(".maps");
140 } m_array SEC(".maps");
172 } m_prog_array SEC(".maps");
189 } m_perf_event_array SEC(".maps");
206 } m_percpu_hash SEC(".maps");
223 } m_percpu_array SEC(".maps");
244 } m_stack_trace SEC(".maps");
263 } m_cgroup_array SEC(".maps");
280 } m_lru_hash SEC(".maps");
297 } m_lru_percpu_hash SEC(".maps");
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x
6 SEC versions, high to low, e.g., "fsl,sec2.1", "fsl,sec2.0" (SEC2/3)
10 - interrupts : the SEC's interrupt number
17 should be encoded following the SEC's Descriptor Header Dword
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)
24 bit 4 = set if SEC has the random number generator EU (RNG)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
[all …]

12345678910>>...22