Home
last modified time | relevance | path

Searched refs:xyz (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c44 /* no auto-attach for SEC("xyz") and SEC("kprobe") */ in custom_attach_prog()
140 ASSERT_EQ(bpf_program__type(skel->progs.xyz), BPF_PROG_TYPE_SYSCALL, "xyz_type"); in test_custom_sec_handlers()
154 skel->links.xyz = bpf_program__attach(skel->progs.kprobe1); in test_custom_sec_handlers()
156 ASSERT_ERR_PTR(skel->links.xyz, "xyz_attach"); in test_custom_sec_handlers()
168 /* SEC("xyz") shouldn't be auto-attached */ in test_custom_sec_handlers()
/kernel/linux/linux-5.10/include/linux/
H A Djz4740-adc.h29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13)
/kernel/linux/linux-6.6/include/linux/
H A Djz4740-adc.h29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_custom_sec_handlers.c52 SEC("xyz/blah")
53 int xyz(void *ctx) in xyz() function

Completed in 2 milliseconds