Lines Matching refs:bytes
52 ulong addr, length, bytes; in do_mem_md() local
86 bytes = size * length; in do_mem_md()
87 buf = map_sysmem(addr, bytes); in do_mem_md()
91 addr += bytes; in do_mem_md()
119 ulong bytes; in do_mem_mw() local
149 bytes = size * count; in do_mem_mw()
150 start = map_sysmem(addr, bytes); in do_mem_mw()
227 ulong addr1, addr2, count, ngood, bytes; in do_mem_cmp() local
257 bytes = size * count; in do_mem_cmp()
258 base = buf1 = map_sysmem(addr1, bytes); in do_mem_cmp()
259 buf2 = map_sysmem(addr2, bytes); in do_mem_cmp()
371 ulong addr, length, i, bytes; in do_mem_loop() local
399 bytes = size * length; in do_mem_loop()
400 buf = map_sysmem(addr, bytes); in do_mem_loop()
469 ulong addr, length, i, bytes; in do_mem_loopw() local
507 bytes = size * length; in do_mem_loopw()
508 buf = map_sysmem(addr, bytes); in do_mem_loopw()