Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dunaligned.c888 unsigned long origpc; in emulate_load_store_insn() local
894 origpc = (unsigned long)pc; in emulate_load_store_insn()
1245 regs->cp0_epc = origpc; in emulate_load_store_insn()
1285 unsigned long origpc, contpc; in emulate_load_store_microMIPS() local
1290 origpc = regs->cp0_epc; in emulate_load_store_microMIPS()
1621 regs->cp0_epc = origpc; in emulate_load_store_microMIPS()
1872 regs->cp0_epc = origpc; in emulate_load_store_microMIPS()
1902 unsigned long origpc; in emulate_load_store_MIPS16e() local
1905 origpc = regs->cp0_epc; in emulate_load_store_MIPS16e()
1907 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
[all …]