Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A Dunaligned.c581 u16 __user *pc16; in emulate_load_store_microMIPS() local
598 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
599 pc16++; in emulate_load_store_microMIPS()
605 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
606 pc16++; in emulate_load_store_microMIPS()
613 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
619 pc16++; in emulate_load_store_microMIPS()
1200 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1219 pc16++; in emulate_load_store_MIPS16e()
1225 pc16++; in emulate_load_store_MIPS16e()
[all …]
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()
A Dtraps.c232 unsigned short *pc16 = NULL; in show_code() local
237 pc16 = (u16 *)((unsigned long)pc & ~1); in show_code()
240 if (pc16) { in show_code()
243 if (__get_inst16(&insn16, pc16 + i, user)) in show_code()

Completed in 11 milliseconds