Searched refs:msk_isa16_mode (Results 1 – 8 of 8) sorted by relevance
46 insn_p = (union mips_instruction *)msk_isa16_mode(e->code); in arch_jump_label_transform()
33 if (__get_user(inst, (u16 __user *) msk_isa16_mode(epc))) { in __isa_exception_epc()267 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in __microMIPS_compute_return_epc()325 addr = (u16 __user *)msk_isa16_mode(epc); in __MIPS16e_compute_return_epc()
1407 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()2016 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()2282 if (regs->cp0_badvaddr == msk_isa16_mode(regs->cp0_epc)) in do_ade()
354 ip = (void *)msk_isa16_mode((ulong)info->func); in get_frame_info()
953 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_bp()1049 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_tr()
192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback()194 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst) in dsemul_thread_rollback()
2844 if ((get_user(instr[0], (u16 __user *)msk_isa16_mode(xcp->cp0_epc))) || in fpu_emulator_cop1Handler()2845 (get_user(instr[1], (u16 __user *)msk_isa16_mode(xcp->cp0_epc + 2))) || in fpu_emulator_cop1Handler()2846 (get_user(instr[2], (u16 __user *)msk_isa16_mode(xcp->cp0_epc + 4))) || in fpu_emulator_cop1Handler()2847 (get_user(instr[3], (u16 __user *)msk_isa16_mode(xcp->cp0_epc + 6)))) { in fpu_emulator_cop1Handler()
859 #define msk_isa16_mode(x) ((x) & ~0x1) macro863 #define msk_isa16_mode(x) (x) macro