Searched refs:m64 (Results 1 - 37 of 37) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
H A DMakefile3 CFLAGS += -m64
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
H A DMakefile2 CFLAGS += -m64
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile3 ASFLAGS += -O2 -Wall -g -nostdlib -m64
/linux-4.4.14/arch/s390/kernel/vdso64/
H A DMakefile10 KBUILD_AFLAGS_64 := $(filter-out -m64,$(KBUILD_AFLAGS))
11 KBUILD_AFLAGS_64 += -m64 -s
13 KBUILD_CFLAGS_64 := $(filter-out -m64,$(KBUILD_CFLAGS))
14 KBUILD_CFLAGS_64 += -m64 -fPIC -shared -fno-common -fno-builtin
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
H A DMakefile2 CFLAGS += -m64
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile5 CFLAGS += -m64
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A DMakefile13 $(CC) $(CFLAGS) -m64 -o $@ $^
/linux-4.4.14/ipc/
H A Dcompat.c436 static inline int get_compat_msqid64(struct msqid64_ds *m64, get_compat_msqid64() argument
443 err = __get_compat_ipc64_perm(&m64->msg_perm, &up64->msg_perm); get_compat_msqid64()
444 err |= __get_user(m64->msg_qbytes, &up64->msg_qbytes); get_compat_msqid64()
460 static inline int put_compat_msqid64_ds(struct msqid64_ds *m64, put_compat_msqid64_ds() argument
467 err = __put_compat_ipc64_perm(&m64->msg_perm, &up64->msg_perm); put_compat_msqid64_ds()
468 err |= __put_user(m64->msg_stime, &up64->msg_stime); put_compat_msqid64_ds()
469 err |= __put_user(m64->msg_rtime, &up64->msg_rtime); put_compat_msqid64_ds()
470 err |= __put_user(m64->msg_ctime, &up64->msg_ctime); put_compat_msqid64_ds()
471 err |= __put_user(m64->msg_cbytes, &up64->msg_cbytes); put_compat_msqid64_ds()
472 err |= __put_user(m64->msg_qnum, &up64->msg_qnum); put_compat_msqid64_ds()
473 err |= __put_user(m64->msg_qbytes, &up64->msg_qbytes); put_compat_msqid64_ds()
474 err |= __put_user(m64->msg_lspid, &up64->msg_lspid); put_compat_msqid64_ds()
475 err |= __put_user(m64->msg_lrpid, &up64->msg_lrpid); put_compat_msqid64_ds()
501 struct msqid64_ds m64; COMPAT_SYSCALL_DEFINE3() local
505 memset(&m64, 0, sizeof(m64)); COMPAT_SYSCALL_DEFINE3()
516 err = get_compat_msqid64(&m64, uptr); COMPAT_SYSCALL_DEFINE3()
518 err = get_compat_msqid(&m64, uptr); COMPAT_SYSCALL_DEFINE3()
522 p = compat_alloc_user_space(sizeof(m64)); COMPAT_SYSCALL_DEFINE3()
523 if (copy_to_user(p, &m64, sizeof(m64))) COMPAT_SYSCALL_DEFINE3()
531 p = compat_alloc_user_space(sizeof(m64)); COMPAT_SYSCALL_DEFINE3()
535 if (copy_from_user(&m64, p, sizeof(m64))) COMPAT_SYSCALL_DEFINE3()
538 err2 = put_compat_msqid64_ds(&m64, uptr); COMPAT_SYSCALL_DEFINE3()
540 err2 = put_compat_msqid_ds(&m64, uptr); COMPAT_SYSCALL_DEFINE3()
/linux-4.4.14/arch/sparc/
H A DMakefile35 CHECKFLAGS += -D__sparc__ -D__sparc_v9__ -D__arch64__ -m64
40 KBUILD_CFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow
44 KBUILD_AFLAGS += -m64 -mcpu=ultrasparc -Wa,--undeclared-regs
/linux-4.4.14/arch/s390/kernel/vdso32/
H A DMakefile10 KBUILD_AFLAGS_31 := $(filter-out -m64,$(KBUILD_AFLAGS))
13 KBUILD_CFLAGS_31 := $(filter-out -m64,$(KBUILD_CFLAGS))
/linux-4.4.14/arch/x86/um/vdso/
H A DMakefile24 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_arith.c23 .mant = { .m64 = ~0 }
107 if (dest->mant.m64 < src->mant.m64) { fp_fadd()
184 dest->mant.m64 = 0; fp_fmul()
254 dest->mant.m64 = 0; fp_fdiv()
272 dest->mant.m64 = 0; fp_fdiv()
342 dest->mant.m64 = 0; fp_fsglmul()
392 dest->mant.m64 = 0; fp_fsgldiv()
410 dest->mant.m64 = 0; fp_fsgldiv()
468 dest->mant.m64 = 0; fp_roundint()
473 if (oldmant.m64 == dest->mant.m64) fp_roundint()
508 if (oldmant.m64 == (1ULL << 63)) fp_roundint()
553 dest->mant.m64 = 1ULL << 63; fp_roundint()
601 fp_set_quotient((dest->mant.m64 & 0x7f) | (dest->sign << 7)); modrem_kernel()
H A Dmulti_arith.h101 if (reg->mant.m64) fp_addcarry()
103 reg->mant.m64 = 0; fp_addcarry()
192 if (src->mant.m64 >= div->mant.m64) { fp_dividemant()
251 dest->mant.m64 = src->m64[0]; fp_putmant128()
H A Dfp_emu.h49 #define IS_ZERO(a) ((a)->mant.m64 == 0)
105 dest->mant.m64 = 0; \
/linux-4.4.14/arch/tile/kernel/vdso/
H A DMakefile93 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS))
95 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
/linux-4.4.14/arch/s390/
H A DMakefile20 KBUILD_CFLAGS += -m64
21 KBUILD_AFLAGS += -m64
/linux-4.4.14/arch/x86/entry/vdso/
H A DMakefile44 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
67 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
134 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO
138 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
/linux-4.4.14/arch/s390/boot/compressed/
H A DMakefile11 KBUILD_CFLAGS := -m64 -D__KERNEL__ $(LINUX_INCLUDE) -O2
/linux-4.4.14/tools/testing/selftests/x86/
H A DMakefile42 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
/linux-4.4.14/arch/tile/include/uapi/asm/
H A Dptrace.h46 /* Provide appropriate length type to userspace regardless of -m32/-m64. */
/linux-4.4.14/arch/x86/
H A DMakefile84 CHECKFLAGS += -D__x86_64__ -m64
86 biarch := -m64
87 KBUILD_AFLAGS += -m64
88 KBUILD_CFLAGS += -m64
/linux-4.4.14/arch/alpha/
H A DMakefile14 CHECKFLAGS += -D__alpha__ -m64
/linux-4.4.14/arch/x86/math-emu/
H A Dreg_ld_str.c97 unsigned m64, l64; FPU_load_double() local
101 FPU_get_user(m64, 1 + (unsigned long __user *)dfloat); FPU_load_double()
105 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; FPU_load_double()
106 exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias + EXTENDED_Ebias; FPU_load_double()
107 m64 &= 0xfffff; FPU_load_double()
110 if ((m64 == 0) && (l64 == 0)) { FPU_load_double()
119 loaded_data->sigh = (m64 << 11) | 0x80000000; FPU_load_double()
126 if ((m64 == 0) && (l64 == 0)) { FPU_load_double()
133 loaded_data->sigh = m64 << 11; FPU_load_double()
142 loaded_data->sigh = (m64 << 11) | 0x80000000; FPU_load_double()
/linux-4.4.14/arch/ia64/
H A DMakefile21 CHECKFLAGS += -m64 -D__ia64=1 -D__ia64__=1 -D_LP64 -D__LP64__
/linux-4.4.14/arch/m68k/include/asm/
H A Dmath-emu.h75 unsigned long long m64; member in union:fp_mant64
80 unsigned long long m64[2]; member in union:fp_mant128
/linux-4.4.14/arch/frv/include/asm/
H A Dmath-emu.h75 unsigned long long m64; member in union:fp_mant64
80 unsigned long long m64[2]; member in union:fp_mant128
/linux-4.4.14/arch/parisc/
H A DMakefile30 CHECKFLAGS += -D__LP64__=1 -m64
/linux-4.4.14/scripts/
H A Drecordmcount.pl232 $cc .= " -m64";
255 $cc .= " -m64";
310 $cc .= " -m64";
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dinsn-x86-dat-src.c24 /* bndmk m64, bnd */ main()
47 /* bndcl r/m64, bnd */ main()
71 /* bndcu r/m64, bnd */ main()
95 /* bndcn r/m64, bnd */ main()
565 /* bndmov m64, bnd */ main()
587 /* bndmov bnd, m64 */ main()
/linux-4.4.14/crypto/
H A Dvmac.c44 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */ variable
337 t = (p1 > m63) + ((p1 == m63) && (p2 == m64)); l3hash()
H A Dcast5_generic.c323 /* (L0,R0) <-- (m1...m64). (Split the plaintext into left and __cast5_encrypt()
324 * right 32-bit halves L0 = m1...m32 and R0 = m33...m64.) __cast5_encrypt()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h699 uint32_t m64:1; member in struct:cvmx_pciercx_cfg020::cvmx_pciercx_cfg020_s
711 uint32_t m64:1;
719 uint32_t m64:1; member in struct:cvmx_pciercx_cfg020::cvmx_pciercx_cfg020_cn52xx
731 uint32_t m64:1;
H A Dcvmx-pci-defs.h898 uint32_t m64:1; member in struct:cvmx_pci_cfg60::cvmx_pci_cfg60_s
910 uint32_t m64:1;
/linux-4.4.14/arch/mips/
H A DMakefile279 CHECKFLAGS += -m64
/linux-4.4.14/arch/powerpc/boot/
H A DMakefile27 BOOTCFLAGS += -m64
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c352 r = of_get_property(dn, "ibm,opal-m64-window", NULL); pnv_ioda_parse_m64_window()
354 pr_info(" No <ibm,opal-m64-window> on %s\n", pnv_ioda_parse_m64_window()
/linux-4.4.14/drivers/misc/cxl/
H A Dpci.c526 /* pciex node: ibm,opal-m64-window = <0x3d058 0x0 0x3d058 0x0 0x8 0x0>; */ switch_card_to_cxl()

Completed in 1013 milliseconds