Searched refs:abis (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/entry/syscalls/ |
H A D | Makefile | 17 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --abis $(abis) --emit-nr \ 22 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis $(abis) $< $@ 27 $(uapi)/unistd_32.h: abis := i386 macro 31 $(out)/unistd_32_ia32.h: abis := i386 macro 36 $(uapi)/unistd_x32.h: abis := common,x32 macro 41 $(uapi)/unistd_64.h: abis := common,64 macro 45 $(out)/unistd_64_x32.h: abis := x32 macro 50 $(out)/syscalls_32.h: abis := i386 macro 53 $(out)/syscalls_64.h: abis := common,64 macro 56 $(out)/syscalls_x32.h: abis := common,x32 macro
|
/linux/arch/powerpc/kernel/syscalls/ |
H A D | Makefile | 12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis $(abis) $< $@ 15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis $(abis) $< $@ 17 $(uapi)/unistd_32.h: abis := common,nospu,32 macro 21 $(uapi)/unistd_64.h: abis := common,nospu,64 macro 25 $(kapi)/syscall_table_32.h: abis := common,nospu,32 macro 29 $(kapi)/syscall_table_64.h: abis := common,nospu,64 macro 33 $(kapi)/syscall_table_spu.h: abis := common,spu macro
|
/linux/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 123 local abis=$(echo "($1)" | tr ',' '|') 130 case "$abis" in 144 grep -E "^[[:digit:]]+[[:space:]]+${abis}" $SYSCALL_TBL \ 156 local abis=$(echo "($1)" | tr ',' '|') 158 grep -E "^[[:digit:]]+[[:space:]]+${abis}" $SYSCALL_TBL \ 167 local abis="$1" 170 max_syscall_nr=$(__max_syscall_nr "$abis")
|
/linux/scripts/ |
H A D | syscallnr.sh | 30 abis= 36 --abis) 37 abis=$(echo "($2)" | tr ',' '|') 61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
|
H A D | syscallhdr.sh | 33 abis= 41 --abis) 42 abis=$(echo "($2)" | tr ',' '|') 72 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | {
|
H A D | syscalltbl.sh | 30 abis= 35 --abis) 36 abis=$(echo "($2)" | tr ',' '|') 55 grep -E "^[0-9]+[[:space:]]+$abis" "$infile" | {
|
H A D | Makefile.asm-headers | 64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \ 70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
|
/linux/arch/parisc/kernel/syscalls/ |
H A D | Makefile | 12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis common,$* $< $@ 15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
|
/linux/arch/sparc/kernel/syscalls/ |
H A D | Makefile | 12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis common,$* $< $@ 15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
|
/linux/arch/arm/tools/ |
H A D | Makefile | 41 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --abis common,$* \ 45 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
|
/linux/arch/mips/vdso/ |
H A D | genvdso.h | 106 if (!(vdso_symbols[i].abis & elf_abi)) in FUNC()
|
H A D | genvdso.c | 57 unsigned int abis; member
|