Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcop2.h49 extern int cu2_notifier_call_chain(unsigned long val, void *v);
/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c554 cu2_notifier_call_chain(CU2_LWC2_OP, regs); in emulate_load_store_insn()
558 cu2_notifier_call_chain(CU2_LDC2_OP, regs); in emulate_load_store_insn()
562 cu2_notifier_call_chain(CU2_SWC2_OP, regs); in emulate_load_store_insn()
566 cu2_notifier_call_chain(CU2_SDC2_OP, regs); in emulate_load_store_insn()
H A Dtraps.c1255 int cu2_notifier_call_chain(unsigned long val, void *v) in cu2_notifier_call_chain() function