Searched refs:SYSCALL (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 7 SYSCALL(restart_syscall) 8 SYSCALL(exit) 24 SYSCALL(ni_syscall) 36 SYSCALL(pause) 38 SYSCALL(ni_syscall) 39 SYSCALL(ni_syscall) 42 SYSCALL(ni_syscall) 51 SYSCALL(ni_syscall) 55 SYSCALL(signal) 58 SYSCALL(acct) [all …]
|
D | sstep.h | 45 SYSCALL, enumerator
|
/Linux-v4.19/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-v4.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 36 #define SYSCALL_SPU(func) SYSCALL(func)
|
D | systbl_chk.c | 18 #define SYSCALL(func) __NR_##func macro 32 #define SYSCALL_SPU(func) SYSCALL(func)
|
D | head_fsl_booke.S | 419 NORMAL_EXCEPTION_PROLOG(SYSCALL)
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | spu_callbacks.c | 37 #define SYSCALL(func) sys_ni_syscall, macro
|
/Linux-v4.19/arch/sh/kernel/vsyscall/ |
D | Makefile | 12 quiet_cmd_syscall = SYSCALL $@
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscalltbl | 91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
|
/Linux-v4.19/Documentation/x86/ |
D | pti.txt | 76 b. A "trampoline" must be used for SYSCALL entry. This 78 non-PTI SYSCALL entry code, so requires mapping fewer 149 5. Run 32-bit binaries on systems supporting the SYSCALL instruction.
|
/Linux-v4.19/arch/s390/kernel/ |
D | entry.S | 1496 #define SYSCALL(esame,emu) .long esame macro 1500 #undef SYSCALL 1504 #define SYSCALL(esame,emu) .long emu macro 1508 #undef SYSCALL
|
/Linux-v4.19/arch/x86/kvm/ |
D | cpuid.c | 355 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in __do_cpuid_ent()
|
/Linux-v4.19/Documentation/nfc/ |
D | nfc-hci.txt | 200 - Syscall context from a userspace call (SYSCALL)
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 1196 op->type = SYSCALL; in analyse_instr() 3070 case SYSCALL: /* sc */ in emulate_step()
|
/Linux-v4.19/tools/objtool/arch/x86/lib/ |
D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|
/Linux-v4.19/arch/x86/lib/ |
D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|