Searched defs:temp (Results 76 - 100 of 106) sorted by relevance

12345

/arch/powerpc/sysdev/qe_lib/
H A Dqe_ic.c204 u32 temp; local
208 temp = qe_ic_read(qe_ic->regs, qe_ic_info[src].mask_reg);
210 temp | qe_ic_info[src].mask);
220 u32 temp; local
224 temp = qe_ic_read(qe_ic->regs, qe_ic_info[src].mask_reg);
226 temp & ~qe_ic_info[src].mask);
319 u32 temp = 0, ret, high_active = 0; local
352 temp |= CICR_GWCC;
354 temp |= CICR_GXCC;
356 temp |
386 u32 temp = 0; local
404 u32 temp; local
433 u32 temp, control_reg = QEIC_CICNR, shift = 0; local
[all...]
/arch/s390/kvm/
H A Dguestdbg.c350 void *temp = NULL; local
360 temp = kmalloc(wp_info->len, GFP_KERNEL);
361 if (!temp)
365 if (!read_guest(vcpu, wp_info->phys_addr, temp,
367 if (memcmp(temp, wp_info->old_data, wp_info->len)) {
368 kfree(temp);
372 kfree(temp);
373 temp = NULL;
/arch/tile/gxio/
H A Diorpc_trio.c27 struct alloc_asids_param temp; local
28 struct alloc_asids_param *params = &temp;
51 struct alloc_memory_maps_param temp; local
52 struct alloc_memory_maps_param *params = &temp;
74 struct alloc_scatter_queues_param temp; local
75 struct alloc_scatter_queues_param *params = &temp;
98 struct alloc_pio_regions_param temp; local
99 struct alloc_pio_regions_param *params = &temp;
122 struct init_pio_region_aux_param temp; local
123 struct init_pio_region_aux_param *params = &temp;
155 struct init_memory_map_mmu_aux_param temp; local
182 struct get_port_property_param temp; local
205 struct config_legacy_intr_param temp; local
236 struct config_msi_intr_param temp; local
265 struct set_mps_mrs_param temp; local
284 struct force_rc_link_up_param temp; local
301 struct force_ep_link_up_param temp; local
319 struct get_mmio_base_param temp; local
340 struct check_mmio_offset_param temp; local
[all...]
H A Diorpc_mpipe.c28 struct alloc_buffer_stacks_param temp; local
29 struct alloc_buffer_stacks_param *params = &temp;
56 struct init_buffer_stack_aux_param temp; local
57 struct init_buffer_stack_aux_param *params = &temp;
87 struct alloc_notif_rings_param temp; local
88 struct alloc_notif_rings_param *params = &temp;
112 struct init_notif_ring_aux_param temp; local
113 struct init_notif_ring_aux_param *params = &temp;
141 struct request_notif_ring_interrupt_param temp; local
142 struct request_notif_ring_interrupt_param *params = &temp;
164 struct enable_notif_ring_interrupt_param temp; local
186 struct alloc_notif_groups_param temp; local
208 struct init_notif_group_param temp; local
229 struct alloc_buckets_param temp; local
250 struct init_bucket_param temp; local
272 struct alloc_edma_rings_param temp; local
298 struct init_edma_ring_aux_param temp; local
339 struct register_client_memory_param temp; local
361 struct link_open_aux_param temp; local
379 struct link_close_aux_param temp; local
399 struct link_set_attr_aux_param temp; local
422 struct get_timestamp_aux_param temp; local
446 struct set_timestamp_aux_param temp; local
465 struct adjust_timestamp_aux_param temp; local
488 struct config_edma_ring_blks_param temp; local
509 struct adjust_timestamp_freq_param temp; local
527 struct arm_pollfd_param temp; local
544 struct close_pollfd_param temp; local
562 struct get_mmio_base_param temp; local
583 struct check_mmio_offset_param temp; local
[all...]
/arch/alpha/kernel/
H A Dcore_t2.c328 unsigned long temp;
333 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);
334 *(vulp)T2_WBASE1 = temp | 0x80000UL; /* OR in ENABLE bit */
335 temp = (length - 1) & 0xfff00000UL;
336 *(vulp)T2_WMASK1 = temp;
350 unsigned long temp;
357 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);
358 *(vulp)T2_WBASE2 = temp | 0xc0000UL; /* OR in ENABLE/SG bits */
359 temp = (length - 1) & 0xfff00000UL;
360 *(vulp)T2_WMASK2 = temp;
327 unsigned long temp; local
349 unsigned long temp; local
409 unsigned long temp; local
[all...]
H A Dcore_wildfire.c179 unsigned long temp; local
190 temp = fast->qsd_whami.csr;
192 printk(KERN_ERR "fast QSD_WHAMI at base %p is 0x%lx\n", fast, temp);
195 hard_qbb = (temp >> 8) & 7;
196 soft_qbb = (temp >> 4) & 7;
217 temp = qsa->qsa_qbb_id.csr;
219 printk(KERN_ERR "QSA_QBB_ID at base %p is 0x%lx\n", qsa, temp);
222 if (temp & 0x40) /* Is there an HS? */
225 if (temp & 0x20) { /* Is there a GP? */
227 temp
[all...]
H A Dcore_cia.c355 int temp, use_tbia_try2 = 0;
401 temp = *(vip)CIA_IOC_TB_TAGn(0);
402 if (temp != tag0) {
404 "(tag0 %#x != %#x)\n", temp, tag0);
407 temp = *(vip)CIA_IOC_TB_TAGn(1);
408 if (temp != 0) {
410 "(tag1 %#x != 0)\n", temp);
413 temp = *(vip)CIA_IOC_TBn_PAGEm(0,0);
414 if (temp != pte0) {
416 "(pte0 %#x != %#x)\n", temp, pte
354 int temp, use_tbia_try2 = 0; local
633 int temp, cia_rev, tbia_window; local
[all...]
/arch/m68k/kernel/
H A Dsignal.c140 unsigned long temp; local
147 : "=r" (temp)
150 temp &= PAGE_MASK;
151 temp |= vaddr & ~PAGE_MASK;
157 : : "a" (temp));
160 unsigned long temp; local
164 : "=a" (temp)
169 : : "a" (temp));
176 unsigned long temp; local
177 asm volatile ("movec %%cacr,%0" : "=r" (temp));
690 int temp; local
[all...]
/arch/m68k/mac/
H A Dmisc.c354 __u8 temp; local
358 temp = 0x55;
359 via_pram_command(0x35, &temp);
369 temp = 0xD5;
370 via_pram_command(0x35, &temp);
/arch/mips/include/asm/
H A Dstackframe.h103 .macro set_saved_sp stackp temp temp2
104 ASM_CPUID_MFC0 \temp, ASM_SMP_CPUID_REG
105 LONG_SRL \temp, SMP_CPUID_PTRSHIFT variable
106 LONG_S \stackp, kernelsp(\temp)
141 .macro set_saved_sp stackp temp temp2
/arch/powerpc/boot/
H A Dprpmc2800.c474 u32 temp; local
479 temp = in_le32((u32 *)(bridge_base + MV64x60_MPP_CNTL_0));
480 temp &= 0xFFFF0FFF;
481 out_le32((u32 *)(bridge_base + MV64x60_MPP_CNTL_0), temp);
483 temp = in_le32((u32 *)(bridge_base + MV64x60_GPP_LEVEL_CNTL));
484 temp |= 0x00000004;
485 out_le32((u32 *)(bridge_base + MV64x60_GPP_LEVEL_CNTL), temp);
487 temp = in_le32((u32 *)(bridge_base + MV64x60_GPP_IO_CNTL));
488 temp |= 0x00000004;
489 out_le32((u32 *)(bridge_base + MV64x60_GPP_IO_CNTL), temp);
[all...]
/arch/powerpc/sysdev/
H A Dtsi108_pci.c152 u32 temp; local
165 __tsi108_read_pci_config(temp, cfg_addr, "lbzx");
168 __tsi108_read_pci_config(temp, cfg_addr, "lhbrx");
171 __tsi108_read_pci_config(temp, cfg_addr, "lwbrx");
175 *val = temp;
178 if ((0xFFFFFFFF != temp) && (0xFFFF != temp) && (0xFF != temp)) {
286 u_int temp = 0; local
298 temp
[all...]
/arch/x86/net/
H A Dbpf_jit_comp.c129 [AUX_REG] = 3, /* r11 temp register */
195 u8 temp[BPF_MAX_INSN_SIZE + BPF_INSN_SAFETY]; local
198 u8 *prog = temp;
886 ilen = prog - temp;
897 memcpy(image + proglen, temp, ilen);
901 prog = temp;
/arch/arm/mach-imx/
H A Dclk-pllv2.c82 s64 temp; local
102 temp = (u64) ref_clk * mfn_abs;
103 do_div(temp, mfd + 1);
105 temp = -temp;
106 temp = (ref_clk * mfi) + temp;
108 return temp;
/arch/arm/mach-pxa/
H A Dsharpsl_pm.c468 int i, j, k, temp, sum = 0; local
471 temp = val[0];
474 if (temp < val[i]) {
475 temp = val[i];
481 temp = val[4];
484 if (temp > val[i]) {
485 temp = val[i];
559 int temp, i, buff[5]; local
566 temp = get_select_val(buff);
567 dev_dbg(sharpsl_pm.dev, "AC Voltage: %d\n", temp);
[all...]
/arch/arm64/kernel/
H A Darmv8_deprecated.c280 #define __user_swpX_asm(data, addr, res, temp, B) \
298 : "=&r" (res), "+r" (data), "=&r" (temp) \
302 #define __user_swp_asm(data, addr, res, temp) \
303 __user_swpX_asm(data, addr, res, temp, "")
304 #define __user_swpb_asm(data, addr, res, temp) \
305 __user_swpX_asm(data, addr, res, temp, "b")
347 unsigned long temp; local
350 __user_swpb_asm(*data, address, res, temp);
352 __user_swp_asm(*data, address, res, temp);
/arch/frv/include/asm/
H A Dmath-emu.h102 struct fp_ext temp[2]; member in struct:fp_data
/arch/m68k/include/asm/
H A Dmath-emu.h102 struct fp_ext temp[2]; member in struct:fp_data
/arch/parisc/kernel/
H A Dmodule.c165 int sign, temp; local
168 temp = sign_unext(x, len-1);
169 return (temp << 1) | sign;
/arch/powerpc/kernel/
H A Dalign.c474 } data, temp; local
529 temp.ll = data.ll = 0;
535 ret |= __get_user_inatomic(temp.v[0], p++);
536 ret |= __get_user_inatomic(temp.v[1], p++);
537 ret |= __get_user_inatomic(temp.v[2], p++);
538 ret |= __get_user_inatomic(temp.v[3], p++);
540 ret |= __get_user_inatomic(temp.v[4], p++);
541 ret |= __get_user_inatomic(temp.v[5], p++);
543 ret |= __get_user_inatomic(temp.v[6], p++);
544 ret |= __get_user_inatomic(temp
[all...]
/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c377 u64 temp; local
395 temp = 1000000000000ULL;
396 do_div(temp, pixclock);
397 freq = temp;
/arch/frv/kernel/
H A Dgdb-stub.c1395 unsigned long addr, length, loop, dbar, temp, temp2, temp3; local
1428 temp = (unsigned long) __entry_kerneltrap_table;
1432 if (temp3 == temp + TBR_TT_INTERRUPT_15 ||
1446 if (temp3 == temp + TBR_TT_DECREMENT_TIMER ||
1613 temp = (unsigned long) __frame;
1614 ptr = mem2hex(&temp, ptr, 4, 0);
1620 temp = (unsigned long) __debug_frame;
1621 ptr = mem2hex(&temp, ptr, 4, 0);
1688 ptr = hex2mem(ptr, &temp, 4);
1693 ptr = hex2mem(ptr, &temp,
[all...]
/arch/ia64/kernel/
H A Diosapic.c1016 struct iosapic_rte_info *rte, *temp; local
1018 list_for_each_entry_safe(rte, temp, &iosapic_intr_info[irq].rtes,
/arch/s390/math-emu/
H A Dmath.c1304 __u32 temp; local
1306 temp = regs->gprs[rx];
1307 if ((temp & ~FPC_VALID_MASK) != 0)
1309 current->thread.fp_regs.fpc = temp;
1915 __u64 *dxb, temp; local
1921 mathemu_copy_from_user(&temp, dxb, 8);
1925 (regs, opcode[1] >> 4, (double *) &temp);
1930 __u32 *dxb, temp; local
1936 mathemu_get_user(temp, dxb);
1940 (regs, opcode[1] >> 4, (float *) &temp);
1945 __u64 *dxb, temp; local
1961 __u32 *dxb, temp; local
1979 __u64 *dxb, temp; local
1998 __u32 *dxb, temp; local
2014 __u32 *dxb, temp; local
2202 __u32 *dxb, temp; local
2229 __u32 temp; local
[all...]
/arch/sparc/net/
H A Dbpf_jit_comp.c366 u32 temp[8], *prog, *func, seen = 0, pass; local
393 prog = temp;
774 ilen = (void *) prog - (void *) temp;
782 memcpy(image + proglen, temp, ilen);
786 prog = temp;

Completed in 2819 milliseconds

12345