Home
last modified time | relevance | path

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

/arch/mn10300/mm/
Dcache-dbg-inv.S22 .globl debugger_local_cache_flushinv symbol
26 # void debugger_local_cache_flushinv(void)
32 .globl debugger_local_cache_flushinv symbol
33 .type debugger_local_cache_flushinv,@function
34 debugger_local_cache_flushinv: label
47 .size debugger_local_cache_flushinv,.-debugger_local_cache_flushinv
Dcache-dbg-flush-by-reg.S24 # void debugger_local_cache_flushinv(void)
29 .globl debugger_local_cache_flushinv symbol
30 .type debugger_local_cache_flushinv,@function
31 debugger_local_cache_flushinv: label
88 .size debugger_local_cache_flushinv,.-debugger_local_cache_flushinv
Dcache-dbg-flush-by-tag.S24 # void debugger_local_cache_flushinv(void)
30 .globl debugger_local_cache_flushinv symbol
31 .type debugger_local_cache_flushinv,@function
32 debugger_local_cache_flushinv: label
/arch/mn10300/include/asm/
Ddebugger.h21 extern void debugger_local_cache_flushinv(void);
24 static inline void debugger_local_cache_flushinv(void) {} in debugger_local_cache_flushinv() function
/arch/mn10300/kernel/
Dkgdb.c463 debugger_local_cache_flushinv(); in debugger_intercept()
495 debugger_local_cache_flushinv(); in debugger_nmi_interrupt()
Dgdb-stub.c1667 debugger_local_cache_flushinv(); in gdbstub()