Searched defs:val2 (Results 1 - 12 of 12) sorted by relevance

/arch/ia64/lib/
H A Dstrlen.S63 // For instance we don't need to look at a NaT in val2 if the zero byte
79 #define val2 r23 define
114 czx1.r val2=w[1] // search 0 byte from right following 8bytes
118 cmp.eq.and p6,p0=8,val2 // p6 = p6 and mask==8
136 tnat.nz.and p7,p0=val2 // test NaT if val2
137 (p7) br.cond.spnt .recover // jump to recovery if val2 is NaT
139 (p8) mov val1=val2 // the other test got us out of the loop
H A Dstrlen_user.S66 // For instance we don't need to look at a NaT in val2 if the zero byte
81 #define val2 r23 define
117 czx1.r val2=w[1] // search 0 byte from right following 8bytes
121 cmp.eq.and p6,p0=8,val2 // p6 = p6 and mask==8
139 tnat.nz.and p7,p0=val2 // test NaT if val2
140 (p7) br.cond.spnt .recover // jump to recovery if val2 is NaT
142 (p8) mov val1=val2 // val2 contains the value
/arch/sh/boards/mach-dreamcast/
H A Drtc.c35 unsigned long val1, val2; local
41 val2 = ((__raw_readl(AICA_RTC_SECS_H) & 0xffff) << 16) |
43 } while (val1 != val2);
59 unsigned long val1, val2; local
69 val2 = ((__raw_readl(AICA_RTC_SECS_H) & 0xffff) << 16) |
71 } while (val1 != val2);
/arch/alpha/kernel/
H A Dsys_sable.c111 int port, val1, val2; local
116 val2 = 0xE0 | 4;
120 val2 = 0xE0 | 3;
124 val2 = 0xE0 | 1;
128 outb(val2, 0x534); /* ack the master */
/arch/ia64/kernel/
H A Dparavirt.c131 unsigned long val2, unsigned long val3,
134 ia64_native_set_rr0_to_rr4(val0, val1, val2, val3, val4);
378 unsigned long val2, unsigned long val3,
130 ia64_native_set_rr0_to_rr4_func(unsigned long val0, unsigned long val1, unsigned long val2, unsigned long val3, unsigned long val4) argument
/arch/powerpc/platforms/cell/
H A Dbeat_wrapper.h43 u64 val0, u64 val1, u64 val2, u64 val3)
46 val0, val1, val2, val3);
42 beat_set_interrupt_mask(u64 index, u64 val0, u64 val1, u64 val2, u64 val3) argument
/arch/blackfin/mach-bf609/
H A Dclock.c68 u32 val2; local
70 val2 = bfin_read32(reg);
71 val2 &= ~mask;
72 val2 |= val;
73 bfin_write32(reg, val2);
/arch/ia64/include/asm/
H A Dparavirt_privop.h46 unsigned long val2, unsigned long val3,
414 unsigned long val2, unsigned long val3,
419 register unsigned long __val2 asm ("r10") = val2;
413 paravirt_set_rr0_to_rr4(unsigned long val0, unsigned long val1, unsigned long val2, unsigned long val3, unsigned long val4) argument
/arch/powerpc/lib/
H A Dsstep.c551 unsigned long val1, unsigned long val2,
554 unsigned long val = val1 + val2;
647 unsigned long int val, val2; local
1031 val2 = regs->gpr[rb];
1036 val2 = (int) val2;
1039 do_cmp_signed(regs, val, val2, rd >> 2);
1044 val2 = regs->gpr[rb];
1049 val2 = (unsigned int) val2;
550 add_with_carry(struct pt_regs *regs, int rd, unsigned long val1, unsigned long val2, unsigned long carry_in) argument
[all...]
/arch/mips/jz4740/
H A Dclock.c127 uint32_t val2; local
130 val2 = readl(jz_clock_base + reg);
131 val2 &= ~mask;
132 val2 |= val;
133 writel(val2, jz_clock_base + reg);
/arch/sparc/kernel/
H A Dtime_64.c374 unsigned long val2; local
380 val2 = __hbird_read_stick() & ~TICKCMP_IRQ_BIT;
382 return ((long)(val2 - val)) > 0L;
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_spu_defs.h124 unsigned int val2 : 5; member in struct:__anon635

Completed in 438 milliseconds