/linux-4.4.14/arch/s390/kernel/ |
D | syscalls.S | 9 #define NI_SYSCALL SYSCALL(sys_ni_syscall,sys_ni_syscall) 12 SYSCALL(sys_exit,sys_exit) 13 SYSCALL(sys_fork,sys_fork) 14 SYSCALL(sys_read,compat_sys_s390_read) 15 SYSCALL(sys_write,compat_sys_s390_write) 16 SYSCALL(sys_open,compat_sys_open) /* 5 */ 17 SYSCALL(sys_close,sys_close) 18 SYSCALL(sys_restart_syscall,sys_restart_syscall) 19 SYSCALL(sys_creat,compat_sys_creat) 20 SYSCALL(sys_link,compat_sys_link) [all …]
|
D | entry.S | 1223 #define SYSCALL(esame,emu) .long esame macro 1227 #undef SYSCALL 1231 #define SYSCALL(esame,emu) .long emu macro 1235 #undef SYSCALL
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 6 SYSCALL(restart_syscall) 7 SYSCALL(exit) 23 SYSCALL(ni_syscall) 35 SYSCALL(pause) 37 SYSCALL(ni_syscall) 38 SYSCALL(ni_syscall) 41 SYSCALL(ni_syscall) 50 SYSCALL(ni_syscall) 54 SYSCALL(signal) 57 SYSCALL(acct) [all …]
|
D | sstep.h | 48 SYSCALL, enumerator
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-fancy.c | 37 SYSCALL(__NR_exit, ALLOW), in main() 38 SYSCALL(__NR_exit_group, ALLOW), in main() 39 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main() 40 SYSCALL(__NR_read, JUMP(&l, read)), in main()
|
D | bpf-helper.h | 54 #define SYSCALL(nr, jt) \ macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | systbl.S | 20 #define SYSCALL(func) .llong 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 | 417 NORMAL_EXCEPTION_PROLOG(SYSCALL)
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sys32.S | 15 #define SIGN1(STUB,SYSCALL,REG1) \ argument 18 STUB: sethi %hi(SYSCALL), %g1; \ 19 jmpl %g1 + %lo(SYSCALL), %g0; \ 22 #define SIGN2(STUB,SYSCALL,REG1,REG2) \ argument 25 STUB: sethi %hi(SYSCALL), %g1; \ 27 jmpl %g1 + %lo(SYSCALL), %g0; \ 30 #define SIGN3(STUB,SYSCALL,REG1,REG2,REG3) \ argument 34 sethi %hi(SYSCALL), %g1; \ 36 jmpl %g1 + %lo(SYSCALL), %g0; \
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_callbacks.c | 37 #define SYSCALL(func) sys_ni_syscall, macro
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | Makefile | 11 quiet_cmd_syscall = SYSCALL $@
|
/linux-4.4.14/arch/powerpc/lib/ |
D | sstep.c | 670 op->type = SYSCALL; in analyse_instr() 1980 case SYSCALL: /* sc */ in emulate_step()
|
/linux-4.4.14/arch/x86/kvm/ |
D | cpuid.c | 315 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in __do_cpuid_ent()
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 200 - Syscall context from a userspace call (SYSCALL)
|
/linux-4.4.14/arch/tile/kernel/ |
D | intvec_64.S | 1535 int_hand INT_SWINT_1, SWINT_1, SYSCALL, handle_syscall
|
D | intvec_32.S | 1872 int_hand INT_SWINT_1, SWINT_1, SYSCALL, handle_syscall
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 327 05: SYSCALL (o64)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 327 05: SYSCALL (o64)
|