Lines Matching refs:uintptr_t
242 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range()
260 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range()
265 const uintptr_t icache_lsize = qemu_icache_linesize; in flush_idcache_range()
266 const uintptr_t dcache_lsize = qemu_dcache_linesize; in flush_idcache_range()
267 uintptr_t p; in flush_idcache_range()
308 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range()
318 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range()
320 uintptr_t p, b, e; in flush_idcache_range()
358 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range()
361 uintptr_t p, end = (rx + len + 7) & -8; in flush_idcache_range()
369 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range()