| /Linux-v5.10/samples/bpf/ |
| 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 | 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_output_kern.c | 14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
|
| 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 | tracex2_kern.c | 81 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
|
| /Linux-v5.10/samples/seccomp/ |
| D | bpf-fancy.c | 38 SYSCALL(__NR_exit, ALLOW), in main() 39 SYSCALL(__NR_exit_group, ALLOW), in main() 40 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main() 41 SYSCALL(__NR_read, JUMP(&l, read)), in main()
|
| D | bpf-helper.h | 55 #define SYSCALL(nr, jt) \ macro
|
| /Linux-v5.10/arch/sh/kernel/vsyscall/ |
| D | Makefile | 12 quiet_cmd_syscall = SYSCALL $@
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | sstep.h | 42 SYSCALL, enumerator
|
| /Linux-v5.10/arch/s390/kernel/syscalls/ |
| D | syscalltbl | 91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
|
| /Linux-v5.10/Documentation/x86/ |
| D | pti.rst | 84 b. A "trampoline" must be used for SYSCALL entry. This 86 non-PTI SYSCALL entry code, so requires mapping fewer 158 5. Run 32-bit binaries on systems supporting the SYSCALL instruction.
|
| /Linux-v5.10/arch/s390/kernel/ |
| D | entry.S | 1283 #define SYSCALL(esame,emu) .quad __s390x_ ## esame macro 1287 #undef SYSCALL 1291 #define SYSCALL(esame,emu) .quad __s390_ ## emu macro 1295 #undef SYSCALL
|
| /Linux-v5.10/arch/x86/kvm/ |
| D | cpuid.c | 454 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in kvm_set_cpu_caps()
|
| /Linux-v5.10/Documentation/driver-api/nfc/ |
| D | nfc-hci.rst | 219 - Syscall context from a userspace call (SYSCALL)
|
| /Linux-v5.10/arch/powerpc/lib/ |
| D | sstep.c | 1242 op->type = SYSCALL; in analyse_instr() 3378 case SYSCALL: /* sc */ in emulate_step()
|
| /Linux-v5.10/arch/x86/lib/ |
| D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|
| /Linux-v5.10/tools/arch/x86/lib/ |
| D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|