/openbmc/qemu/linux-user/mips/ |
H A D | syscall_o32.tbl | 8 # The <abi> is always "o32" for this file. 10 0 o32 syscall sys_syscall sys32_syscall 11 1 o32 exit sys_exit 12 2 o32 fork __sys_fork 13 3 o32 read sys_read 14 4 o32 write sys_write 15 5 o32 open sys_open compat_sys_open 16 6 o32 close sys_close 17 7 o32 waitpid sys_waitpid 18 8 o32 creat sys_creat [all …]
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_o32.tbl | 8 # The <abi> is always "o32" for this file. 10 0 o32 syscall sys_syscall sys32_syscall 11 1 o32 exit sys_exit 12 2 o32 fork __sys_fork 13 3 o32 read sys_read 14 4 o32 write sys_write 15 5 o32 open sys_open compat_sys_open 16 6 o32 close sys_close 17 7 o32 waitpid sys_waitpid 18 8 o32 creat sys_creat [all …]
|
/openbmc/openbmc/poky/meta/conf/machine/include/mips/ |
H A D | tune-mips64r2.inc | 68 # MIPS 64r2 o32 69 AVAILTUNES += "mips64r2-o32 mips64r2el-o32" 71 TUNE_FEATURES:tune-mips64r2-o32 = "${TUNE_FEATURES:tune-mips64-o32} mips64r2" 72 BASE_LIB:tune-mips64r2-o32 = "lib" 73 MIPSPKGSFX_VARIANT:tune-mips64r2-o32 = "${TUNE_ARCH}" 74 PACKAGE_EXTRA_ARCHS:tune-mips64r2-o32 = "mips mips64-o32 mips64r2-o32" 75 QEMU_EXTRAOPTIONS:tune-mips64r2-o32 = " -cpu MIPS64R2-generic" 77 TUNE_FEATURES:tune-mips64r2el-o32 = "${TUNE_FEATURES:tune-mips64el-o32} mips64r2" 78 BASE_LIB:tune-mips64r2el-o32 = "lib" 79 MIPSPKGSFX_VARIANT:tune-mips64r2el-o32 = "${TUNE_ARCH}" [all …]
|
H A D | arch-mips.inc | 5 # *) o32, n32, n64 ABI 14 TUNEVALID[o32] = "MIPS o32 ABI" 15 TUNECONFLICTS[o32] = "n32 n64" 16 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'o32', ' -mabi=32', '', d)}" 19 TUNECONFLICTS[n32] = "o32 n64" 27 TUNECONFLICTS[n64] = "o32 n32" 58 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'o32', 'mipsarcho32${MIPSPKGSFX_ENDIAN2}… 61 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'o32', 'mipsarcho32:', '', d)}" 69 TUNE_FEATURES:tune-mips = "o32 bigendian fpu-hard" 84 TUNE_FEATURES:tune-mipsel = "o32 fpu-hard" [all …]
|
H A D | tune-mips32r6.inc | 12 TUNE_FEATURES:tune-mipsisa32r6 = "o32 bigendian mipsisa32r6 fpu-hard r6" 16 TUNE_FEATURES:tune-mipsisa32r6el = "o32 fpu-hard mipsisa32r6 r6" 23 TUNE_FEATURES:tune-mipsisa32r6-nf = "o32 bigendian mipsisa32r6 r6" 27 TUNE_FEATURES:tune-mipsisa32r6el-nf = "o32 mipsisa32r6 r6"
|
H A D | README | 10 *) o32, n32, n64 ABI
|
/openbmc/linux/arch/mips/vdso/ |
H A D | Makefile | 46 CFLAGS_vgettimeofday-o32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeof… 47 CFLAGS_vgettimeofday-n32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeof… 129 targets += $(obj-vdso-y:%.o=%-o32.o) 130 targets += vdso-o32.lds 131 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 132 targets += vdso-o32.so.dbg vdso-o32.so 133 targets += vdso-o32-image.c 137 obj-vdso-o32 := $(obj-vdso-y:%.o=$(obj)/%-o32.o) 139 $(obj-vdso-o32): KBUILD_CFLAGS := $(cflags-vdso) -mabi=32 140 $(obj-vdso-o32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=32 [all …]
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | start16.S | 17 #define o32 .byte 0x66; macro 39 o32 cs lidt idt_ptr label 40 o32 cs lgdt gdt_ptr label 55 o32 cs ljmp *(%bp) label
|
/openbmc/qemu/configs/targets/ |
H A D | mipsel-linux-user.mak | 3 TARGET_SYSTBL_ABI=o32
|
H A D | mips-linux-user.mak | 3 TARGET_SYSTBL_ABI=o32
|
/openbmc/linux/arch/mips/crypto/ |
H A D | Makefile | 15 perlasm-flavour-$(CONFIG_32BIT) := o32
|
/openbmc/linux/arch/mips/kernel/ |
H A D | Makefile | 75 obj-$(CONFIG_32BIT) += scall32-o32.o 79 obj-$(CONFIG_MIPS32_O32) += scall64-o32.o signal_o32.o
|
/openbmc/qemu/scripts/ |
H A D | update-mips-syscall-args.sh | 13 INC=linux-user/mips/syscall-args-o32.c.inc
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch | 8 only defined when GCC is using o32 ABI, in that
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-check-for-mips-targets-for-stat.st_dev-definitions.patch | 8 this is specific issue on mips/o32 ABI in glibc for details
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 802 + the order: o32, n32, n64, o64 1130 +# Default is o32; arch=mips64 generates n64 syscalls
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
H A D | 00_arches.patch | 131 + * Linux o32 style syscalls are in the range from 4000 to 4999.
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig | 3085 bool "Kernel support for o32 binaries" 3091 Select this option if you want to run o32 binaries. These are pure
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | variables.rst | 9718 that lists the "o32" and "n64" features as conflicting with the "n32" 9721 TUNECONFLICTS[n32] = "o32 n64"
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |