Lines Matching refs:bytes
68 ulong addr, length, bytes; in do_mem_md() local
102 bytes = size * length; in do_mem_md()
103 buf = map_sysmem(addr, bytes); in do_mem_md()
107 addr += bytes; in do_mem_md()
135 ulong bytes; in do_mem_mw() local
164 bytes = size * count; in do_mem_mw()
165 start = map_sysmem(addr, bytes); in do_mem_mw()
243 ulong addr1, addr2, count, ngood, bytes; in do_mem_cmp() local
269 bytes = size * count; in do_mem_cmp()
270 base = buf1 = map_sysmem(addr1, bytes); in do_mem_cmp()
271 buf2 = map_sysmem(addr2, bytes); in do_mem_cmp()
372 ulong addr, length, bytes, offset; in do_mem_search() local
459 bytes = size * length; in do_mem_search()
460 buf = map_sysmem(addr, bytes); in do_mem_search()
465 offset < bytes && offset <= bytes - search_len && count < limit; in do_mem_search()
526 ulong addr, length, i, bytes; in do_mem_loop() local
552 bytes = size * length; in do_mem_loop()
553 buf = map_sysmem(addr, bytes); in do_mem_loop()
618 ulong addr, length, i, bytes; in do_mem_loopw() local
651 bytes = size * length; in do_mem_loopw()
652 buf = map_sysmem(addr, bytes); in do_mem_loopw()