/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 10 0 n64 read sys_read 11 1 n64 write sys_write 12 2 n64 open sys_open 13 3 n64 close sys_close 14 4 n64 stat sys_newstat 17 7 n64 poll sys_poll 18 8 n64 lseek sys_lseek 22 12 n64 brk sys_brk 31 21 n64 pipe sysm_pipe 41 31 n64 dup sys_dup [all …]
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 10 0 n64 read sys_read 11 1 n64 write sys_write 12 2 n64 open sys_open 13 3 n64 close sys_close 14 4 n64 stat sys_newstat 17 7 n64 poll sys_poll 18 8 n64 lseek sys_lseek 22 12 n64 brk sys_brk 31 21 n64 pipe sysm_pipe 41 31 n64 dup sys_dup [all …]
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 10 0 n64 read sys_read 11 1 n64 write sys_write 12 2 n64 open sys_open 13 3 n64 close sys_close 14 4 n64 stat sys_newstat 17 7 n64 poll sys_poll 18 8 n64 lseek sys_lseek 22 12 n64 brk sys_brk 31 21 n64 pipe sysm_pipe 41 31 n64 dup sys_dup [all …]
|
/openbmc/openbmc/poky/meta/conf/machine/include/mips/ |
H A D | arch-mips.inc | 5 # *) o32, n32, n64 ABI 15 TUNECONFLICTS[o32] = "n32 n64" 19 TUNECONFLICTS[n32] = "o32 n64" 26 TUNEVALID[n64] = "MIPS64 n64 ABI" 27 TUNECONFLICTS[n64] = "o32 n32" 28 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'n64', ' -mabi=64', '', d)}" 45 MIPSPKGSFX_BYTE = "${@bb.utils.contains('TUNE_FEATURES', 'n64' , '64', '', d)}" 79 TUNE_FEATURES:tune-mips64 = "n64 bigendian fpu-hard" 94 TUNE_FEATURES:tune-mips64el = "n64 fpu-hard" 109 TUNE_FEATURES:tune-mips64-nf = "n64 bigendian" [all …]
|
H A D | tune-mips64r6.inc | 11 TUNE_FEATURES:tune-mipsisa64r6 = "bigendian fpu-hard n64 mipsisa64r6 r6" 16 TUNE_FEATURES:tune-mipsisa64r6el = "fpu-hard r6 n64 mipsisa64r6" 24 TUNE_FEATURES:tune-mipsisa64r6-nf = "bigendian r6 n64 mipsisa64r6" 29 TUNE_FEATURES:tune-mipsisa64r6el-nf = "r6 n64 mipsisa64r6"
|
H A D | tune-mips32r6.inc | 6 TUNECONFLICTS[mipsisa32r6] = "n64 n32"
|
H A D | tune-mips32r2.inc | 6 TUNECONFLICTS[mips32r2] = "n64 n32"
|
H A D | tune-mips32.inc | 6 TUNECONFLICTS[mips32] = "n64 n32"
|
H A D | README | 10 *) o32, n32, n64 ABI
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | div64.h | 16 unsigned long long n64; \ 21 __n.n64 = (n); \ 30 (n) = __n.n64; \
|
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 83 uint64_t o64, n64, r64; in hppa_lws() local 85 n64 = *(uint64_t *)g2h(cs, new); in hppa_lws() 88 o64, n64); in hppa_lws() 95 *(uint64_t *)g2h(cs, addr) = n64; in hppa_lws()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 203 # define __DECL_REG(n64, n32) union { \ argument 204 uint64_t n64; \ 209 #define __DECL_REG(n64, n32) uint64_t n64 argument
|
/openbmc/qemu/configs/targets/ |
H A D | mips64el-linux-user.mak | 4 TARGET_SYSTBL_ABI=n64
|
H A D | mips64-linux-user.mak | 4 TARGET_SYSTBL_ABI=n64
|
/openbmc/linux/arch/mips/n64/ |
H A D | Platform | 6 cflags-$(CONFIG_MACH_NINTENDO64) += -I$(srctree)/arch/mips/include/asm/mach-n64
|
/openbmc/linux/sound/mips/ |
H A D | Makefile | 12 obj-$(CONFIG_SND_N64) += snd-n64.o
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | mips64.patch | 1 Recognise mips64 n32/n64
|
/openbmc/linux/arch/mips/ |
H A D | Kbuild.platforms | 21 platform-$(CONFIG_MACH_NINTENDO64) += n64/
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ |
H A D | ltrace_git.bb | 24 file://0001-Add-support-for-mips64-n32-n64.patch \
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | add-64-bit-flag-for-ELF64-entries.patch | 97 + /* n64 libraries are always libc.so.6+. */
|
/openbmc/linux/arch/mips/kernel/ |
H A D | Makefile | 76 obj-$(CONFIG_64BIT) += scall64-n64.o
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | tgafb.c | 1066 unsigned long dpos, spos, i, n64; local 1073 n64 = (height * width) / 64; 1079 for (i = 0; i < n64; ++i) { 1091 for (i = 0; i < n64; ++i) {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 4 Subject: [PATCH] Add support for mips64 n32/n64 793 + /* n32 personality is best approximated by n64, 802 + the order: o32, n32, n64, o64 1130 +# Default is o32; arch=mips64 generates n64 syscalls
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_deb.bbclass | 34 if "n64" in tune_features:
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rust-target-config.bbclass | 244 DATA_LAYOUT[riscv64gc] = "e-m:e-p:64:64-i64:64-i128:128-n64-S128"
|