Home
last modified time | relevance | path

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

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