Searched defs:SYSCALL (Results 1 – 15 of 15) sorted by relevance
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | map_perf_test_kern.c | 105 SEC("kprobe/" SYSCALL(sys_getuid)) in SYSCALL() function 120 SEC("kprobe/" SYSCALL(sys_geteuid)) in SYSCALL() function 134 SEC("kprobe/" SYSCALL(sys_getgid)) in SYSCALL() function 148 SEC("kprobe/" SYSCALL(sys_getegid)) in SYSCALL() function 162 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function 242 SEC("kprobe/" SYSCALL(sys_gettid)) in SYSCALL() function 264 SEC("kprobe/" SYSCALL(sys_getpgid)) in SYSCALL() function 277 SEC("kprobe/" SYSCALL(sys_getppid)) in SYSCALL() function
|
| D | trace_common.h | 6 #define SYSCALL(SYS) "__x64_" __stringify(SYS) macro 8 #define SYSCALL(SYS) "__s390x_" __stringify(SYS) macro 10 #define SYSCALL(SYS) __stringify(SYS) macro
|
| D | test_current_task_under_cgroup_kern.c | 30 SEC("kprobe/" SYSCALL(sys_sync)) in SYSCALL() function
|
| D | test_probe_write_user_kern.c | 31 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
|
| D | trace_output_kern.c | 14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
|
| D | tracex2_kern.c | 81 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | systbl.S | 20 #define SYSCALL(func) .8byte DOTSYM(sys_##func),DOTSYM(sys_##func) macro 28 #define SYSCALL(func) .long sys_##func macro
|
| D | systbl_chk.c | 18 #define SYSCALL(func) __NR_##func macro
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/cell/ |
| D | spu_callbacks.c | 37 #define SYSCALL(func) sys_ni_syscall, macro
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | entry.S | 1300 #define SYSCALL(esame,emu) .quad __s390x_ ## esame macro 1308 #define SYSCALL(esame,emu) .quad __s390_ ## emu macro
|
| /kernel/linux/linux-4.19/arch/s390/kernel/ |
| D | entry.S | 1496 #define SYSCALL(esame,emu) .long esame macro 1504 #define SYSCALL(esame,emu) .long emu macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | sstep.h | 45 SYSCALL, enumerator
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | sstep.h | 42 SYSCALL, enumerator
|
| /kernel/linux/linux-5.10/samples/seccomp/ |
| D | bpf-helper.h | 55 #define SYSCALL(nr, jt) \ macro
|
| /kernel/linux/linux-4.19/samples/seccomp/ |
| D | bpf-helper.h | 55 #define SYSCALL(nr, jt) \ macro
|