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

/linux-master/arch/mips/kernel/
H A Dunaligned.c623 u16 __user *pc16; local
639 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc);
640 __get_user(halfword, pc16);
641 pc16++;
647 __get_user(halfword, pc16);
648 pc16++;
655 if (get_user(halfword, pc16))
661 pc16++;
662 if (get_user(halfword, pc16))
1242 u16 __user *pc16; local
[all...]
H A Dbranch.c264 u16 __user *pc16; local
273 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc);
274 __get_user(halfword, pc16);
275 pc16++;
281 __get_user(halfword, pc16);
282 pc16++;
289 if (get_user(halfword, pc16))
295 pc16++;
296 if (get_user(halfword, pc16))
H A Dtraps.c233 unsigned short *pc16 = NULL; local
238 pc16 = (u16 *)((unsigned long)pc & ~1);
241 if (pc16) {
244 if (__get_inst16(&insn16, pc16 + i, user))

Completed in 131 milliseconds