Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dunaligned.c114 unsigned long origpc, orig31, value; in emulate_load_store_insn() local
119 origpc = (unsigned long)pc; in emulate_load_store_insn()
544 regs->cp0_epc = origpc; in emulate_load_store_insn()
584 unsigned long origpc, contpc; in emulate_load_store_microMIPS() local
589 origpc = regs->cp0_epc; in emulate_load_store_microMIPS()
919 regs->cp0_epc = origpc; in emulate_load_store_microMIPS()
1171 regs->cp0_epc = origpc; in emulate_load_store_microMIPS()
1201 unsigned long origpc; in emulate_load_store_MIPS16e() local
1207 origpc = regs->cp0_epc; in emulate_load_store_MIPS16e()
1209 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
[all …]