Searched refs:pc16 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbranch.c146 u16 __user *pc16; local
157 pc16 = (unsigned short __user *)(regs->cp0_epc & ~MIPS_ISA_MODE);
158 __get_user(halfword, pc16);
159 pc16++;
165 __get_user(halfword, pc16);
166 pc16++;
173 if (get_user(halfword, pc16))
179 pc16++;
180 if (get_user(halfword, pc16))
H A Dunaligned.c691 u16 __user *pc16; local
707 pc16 = (unsigned short __user *)(regs->cp0_epc & ~MIPS_ISA_MODE);
708 __get_user(halfword, pc16);
709 pc16++;
715 __get_user(halfword, pc16);
716 pc16++;
723 if (get_user(halfword, pc16))
729 pc16++;
730 if (get_user(halfword, pc16))
1313 u16 __user *pc16; local
[all...]
H A Dtraps.c217 unsigned short __user *pc16 = NULL; local
222 pc16 = (unsigned short __user *)((unsigned long)pc & ~1);
225 if (pc16 ? __get_user(insn, pc16 + i) : __get_user(insn, pc + i)) {
229 printk("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>'));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dpinmux_defs.h199 unsigned int pc16 : 1; member in struct:__anon9155
224 unsigned int pc16 : 1; member in struct:__anon9156

Completed in 112 milliseconds