Home
last modified time | relevance | path

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

/arch/mn10300/mm/
Dcache-dbg-inv-by-tag.S26 # void debugger_local_cache_flushinv_one(u8 *addr)
117 .globl debugger_local_cache_flushinv_one symbol
118 .type debugger_local_cache_flushinv_one,@function
119 debugger_local_cache_flushinv_one = debugger_local_cache_flushinv_one_icache define
Dcache-dbg-flush-by-tag.S85 .globl debugger_local_cache_flushinv_one symbol
86 .type debugger_local_cache_flushinv_one,@function
87 debugger_local_cache_flushinv_one: label
114 .size debugger_local_cache_flushinv_one,.-debugger_local_cache_flushinv_one
Dcache-dbg-inv-by-reg.S20 .globl debugger_local_cache_flushinv_one symbol
24 # void debugger_local_cache_flushinv_one(u8 *addr)
Dcache-dbg-flush-by-reg.S92 # void debugger_local_cache_flushinv_one(u8 *addr)
/arch/mn10300/include/asm/
Ddebugger.h22 extern void debugger_local_cache_flushinv_one(u8 *);
25 static inline void debugger_local_cache_flushinv_one(u8 *addr) {} in debugger_local_cache_flushinv_one() function
/arch/mn10300/kernel/
Dkgdb.c329 debugger_local_cache_flushinv_one(x); in kgdb_arch_do_singlestep()
351 debugger_local_cache_flushinv_one(x); in kgdb_arch_do_singlestep()
352 debugger_local_cache_flushinv_one(y); in kgdb_arch_do_singlestep()
375 debugger_local_cache_flushinv_one(x); in kgdb_arch_undo_singlestep()
385 debugger_local_cache_flushinv_one(y); in kgdb_arch_undo_singlestep()