Home | History | Annotate | Download | only in qemu

Lines Matching full:host

119     uint8_t *host;
157 /* offset in host memory of the page + io_index in the low bits */
299 /* Host memory outside guest VM. For 32-bit targets we have already
434 the host cpu and OS */
1165 /* force the host page as non writable (writes will have a
1629 "show generated host assembly code for each compiled TB" },
2008 conflicting with the host address space). */
2247 /* We may be called for host regions that are outside guest
2528 new_block->host = qemu_vmalloc(size);
2543 kvm_setup_guest_memory(new_block->host, size);
2553 /* Return a host pointer to ram allocated with qemu_ram_alloc.
2593 return block->host + (addr - block->offset);
2596 /* Some of the softmmu routines need to translate from a host pointer
2603 uint8_t *host = ptr;
2607 return host - kqemu_phys_ram_base;
2614 while (block && (block->host > host
2615 || block->host + block->length <= host)) {
2625 return block->offset + (host - block->host);
3355 /* Map a physical memory region into a host virtual address.
3794 cpu_fprintf(f, "TB avg host size %d bytes (expansion ratio: %0.1f)\n",