Searched refs:systbl (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/syscalls/
H A DMakefile12 systbl := $(srctree)/$(src)/syscalltbl.sh macro
20 cmd_systbl = $(CONFIG_SHELL) '$(systbl)' $< $@
48 $(out)/syscalls_32.h: $(syscall32) $(systbl)
49 $(call if_changed,systbl)
50 $(out)/syscalls_64.h: $(syscall64) $(systbl)
51 $(call if_changed,systbl)
/linux-4.1.27/arch/powerpc/kernel/
H A Dsystbl_chk.c3 * in the order of systbl.h. That way we can check for gaps and syscalls
59 #include <asm/systbl.h>
H A Dsystbl.S50 #include <asm/systbl.h>
H A DMakefile32 process.o systbl.o idle.o \
151 $(obj)/systbl.o: systbl_chk
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c50 #include <asm/systbl.h>
/linux-4.1.27/arch/sparc/include/asm/
H A Dttable.h93 #define SYSCALL_TRAP(routine, systbl) \
99 sethi %hi(systbl), %l7; \
101 or %l7, %lo(systbl), %l7;

Completed in 148 milliseconds