Searched refs:abis (Results 1 - 11 of 11) sorted by relevance

/linux-master/scripts/
H A Dsyscalltbl.sh19 echo >&2 "usage: $0 [--abis ABIS] INFILE OUTFILE" >&2
25 echo >&2 " --abis ABIS ABI(s) to handle (By default, all lines are handled)"
30 abis=
35 --abis)
36 abis=$(echo "($2)" | tr ',' '|')
55 grep -E "^[0-9]+[[:space:]]+$abis" "$infile" | {
H A Dsyscallnr.sh18 echo >&2 "usage: $0 [--abis ABIS] [--prefix PREFIX] INFILE OUTFILE" >&2
24 echo >&2 " --abis ABIS ABI(s) to handle (By default, all lines are handled)"
30 abis=
36 --abis)
37 abis=$(echo "($2)" | tr ',' '|')
61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
H A Dsyscallhdr.sh19 echo >&2 "usage: $0 [--abis ABIS] [--emit-nr] [--offset OFFSET] [--prefix PREFIX] INFILE OUTFILE" >&2
25 echo >&2 " --abis ABIS ABI(s) to handle (By default, all lines are handled)"
33 abis=
41 --abis)
42 abis=$(echo "($2)" | tr ',' '|')
72 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | {
/linux-master/arch/powerpc/kernel/syscalls/
H A DMakefile12 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-master/arch/x86/entry/syscalls/
H A DMakefile17 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 macro
53 $(out)/syscalls_64.h: abis := common,64 macro
56 $(out)/syscalls_x32.h: abis := common,x32 macro
[all...]
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl123 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-master/arch/parisc/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis common,$* $< $@
15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
/linux-master/arch/sparc/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis common,$* $< $@
15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
/linux-master/arch/arm/tools/
H A DMakefile41 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --abis common,$* \
45 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
/linux-master/arch/mips/vdso/
H A Dgenvdso.h106 if (!(vdso_symbols[i].abis & elf_abi))
H A Dgenvdso.c57 unsigned int abis; member in struct:__anon16

Completed in 113 milliseconds