Searched defs:flush_idcache_range (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/util/ |
H A D | cacheflush.c | 242 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 260 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 310 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 320 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 360 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 371 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function
|
/openbmc/qemu/include/qemu/ |
H A D | cacheflush.h | 24 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function
|