Home
last modified time | relevance | path

Searched refs:__NR_uretprobe (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c253 #ifndef __NR_uretprobe
254 #define __NR_uretprobe 335 macro
267 "movq $" __stringify(__NR_uretprobe) ", %rax\n" in uretprobe_syscall_call_1()
/linux/kernel/
H A Dseccomp.c746 #if defined __NR_uretprobe || defined __NR_uprobe in seccomp_uprobe_exception()
751 #ifdef __NR_uretprobe in seccomp_uprobe_exception()
752 if (sd->nr == __NR_uretprobe) in seccomp_uprobe_exception()
1058 #ifdef __NR_uretprobe
1059 __NR_uretprobe,
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c167 #ifndef __NR_uretprobe
169 # define __NR_uretprobe 335 macro
5164 #if !defined(__NR_uprobe) || !defined(__NR_uretprobe) in FIXTURE_SETUP()
5258 #ifdef __NR_uretprobe in TEST_F()
5259 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_uretprobe, 0, 1), in TEST_F()
5280 #ifdef __NR_uretprobe in TEST_F()
5281 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_uretprobe, 2, 0), in TEST_F()
/linux/arch/x86/kernel/
H A Duprobes.c327 "mov $" __stringify(__NR_uretprobe) ", %rax\n"