Searched refs:__NR_uprobe (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ ! |
| H A D | uprobe_syscall.c | 756 #ifndef __NR_uprobe 757 #define __NR_uprobe 336 macro 762 long err = syscall(__NR_uprobe); in test_uprobe_error()
|
| /linux/kernel/ ! |
| H A D | seccomp.c | 746 #if defined __NR_uretprobe || defined __NR_uprobe in seccomp_uprobe_exception() 755 #ifdef __NR_uprobe in seccomp_uprobe_exception() 756 if (sd->nr == __NR_uprobe) in seccomp_uprobe_exception() 1061 #ifdef __NR_uprobe 1062 __NR_uprobe,
|
| /linux/tools/testing/selftests/seccomp/ ! |
| H A D | seccomp_bpf.c | 5158 #if !defined(__NR_uprobe) || !defined(__NR_uretprobe) in FIXTURE_SETUP() 5249 #ifdef __NR_uprobe in TEST_F() 5250 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_uprobe, 1, 2), in TEST_F() 5271 #ifdef __NR_uprobe in TEST_F() 5272 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_uprobe, 3, 0), in TEST_F()
|
| /linux/arch/x86/kernel/ ! |
| H A D | uprobes.c | 889 "mov $" __stringify(__NR_uprobe) ", %rax\n"
|