Searched defs:access_len (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c4082 * Will also mark the memory as dirty if is_write == 1. access_len gives
4086 int is_write, target_phys_addr_t access_len)
4091 while (access_len) {
4094 if (l > access_len)
4095 l = access_len;
4104 access_len -= l;
4110 cpu_physical_memory_write(bounce.addr, bounce.buffer, access_len);
4085 cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len, int is_write, target_phys_addr_t access_len) argument

Completed in 76 milliseconds