Searched refs:pc16 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/mips/kernel/ |
D | unaligned.c | 581 u16 __user *pc16; in emulate_load_store_microMIPS() local 597 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS() 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() 620 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() 1200 u16 __user *pc16; in emulate_load_store_MIPS16e() local [all …]
|
D | branch.c | 264 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()
|
D | traps.c | 232 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()
|