Searched refs:SYSCALL (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/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.4/arch/sh/kernel/vsyscall/ |
D | Makefile | 12 quiet_cmd_syscall = SYSCALL $@
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | sstep.h | 41 SYSCALL, enumerator
|
/Linux-v5.4/arch/s390/kernel/syscalls/ |
D | syscalltbl | 91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
|
/Linux-v5.4/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.4/arch/s390/kernel/ |
D | entry.S | 1531 #define SYSCALL(esame,emu) .quad __s390x_ ## esame macro 1535 #undef SYSCALL 1539 #define SYSCALL(esame,emu) .quad __s390_ ## emu macro 1543 #undef SYSCALL
|
/Linux-v5.4/arch/x86/kvm/ |
D | cpuid.c | 460 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in __do_cpuid_func()
|
/Linux-v5.4/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 219 - Syscall context from a userspace call (SYSCALL)
|
/Linux-v5.4/arch/powerpc/lib/ |
D | sstep.c | 1192 op->type = SYSCALL; in analyse_instr() 3176 case SYSCALL: /* sc */ in emulate_step()
|
/Linux-v5.4/arch/x86/lib/ |
D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|
/Linux-v5.4/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|