Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/arch/x86/entry/vdso/
A Dvgetrandom-chacha.S32 .set temp, %xmm0 define
67 pslld $16,temp
69 por temp,state3
75 pslld $12,temp
83 pslld $8,temp
91 pslld $7,temp
106 pslld $16,temp
114 pslld $12,temp
122 pslld $8,temp
130 pslld $7,temp
[all …]
/arch/microblaze/kernel/
A Dkgdb.c41 int temp; in pt_regs_to_gdb_regs() local
48 __asm__ __volatile__ ("mfs %0, rbtr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
49 gdb_regs[GDB_BTR] = temp; in pt_regs_to_gdb_regs()
56 __asm__ __volatile__ ("mfs %0, redr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
57 gdb_regs[GDB_REDR] = temp; in pt_regs_to_gdb_regs()
58 __asm__ __volatile__ ("mfs %0, rpid;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
59 gdb_regs[GDB_RPID] = temp; in pt_regs_to_gdb_regs()
61 gdb_regs[GDB_RZPR] = temp; in pt_regs_to_gdb_regs()
63 gdb_regs[GDB_RTLBX] = temp; in pt_regs_to_gdb_regs()
65 gdb_regs[GDB_RTLBLO] = temp; in pt_regs_to_gdb_regs()
[all …]
/arch/arm/include/asm/
A Dirqflags.h74 unsigned long flags, temp; in arch_local_irq_save() local
80 : "=r" (flags), "=r" (temp) in arch_local_irq_save()
92 unsigned long temp; in arch_local_irq_enable() local
97 : "=r" (temp) in arch_local_irq_enable()
108 unsigned long temp; in arch_local_irq_disable() local
113 : "=r" (temp) in arch_local_irq_disable()
123 unsigned long temp; \
128 : "=r" (temp) \
138 unsigned long temp; \
143 : "=r" (temp) \
/arch/powerpc/platforms/85xx/
A Dmpc85xx_mds.c89 int temp; in mpc8568_mds_phy_fixups() local
100 if (temp < 0) in mpc8568_mds_phy_fixups()
101 return temp; in mpc8568_mds_phy_fixups()
103 temp = (temp & (~0x8000)) | 0x4000; in mpc8568_mds_phy_fixups()
116 if (temp < 0) in mpc8568_mds_phy_fixups()
117 return temp; in mpc8568_mds_phy_fixups()
121 if (temp < 0) in mpc8568_mds_phy_fixups()
122 return temp; in mpc8568_mds_phy_fixups()
124 temp &= ~0x0020; in mpc8568_mds_phy_fixups()
134 if (temp < 0) in mpc8568_mds_phy_fixups()
[all …]
/arch/hexagon/include/asm/
A Dspinlock.h60 int temp; in arch_read_trylock() local
68 : "=&r" (temp) in arch_read_trylock()
72 return temp; in arch_read_trylock()
93 int temp; in arch_write_trylock() local
101 : "=&r" (temp) in arch_write_trylock()
105 return temp; in arch_write_trylock()
138 int temp; in arch_spin_trylock() local
146 : "=&r" (temp) in arch_spin_trylock()
150 return temp; in arch_spin_trylock()
/arch/microblaze/kernel/cpu/
A Dcpuinfo-pvr-full.c31 u32 temp; /* for saving temp value */ in set_cpuinfo_pvr_full() local
42 if (ci->use_instr != temp) in set_cpuinfo_pvr_full()
44 ci->use_instr = temp; in set_cpuinfo_pvr_full()
47 if (ci->use_mult != temp) in set_cpuinfo_pvr_full()
49 ci->use_mult = temp; in set_cpuinfo_pvr_full()
51 temp = PVR_USE_FPU(pvr) | PVR_USE_FPU2(pvr); in set_cpuinfo_pvr_full()
52 if (ci->use_fpu != temp) in set_cpuinfo_pvr_full()
54 ci->use_fpu = temp; in set_cpuinfo_pvr_full()
88 temp = PVR_DCACHE_USE_WRITEBACK(pvr); in set_cpuinfo_pvr_full()
89 if (ci->dcache_wb != temp) in set_cpuinfo_pvr_full()
[all …]
/arch/parisc/lib/
A Dbitops.c23 unsigned long temp, flags; in __xchg64() local
26 temp = *ptr; in __xchg64()
29 return temp; in __xchg64()
36 long temp; in __xchg32() local
39 temp = (long) *ptr; /* XXX - sign extension wanted? */ in __xchg32()
42 return (unsigned long)temp; in __xchg32()
49 long temp; in __xchg8() local
52 temp = (long) *ptr; /* XXX - sign extension wanted? */ in __xchg8()
55 return (unsigned long)temp; in __xchg8()
/arch/powerpc/kernel/
A Dalign.c115 } data, temp; in emulate_spe() local
165 temp.ll = data.ll = 0; in emulate_spe()
192 data.ll = temp.ll; in emulate_spe()
195 data.h[0] = temp.h[3]; in emulate_spe()
196 data.h[2] = temp.h[3]; in emulate_spe()
200 data.h[1] = temp.h[3]; in emulate_spe()
201 data.h[3] = temp.h[3]; in emulate_spe()
204 data.h[0] = temp.h[2]; in emulate_spe()
205 data.h[2] = temp.h[3]; in emulate_spe()
209 data.h[1] = temp.h[2]; in emulate_spe()
[all …]
/arch/arm/mach-socfpga/
A Dsocfpga.c70 u32 temp; in socfpga_cyclone5_restart() local
72 temp = readl(rst_manager_base_addr + SOCFPGA_RSTMGR_CTRL); in socfpga_cyclone5_restart()
75 temp |= RSTMGR_CTRL_SWWARMRSTREQ; in socfpga_cyclone5_restart()
77 temp |= RSTMGR_CTRL_SWCOLDRSTREQ; in socfpga_cyclone5_restart()
78 writel(temp, rst_manager_base_addr + SOCFPGA_RSTMGR_CTRL); in socfpga_cyclone5_restart()
83 u32 temp; in socfpga_arria10_restart() local
85 temp = readl(rst_manager_base_addr + SOCFPGA_A10_RSTMGR_CTRL); in socfpga_arria10_restart()
88 temp |= RSTMGR_CTRL_SWWARMRSTREQ; in socfpga_arria10_restart()
90 temp |= RSTMGR_CTRL_SWCOLDRSTREQ; in socfpga_arria10_restart()
91 writel(temp, rst_manager_base_addr + SOCFPGA_A10_RSTMGR_CTRL); in socfpga_arria10_restart()
/arch/arc/include/asm/
A Dirqflags-compact.h67 unsigned long temp, flags; in arch_local_irq_save() local
74 : "=r"(temp), "=r"(flags) in arch_local_irq_save()
102 unsigned long temp; in arch_local_irq_enable() local
108 : "=&r"(temp) in arch_local_irq_enable()
119 unsigned long temp; in arch_local_irq_disable() local
125 : "=&r"(temp) in arch_local_irq_disable()
135 unsigned long temp; in arch_local_save_flags() local
139 : "=&r"(temp) in arch_local_save_flags()
143 return temp; in arch_local_save_flags()
A Dirqflags-arcv2.h101 unsigned long temp; in arch_local_save_flags() local
105 : "=&r"(temp) in arch_local_save_flags()
113 temp = (1 << 5) | in arch_local_save_flags()
114 ((!!(temp & STATUS_IE_MASK)) << CLRI_STATUS_IE_BIT) | in arch_local_save_flags()
115 ((temp >> 1) & CLRI_STATUS_E_MASK); in arch_local_save_flags()
116 return temp; in arch_local_save_flags()
/arch/m68k/lib/
A Dmemset.c13 size_t temp; in memset() local
32 temp = count >> 2; in memset()
33 if (temp) { in memset()
36 for (; temp; temp--) in memset()
58 : "=a" (ls), "=d" (temp), "=&d" (temp1) in memset()
59 : "d" (c), "0" (ls), "1" (temp)); in memset()
A Dmemmove.c13 size_t temp; in memmove() local
35 temp = n >> 2; in memmove()
36 if (temp) { in memmove()
39 temp--; in memmove()
42 while (temp--); in memmove()
77 temp = n >> 2; in memmove()
78 if (temp) { in memmove()
81 temp--; in memmove()
84 while (temp--); in memmove()
A Dmemcpy.c13 size_t temp; in memcpy() local
42 temp = n >> 2; in memcpy()
43 if (temp) { in memcpy()
47 for (; temp; temp--) in memcpy()
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
70 : "0" (lfrom), "1" (lto), "2" (temp)); in memcpy()
/arch/alpha/include/asm/
A Dbitops.h31 unsigned long temp; in set_bit() local
42 :"=&r" (temp), "=m" (*m) in set_bit()
60 unsigned long temp; in clear_bit() local
71 :"=&r" (temp), "=m" (*m) in clear_bit()
103 unsigned long temp; in change_bit() local
114 :"=&r" (temp), "=m" (*m) in change_bit()
133 unsigned long temp; in test_and_set_bit() local
163 unsigned long temp; in test_and_set_bit_lock() local
204 unsigned long temp; in test_and_clear_bit() local
248 unsigned long temp; in test_and_change_bit() local
[all …]
A Datomic.h44 unsigned long temp; \
53 :"=&r" (temp), "=m" (v->counter) \
60 long temp, result; \
70 :"=&r" (temp), "=m" (v->counter), "=&r" (result) \
79 long temp, result; \
88 :"=&r" (temp), "=m" (v->counter), "=&r" (result) \
97 s64 temp; \
106 :"=&r" (temp), "=m" (v->counter) \
114 s64 temp, result; \
124 :"=&r" (temp), "=m" (v->counter), "=&r" (result) \
[all …]
/arch/sh/include/asm/
A Datomic-irq.h26 unsigned long temp, flags; \
29 temp = v->counter; \
30 temp c_op i; \
31 v->counter = temp; \
34 return temp; \
40 unsigned long temp, flags; \
43 temp = v->counter; \
47 return temp; \
/arch/powerpc/sysdev/
A Dtsi108_pci.c138 u32 temp; in tsi108_direct_read_config() local
161 *val = temp; in tsi108_direct_read_config()
164 if ((0xFFFFFFFF != temp) && (0xFFFF != temp) && (0xFF != temp)) { in tsi108_direct_read_config()
271 u_int temp = 0; in get_pci_source() local
283 temp = in get_pci_source()
288 if (temp & (1 << mask % 4)) { in get_pci_source()
308 temp = in get_pci_source()
312 temp = in get_pci_source()
315 printk("cfg_ctl=0x%08x ", temp); in get_pci_source()
316 temp = in get_pci_source()
[all …]
A Dipic.c526 u32 temp; in ipic_unmask_irq() local
542 u32 temp; in ipic_mask_irq() local
562 u32 temp; in ipic_ack_irq() local
581 u32 temp; in ipic_mask_irq_and_ack() local
704 u32 temp = 0, ret; in ipic_init() local
730 temp |= SICFR_IPSA; in ipic_init()
732 temp |= SICFR_IPSB; in ipic_init()
734 temp |= SICFR_IPSC; in ipic_init()
736 temp |= SICFR_IPSD; in ipic_init()
745 temp = 0; in ipic_init()
[all …]
/arch/alpha/kernel/
A Dcore_wildfire.c182 unsigned long temp; in wildfire_hardware_probe() local
193 temp = fast->qsd_whami.csr; in wildfire_hardware_probe()
198 hard_qbb = (temp >> 8) & 7; in wildfire_hardware_probe()
199 soft_qbb = (temp >> 4) & 7; in wildfire_hardware_probe()
220 temp = qsa->qsa_qbb_id.csr; in wildfire_hardware_probe()
230 temp = 0; in wildfire_hardware_probe()
235 i, gp, temp); in wildfire_hardware_probe()
241 soft_qbb = temp & 7; in wildfire_hardware_probe()
245 temp >>= 4; in wildfire_hardware_probe()
254 temp = qsd->qsd_whami.csr; in wildfire_hardware_probe()
[all …]
A Dcore_cia.c355 int temp, use_tbia_try2 = 0; in verify_tb_operation() local
402 if (temp != tag0) { in verify_tb_operation()
408 if (temp != 0) { in verify_tb_operation()
414 if (temp != pte0) { in verify_tb_operation()
428 temp = cia_readl(bus_addr); in verify_tb_operation()
436 if (temp != data0) { in verify_tb_operation()
448 if (temp & 1) { in verify_tb_operation()
473 if (temp != data0) { in verify_tb_operation()
499 } else if (temp != data0) { in verify_tb_operation()
650 temp = *(vip)CIA_IOC_CIA_ERR; in do_init_arch()
[all …]
/arch/riscv/kvm/
A Dvcpu_sbi_pmu.c23 u64 temp; in kvm_sbi_ext_pmu_handler() local
39 temp = ((uint64_t)cp->a5 << 32) | cp->a4; in kvm_sbi_ext_pmu_handler()
41 temp = cp->a4; in kvm_sbi_ext_pmu_handler()
50 cp->a2, cp->a3, temp, retdata); in kvm_sbi_ext_pmu_handler()
54 temp = ((uint64_t)cp->a4 << 32) | cp->a3; in kvm_sbi_ext_pmu_handler()
56 temp = cp->a3; in kvm_sbi_ext_pmu_handler()
59 temp, retdata); in kvm_sbi_ext_pmu_handler()
/arch/arm/kernel/
A Dswp_emulate.c35 #define __user_swpX_asm(data, addr, res, temp, B) \ argument
54 : "=&r" (res), "+r" (data), "=&r" (temp) \
58 #define __user_swp_asm(data, addr, res, temp) \ argument
59 __user_swpX_asm(data, addr, res, temp, "")
60 #define __user_swpb_asm(data, addr, res, temp) \ argument
61 __user_swpX_asm(data, addr, res, temp, "b")
129 unsigned long temp; in emulate_swpX() local
134 __user_swpb_asm(*data, address, res, temp); in emulate_swpX()
136 __user_swp_asm(*data, address, res, temp); in emulate_swpX()
/arch/powerpc/platforms/86xx/
A Dcommon.c31 unsigned int temp; in mpc86xx_time_init() local
37 temp = mfspr(SPRN_HID0); in mpc86xx_time_init()
38 temp |= HID0_TBEN; in mpc86xx_time_init()
39 mtspr(SPRN_HID0, temp); in mpc86xx_time_init()
/arch/parisc/math-emu/
A Dfcnvfxt.c52 register unsigned int src, temp; in sgl_to_sgl_fcnvfxt() local
80 temp = src; in sgl_to_sgl_fcnvfxt()
81 Sgl_clear_signexponent_set_hidden(temp); in sgl_to_sgl_fcnvfxt()
82 Int_from_sgl_mantissa(temp,src_exponent); in sgl_to_sgl_fcnvfxt()
83 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfxt()
84 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfxt()
117 register unsigned int src, temp, resultp2; in sgl_to_dbl_fcnvfxt() local
152 temp = src; in sgl_to_dbl_fcnvfxt()
153 Sgl_clear_signexponent_set_hidden(temp); in sgl_to_dbl_fcnvfxt()
154 Dint_from_sgl_mantissa(temp,src_exponent,resultp1,resultp2); in sgl_to_dbl_fcnvfxt()

Completed in 44 milliseconds

12345678910>>...12