Searched refs:temp (Results 1 - 25 of 1261) sorted by path

1234567891011>>

/linux-master/arch/arc/include/asm/
H A Dirqflags-arcv2.h101 unsigned long temp; local
105 : "=&r"(temp)
113 temp = (1 << 5) |
114 ((!!(temp & STATUS_IE_MASK)) << CLRI_STATUS_IE_BIT) |
115 ((temp >> 1) & CLRI_STATUS_E_MASK);
116 return temp;
/linux-master/arch/arm/include/asm/
H A Dedac.h19 unsigned int temp, temp2; local
31 : "=&r"(temp), "=&r"(temp2)
H A Dirqflags.h74 unsigned long flags, temp; local
80 : "=r" (flags), "=r" (temp)
92 unsigned long temp; local
97 : "=r" (temp)
108 unsigned long temp; local
113 : "=r" (temp)
123 unsigned long temp; \
128 : "=r" (temp) \
138 unsigned long temp; \
143 : "=r" (temp) \
[all...]
/linux-master/arch/arm/probes/uprobes/
H A Dactions-arm.c20 probes_opcode_t temp; local
46 temp = __mem_to_opcode_arm(*pinsn);
47 insn = temp;
51 for (; regs; regs >>= 4, mask <<= 4, free <<= 4, temp >>= 4) {
55 if ((temp & 0xf) != 15)
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S50 | d1: temp used to form the digit
55 | d6: temp for bit-field extracts
H A Ddecbin.S133 | (*) d0: temp digit storage
179 | (*) d0: temp digit storage
269 | (*) d0: temp digit storage
393 | (*) d0: temp
395 | (*) d2: {FPCR[6:5],SM,SE} as index in RTABLE; temp
400 | (*) d0: temp
H A Dfpsp.h111 .set VER_TMP,LV+123 | temp holding for version number
130 .set WBTEMP,LV-76 | write back temp (12 bytes)
H A Dround.S144 moveml %d2/%d3,-(%a7) |make some temp registers
503 movel %d2,-(%sp) |save d2 for temp use
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S10837 mov.l %d2, -(%sp) # create some temp regs
10858 mov.l (%sp)+, %d3 # restore temp regs
10873 mov.l (%sp)+, %d3 # restore temp regs
H A Dilsp.S545 # load temp registers with operands
671 # load temp registers with operands
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h103 struct fp_ext temp[2]; member in struct:fp_data
/linux-master/arch/m68k/lib/
H A Dmemcpy.c13 size_t temp; local
42 temp = n >> 2;
43 if (temp) {
47 for (; temp; temp--)
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
70 : "0" (lfrom), "1" (lto), "2" (temp));
H A Dmemmove.c13 size_t temp; local
35 temp = n >> 2;
36 if (temp) {
39 temp--;
42 while (temp--);
77 temp = n >> 2;
78 if (temp) {
81 temp--;
84 while (temp--);
H A Dmemset.c13 size_t temp; local
32 temp = count >> 2;
33 if (temp) {
36 for (; temp; temp--)
58 : "=a" (ls), "=d" (temp), "=&d" (temp1)
59 : "d" (c), "0" (ls), "1" (temp));
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S97 lea (FPD_TEMPFP1,FPDATA),%a1 | copy src into a temp location
/linux-master/arch/mips/include/asm/
H A Dedac.h12 unsigned long temp; local
31 : "=&r" (temp), "=" GCC_OFF_SMALL_ASM() (*virt_addr)
/linux-master/arch/mips/pci/
H A Dops-lantiq.c31 u32 temp; local
57 temp = ltq_r32(((u32 *)(cfg_base)));
58 temp = swab32(temp);
61 ltq_w32(temp, ((u32 *)cfg_base));
/linux-master/arch/powerpc/include/asm/
H A Dedac.h22 unsigned int temp; local
34 : "=&r"(temp)
/linux-master/arch/powerpc/platforms/85xx/
H A Dt1042rdb_diu.c81 u64 temp; local
100 temp = 1000000000000ULL;
101 do_div(temp, pixclock);
102 freq = temp;
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl20 local temp=$(mktemp ${TMPDIR:-/tmp}/syscalltbl-common.XXXXXXXXX)
54 ) >> $temp
59 if ! cat $temp |cut -f1 |uniq -d 2>&1; then
60 echo "Error: generated system call table contains duplicate entries: $temp" >&2
80 done < $temp
81 rm $temp
/linux-master/arch/sparc/kernel/
H A Dwof.S76 mov %g5, %saved_g5 ! save away global temp register
/linux-master/drivers/acpi/
H A Dacpi_lpat.c26 int i, delta_temp, delta_raw, temp; local
38 delta_temp = lpat[i+1].temp - lpat[i].temp;
40 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw;
42 return temp;
51 * @temp: the temperature, used as a key to get the raw value from the
58 int temp)
64 if (temp >= lpat[i].temp
57 acpi_lpat_temp_to_raw(struct acpi_lpat_conversion_table *lpat_table, int temp) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c133 u32 temp; local
136 temp = acpi_db_match_argument(type_arg, acpi_db_test_types);
137 if (temp == ACPI_TYPE_NOT_FOUND) {
142 switch (temp) {
/linux-master/drivers/char/
H A Dds1620.c337 int temp; local
340 temp = cvt_9_to_int(ds1620_in(THERM_READ_TEMP, 9));
345 temp >> 1, temp & 1 ? 5 : 0,
361 "temp",
/linux-master/drivers/char/mwave/
H A D3780i.c703 unsigned short temp; local
720 temp = (unsigned short) ~(*pusIPCSource);
724 *pusIPCSource, temp);

Completed in 250 milliseconds

1234567891011>>