Home
last modified time | relevance | path

Searched refs:abis (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/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
/openbmc/linux/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 := i386 macro
53 $(out)/syscalls_64.h: abis := common,64 macro
56 $(out)/syscalls_x32.h: abis := common,x32 macro
/openbmc/linux/scripts/
H A Dsyscallnr.sh30 abis=
36 --abis)
37 abis=$(echo "($2)" | tr ',' '|')
61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
H A Dsyscalltbl.sh30 abis=
35 --abis)
36 abis=$(echo "($2)" | tr ',' '|')
55 grep -E "^[0-9]+[[:space:]]+$abis" "$infile" | {
H A Dsyscallhdr.sh33 abis=
41 --abis)
42 abis=$(echo "($2)" | tr ',' '|')
72 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | {
/openbmc/linux/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")
/openbmc/linux/arch/parisc/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis common,$* $< $@
15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
/openbmc/linux/arch/sparc/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --abis common,$* $< $@
15 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxorg-driver-common.inc33 abis = {
38 output = os.popen("pkg-config xorg-server --variable=%s" % abis[name]).read()
/openbmc/linux/arch/arm/tools/
H A DMakefile41 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --abis common,$* \
45 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis common,$* $< $@
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.h106 if (!(vdso_symbols[i].abis & elf_abi)) in FUNC()
H A Dgenvdso.c57 unsigned int abis; member
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc163 abis = {
167 p = subprocess.Popen(args="pkg-config --variable=%s xorg-server" % abis[name],