Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcop2.h60 extern int cu2_notifier_call_chain(unsigned long val, void *v);
/Linux-v4.19/arch/mips/kernel/
Dunaligned.c1323 cu2_notifier_call_chain(CU2_LWC2_OP, regs); in emulate_load_store_insn()
1327 cu2_notifier_call_chain(CU2_LDC2_OP, regs); in emulate_load_store_insn()
1331 cu2_notifier_call_chain(CU2_SWC2_OP, regs); in emulate_load_store_insn()
1335 cu2_notifier_call_chain(CU2_SDC2_OP, regs); in emulate_load_store_insn()
Dtraps.c1201 int cu2_notifier_call_chain(unsigned long val, void *v) in cu2_notifier_call_chain() function