Searched refs:syscalls (Results 1 – 25 of 25) sorted by relevance
/arch/x86/um/ |
D | user-offsets.c | 13 static char syscalls[] = { variable 20 static char syscalls[] = { variable 95 DEFINE(__NR_syscall_max, sizeof(syscalls) - 1); in foo() 96 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/arch/x86/kernel/ |
D | asm-offsets_32.c | 7 static char syscalls[] = { variable 88 DEFINE(__NR_syscall_max, sizeof(syscalls) - 1); in foo() 89 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/arch/microblaze/include/asm/ |
D | Kbuild | 5 generic-y += syscalls.h
|
/arch/h8300/kernel/ |
D | Makefile | 9 setup.o gpio.o syscalls.o \
|
/arch/powerpc/platforms/cell/spufs/ |
D | Makefile | 3 spufs-y += inode.o file.o context.o syscalls.o coredump.o
|
/arch/unicore32/include/asm/ |
D | Kbuild | 52 generic-y += syscalls.h
|
/arch/sh/kernel/ |
D | entry-common.S | 208 mov.l 2f, r10 ! Number of syscalls
|
/arch/mips/kernel/ |
D | scall64-o32.S | 133 sd a7, PT_R11(sp) # For indirect syscalls 161 ld a7, PT_R11(sp) # For indirect syscalls 216 sd a1, PT_R5(sp) # syscalls expect them there
|
D | scall32-o32.S | 243 sw a1, PT_R5(sp) # syscalls expect them there
|
/arch/mips/ |
D | Makefile | 333 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32" 337 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32"
|
D | Kconfig | 2536 syscalls, it's possible to isolate those applications in 2539 and the task is only allowed to execute a few safe syscalls
|
/arch/microblaze/ |
D | Kconfig | 122 syscalls, it's possible to isolate those applications in 125 and the task is only allowed to execute a few safe syscalls
|
/arch/x86/ |
D | Makefile | 159 $(Q)$(MAKE) $(build)=arch/x86/syscalls all
|
D | Kconfig | 1604 syscalls, it's possible to isolate those applications in 1607 and the task is only allowed to execute a few safe syscalls
|
/arch/powerpc/kernel/ |
D | Makefile | 29 obj-y := cputable.o ptrace.o syscalls.o \
|
/arch/arm64/ |
D | Kconfig | 321 syscalls, it's possible to isolate those applications in 324 and the task is only allowed to execute a few safe syscalls
|
/arch/sparc/ |
D | Kconfig | 235 syscalls, it's possible to isolate those applications in 238 and the task is only allowed to execute a few safe syscalls
|
/arch/arm/kernel/ |
D | entry-common.S | 432 tst r10, #_TIF_SYSCALL_WORK @ are we tracing syscalls?
|
/arch/arc/kernel/ |
D | entry.S | 768 ;this case is for syscalls or Exceptions (with fake rtie)
|
/arch/s390/ |
D | Kconfig | 548 syscalls, it's possible to isolate those applications in 551 and the task is only allowed to execute a few safe syscalls
|
/arch/sh/ |
D | Kconfig | 690 syscalls, it's possible to isolate those applications in 693 allowed to execute a few safe syscalls defined by each seccomp
|
/arch/powerpc/ |
D | Kconfig | 621 syscalls, it's possible to isolate those applications in 624 and the task is only allowed to execute a few safe syscalls
|
/arch/unicore32/kernel/ |
D | entry.S | 625 cand.a ip, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
|
/arch/arm/ |
D | Kconfig | 1692 intercept syscalls that have structure arguments which layout 1695 overhead to all syscalls and produces a slightly larger kernel. 1803 syscalls, it's possible to isolate those applications in 1806 and the task is only allowed to execute a few safe syscalls
|
/arch/sparc/kernel/ |
D | entry.S | 1204 st %i0, [%sp + STACKFRAME_SZ + PT_G0] ! for restarting syscalls
|