Home
last modified time | relevance | path

Searched refs:tmp64 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dperf.c567 uint64_t tmp64; in perf_stop_counters() local
575 tmp64 = (userbuf[21] << 22) & 0x00000000ffc00000; in perf_stop_counters()
576 tmp64 |= (userbuf[22] >> 42) & 0x00000000003fffff; in perf_stop_counters()
578 tmp64 |= (userbuf[22] >> 10) & 0x0000000080000000; in perf_stop_counters()
579 raddr[0] = (uint32_t)tmp64; in perf_stop_counters()
582 tmp64 = (userbuf[22] >> 9) & 0x00000000ffffffff; in perf_stop_counters()
584 tmp64 |= (userbuf[22] << 23) & 0x0000000080000000; in perf_stop_counters()
585 raddr[1] = (uint32_t)tmp64; in perf_stop_counters()
588 tmp64 = (userbuf[22] << 24) & 0x00000000ff000000; in perf_stop_counters()
589 tmp64 |= (userbuf[23] >> 40) & 0x0000000000ffffff; in perf_stop_counters()
[all …]
/linux-2.4.37.9/arch/sparc64/kernel/
Dptrace.c205 unsigned long tmp64; in do_ptrace() local
213 tmp64 = (unsigned long) tmp32; in do_ptrace()
218 &tmp64, sizeof(tmp64), 0); in do_ptrace()
219 if (copied == sizeof(tmp64)) in do_ptrace()
225 pt_os_succ_return(regs, tmp64, (long *) data); in do_ptrace()
231 unsigned long tmp64; in do_ptrace() local
242 tmp64 = data; in do_ptrace()
244 &tmp64, sizeof(tmp64), 1); in do_ptrace()
245 if (copied == sizeof(tmp64)) in do_ptrace()
/linux-2.4.37.9/arch/m68k/math-emu/
Dmulti_arith.h425 union fp_mant64 tmp64; in fp_dividemant() local
470 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant()
471 fp_sub96c(tmp, 0, tmp64.m32[0], tmp64.m32[1]); in fp_dividemant()