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

/arch/powerpc/boot/
H A Dps3.c82 u64 v2; local
103 &v2);
/arch/mips/kernel/
H A Dcpu-bugs64.c45 static inline void mult_sh_align_mod(long *v1, long *v2, long *w, argument
116 *v2 = lv2;
122 long v1[8], v2[8], w[8]; local
136 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0);
137 mult_sh_align_mod(&v1[1], &v2[1], &w[1], 32, 1);
138 mult_sh_align_mod(&v1[2], &v2[2], &w[2], 32, 2);
139 mult_sh_align_mod(&v1[3], &v2[3], &w[3], 32, 3);
140 mult_sh_align_mod(&v1[4], &v2[4], &w[4], 32, 4);
141 mult_sh_align_mod(&v1[5], &v2[5], &w[5], 32, 5);
142 mult_sh_align_mod(&v1[6], &v2[
[all...]
/arch/um/drivers/
H A Dcow_user.c113 struct cow_header_v2 v2; member in union:cow_header
324 if (n < sizeof(header->v2)) {
329 *mtime_out = be32toh(header->v2.mtime);
330 *size_out = be64toh(header->v2.size);
331 *sectorsize_out = be32toh(header->v2.sectorsize);
332 *bitmap_offset_out = sizeof(header->v2);
334 file = header->v2.backing_file;
/arch/mips/boot/
H A Delf2ecoff.c117 static int phcmp(const void *v1, const void *v2) argument
120 const Elf32_Phdr *h2 = v2;
/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c149 u64 v2; local
168 &mac, &v2);
184 &vlan_id, &v2);
H A Drepository.c66 u64 v1, u64 v2, const char *func, int line)
74 pr_devel("%s:%d: v2: %016llx\n", func, line, v2);
117 * @v2: Second repository value (low word). Optional parameter, use zero
126 u64 v2; local
135 &v2);
144 dump_node(lpar_id, n1, n2, n3, n4, v1, v2);
149 *_v2 = v2;
154 if (v2 && !_v2)
155 pr_devel("%s:%d: warning: discarding non-zero v2
65 _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2, const char *func, int line) argument
260 u64 v2 = 0; local
897 u64 v2 = 0; local
1073 create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) argument
1107 write_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) argument
[all...]
/arch/arm/mach-pxa/
H A Dviper.c119 u8 v1, v2; local
127 v2 = VIPER_VERSION;
129 v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1;
/arch/powerpc/lib/
H A Dsstep.c571 static void __kprobes do_cmp_signed(struct pt_regs *regs, long v1, long v2, argument
577 if (v1 < v2)
579 else if (v1 > v2)
588 unsigned long v2, int crfld)
593 if (v1 < v2)
595 else if (v1 > v2)
603 static int __kprobes trap_compare(long v1, long v2) argument
607 if (v1 < v2)
609 else if (v1 > v2)
613 if ((unsigned long)v1 < (unsigned long)v2)
587 do_cmp_unsigned(struct pt_regs *regs, unsigned long v1, unsigned long v2, int crfld) argument
[all...]
/arch/tile/include/hv/
H A Ddrv_xgbe_intf.h582 lepp_qsub(int v1, int v2) argument
584 int delta = v1 - v2;
/arch/s390/include/asm/
H A Detr.h63 unsigned int v2 : 1; /* validity bit ETR data frame 2 */ member in struct:etr_slsw
/arch/ia64/include/asm/
H A Dsal.h111 unsigned long v2; member in struct:ia64_sal_retval
H A Dpal.h19 * 00/03/07 davidm Updated pal_cache_flush() to be in sync with PAL v2.6.
782 u64 v2; member in struct:ia64_pal_retval
892 features_control->pal_bus_features_val = iprv.v2;
917 conf->pcci_reserved = iprv.v2;
937 prot->pcp_info[4].pcpi_data = iprv.v2 & 0xffffffff;
938 prot->pcp_info[5].pcpi_data = iprv.v2 >> 32;
1101 *(u64 *)itc_ratio = iprv.v2;
1119 *la = iprv.v2;
1420 *features_control = iprv.v2;
1460 ptce->stride[0] = iprv.v2 >> 3
[all...]

Completed in 327 milliseconds