Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c622 u16 __user *pc16; in emulate_load_store_microMIPS() local
639 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
640 pc16++; in emulate_load_store_microMIPS()
646 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
647 pc16++; in emulate_load_store_microMIPS()
654 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
660 pc16++; in emulate_load_store_microMIPS()
1241 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1260 pc16++; in emulate_load_store_MIPS16e()
1266 pc16++; in emulate_load_store_MIPS16e()
[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.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()