Home
last modified time | relevance | path

Searched refs:n32 (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl8 # The <abi> is always "n32" for this file.
10 0 n32 read sys_read
11 1 n32 write sys_write
12 2 n32 open sys_open
13 3 n32 close sys_close
14 4 n32 stat sys_newstat
15 5 n32 fstat sys_newfstat
16 6 n32 lstat sys_newlstat
17 7 n32 poll sys_poll
18 8 n32 lseek sys_lseek
[all …]
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl8 # The <abi> is always "n32" for this file.
10 0 n32 read sys_read
11 1 n32 write sys_write
12 2 n32 open sys_open
13 3 n32 close sys_close
14 4 n32 stat sys_newstat
15 5 n32 fstat sys_newfstat
16 6 n32 lstat sys_newlstat
17 7 n32 poll sys_poll
18 8 n32 lseek sys_lseek
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A Dtune-mips64r6.inc34 # MIPS 64r6 n32
35 AVAILTUNES += "mipsisa64r6-n32 mipsisa64r6el-n32"
37 TUNE_FEATURES:tune-mipsisa64r6-n32 = "bigendian fpu-hard r6 n32 mipsisa64r6"
38 BASE_LIB:tune-mipsisa64r6-n32 = "lib32"
39 MIPSPKGSFX_VARIANT:tune-mipsisa64r6-n32 = "${TUNE_ARCH}"
40 PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6-n32 = "mipsisa64r6-n32"
42 TUNE_FEATURES:tune-mipsisa64r6el-n32 = "fpu-hard r6 n32 mipsisa64r6"
43 BASE_LIB:tune-mipsisa64r6el-n32 = "lib32"
44 MIPSPKGSFX_VARIANT:tune-mipsisa64r6el-n32 = "${TUNE_ARCH}"
45 PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6el-n32 = "mipsisa64r6el-n32"
[all …]
H A Dtune-mips64r2.inc38 # MIPS 64r2 n32
39 AVAILTUNES += "mips64r2-n32 mips64r2el-n32"
41 TUNE_FEATURES:tune-mips64r2-n32 = "${TUNE_FEATURES:tune-mips64-n32} mips64r2"
42 BASE_LIB:tune-mips64r2-n32 = "lib32"
43 MIPSPKGSFX_VARIANT:tune-mips64r2-n32 = "${TUNE_ARCH}"
44 PACKAGE_EXTRA_ARCHS:tune-mips64r2-n32 = "mips64-n32 mips64r2-n32"
45 QEMU_EXTRAOPTIONS:tune-mips64r2-n32 = " -cpu MIPS64R2-generic"
47 TUNE_FEATURES:tune-mips64r2el-n32 = "${TUNE_FEATURES:tune-mips64el-n32} mips64r2"
48 BASE_LIB:tune-mips64r2el-n32 = "lib32"
49 MIPSPKGSFX_VARIANT:tune-mips64r2el-n32 = "${TUNE_ARCH}"
[all …]
H A Darch-mips.inc5 # *) o32, n32, n64 ABI
15 TUNECONFLICTS[o32] = "n32 n64"
18 TUNEVALID[n32] = "MIPS64 n32 ABI"
19 TUNECONFLICTS[n32] = "o32 n64"
20 ABIEXTENSION .= "${@bb.utils.filter('TUNE_FEATURES', 'n32', d)}"
21 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'n32', ' -mabi=n32', '', d)}"
23 # user mode qemu doesn't support mips64 n32: "Invalid ELF image for this architecture"
24 MACHINE_FEATURES_BACKFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-…
27 TUNECONFLICTS[n64] = "o32 n32"
46 MIPSPKGSFX_BYTE .= "${@bb.utils.contains('TUNE_FEATURES', 'n32' , '64', '', d)}"
[all …]
H A Dtune-octeon.inc10 TUNE_FEATURES:tune-octeon2 = "${TUNE_FEATURES:tune-mips64-n32} octeon2"
13 PACKAGE_EXTRA_ARCHS:tune-octeon2 = "mips64-n32 octeon2-n32"
24 TUNE_FEATURES:tune-octeon3 = "${TUNE_FEATURES:tune-mips64-n32} octeon3"
27 PACKAGE_EXTRA_ARCHS:tune-octeon3 = "mips64-n32 octeon3-n32"
H A DREADME10 *) o32, n32, n64 ABI
22 scheme. The scheme is: <mips variant>[-nf][-n32]
46 values are not enough to distringuish the package. "-n32" is added when
H A Dtune-mips32r6.inc6 TUNECONFLICTS[mipsisa32r6] = "n64 n32"
H A Dtune-mips32.inc6 TUNECONFLICTS[mips32] = "n64 n32"
H A Dtune-mips32r2.inc6 TUNECONFLICTS[mips32r2] = "n64 n32"
/openbmc/linux/arch/mips/vdso/
H A DMakefile46 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…
169 targets += $(obj-vdso-y:%.o=%-n32.o)
170 targets += vdso-n32.lds
171 targets += vdso-n32.so.dbg.raw vdso-n32.so.raw
172 targets += vdso-n32.so.dbg vdso-n32.so
173 targets += vdso-n32-image.c
177 obj-vdso-n32 := $(obj-vdso-y:%.o=$(obj)/%-n32.o)
179 $(obj-vdso-n32): KBUILD_CFLAGS := $(cflags-vdso) -mabi=n32
180 $(obj-vdso-n32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=n32
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Ddiv64.h15 unsigned long n32[2]; \
22 if ((__upper = __n.n32[0])) { \
24 : "=d" (__n.n32[0]), "=d" (__upper) \
25 : "d" (__base), "0" (__n.n32[0])); \
28 : "=d" (__n.n32[1]), "=d" (__rem) \
29 : "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmultilib_header.bbclass22 # For MIPS: "n32" is a special case, which needs to be
26 "-n32")
27 ident=n32
42 # if mips64/n32 set ident to n32
H A Drust-target-config.bbclass133 DATA_LAYOUT[arm-eabi] = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
141 DATA_LAYOUT[armv7-eabi] = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
149 DATA_LAYOUT[aarch64] = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
184 DATA_LAYOUT[mips] = "E-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
191 DATA_LAYOUT[mipsel] = "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
198 DATA_LAYOUT[mips64] = "E-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128"
204 ## mips64-n32-unknown-linux-{gnu, musl}
205 DATA_LAYOUT[mips64-n32] = "E-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32:64-S128"
206 TARGET_ENDIAN[mips64-n32] = "big"
207 TARGET_POINTER_WIDTH[mips64-n32] = "32"
[all …]
H A Dcross-canadian.bbclass49 for variant in ["", "spe", "x32", "eabi", "n32", "_ilp32"]:
87 d.appendVar("CANADIANEXTRAOS", " " + extraos + "n32")
/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h203 # define __DECL_REG(n64, n32) union { \ argument
205 uint32_t n32; \
209 #define __DECL_REG(n64, n32) uint64_t n64 argument
/openbmc/linux/include/net/
H A Dneighbour.h286 const u32 *n32 = (const u32 *)n->primary_key; in neigh_key_eq128() local
289 return ((n32[0] ^ p32[0]) | (n32[1] ^ p32[1]) | in neigh_key_eq128()
290 (n32[2] ^ p32[2]) | (n32[3] ^ p32[3])) == 0; in neigh_key_eq128()
/openbmc/qemu/configs/targets/
H A Dmipsn32el-linux-user.mak5 TARGET_SYSTBL_ABI=n32
H A Dmipsn32-linux-user.mak5 TARGET_SYSTBL_ABI=n32
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A Dmips64.patch1 Recognise mips64 n32/n64
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch22 preferred type. so for tri-lib system, like mips64/mips64 n32/mips(32),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb21 file://0001-Add-support-for-mips64-n32-n64.patch \
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-sdk.bb15 # libstd-rs doesn't build for mips n32 with compiler constraint errors
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-64-bit-multilib-hack.patch94 MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
95 -MULTILIB_DIRNAMES = n32 32 64
/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c1163 unsigned n32; local
1191 n32 = width / 32;
1223 for (j = 0; j < n32; j++) {
1224 if (j < 2 && j + 1 < n32 && !backward &&
1234 } while (j + 1 < n32);

12