Lines Matching full:virtual

277 	/* Limit to VA-bit canonical virtual addresses. */  in ____vm_create()
450 * vm - Virtual Machine
492 * vm - Virtual Machine
646 * Memory Compare, host virtual to guest virtual
649 * hva - Starting host virtual address
650 * vm - Virtual Machine
651 * gva - Starting guest virtual address
660 * are equal the guest virtual bytes starting at gva. Returns
664 * Compares the bytes starting at the host virtual address hva, for
665 * a length of len, to the guest bytes starting at the guest virtual
680 * Determine host address for guest virtual address in kvm_memcmp_hva_gva()
794 * vm - Virtual Machine
965 * vm - Virtual Machine
998 * vm - Virtual Machine
1028 * vm - Virtual Machine
1058 * vm - Virtual Machine
1101 * Adds a virtual CPU to the VM specified by vm with the ID given by vcpu_id.
1135 * VM Virtual Address Unused Gap
1138 * vm - Virtual Machine
1140 * vaddr_min - Minimum Virtual Address
1145 * Lowest virtual address at or below vaddr_min, with at least
1149 * Within the VM specified by vm, locates the lowest starting virtual
1159 /* Determine lowest permitted virtual page index. */ in vm_vaddr_unused_gap()
1164 /* Loop over section with enough valid virtual page indexes. */ in vm_vaddr_unused_gap()
1171 * Are there enough unused virtual pages available at in vm_vaddr_unused_gap()
1172 * the currently proposed starting virtual page index. in vm_vaddr_unused_gap()
1185 * If needed, adjust proposed starting virtual address, in vm_vaddr_unused_gap()
1186 * to next range of valid virtual addresses. in vm_vaddr_unused_gap()
1206 "Unexpected, invalid virtual page index range,\n" in vm_vaddr_unused_gap()
1221 * VM Virtual Address Allocate
1224 * vm - Virtual Machine
1226 * vaddr_min - Minimum starting virtual address
1231 * Starting guest virtual address
1233 * Allocates at least sz bytes within the virtual address space of the vm
1234 * given by vm. The allocated bytes are mapped to a virtual address >=
1248 * Find an unused range of virtual page addresses of at least in vm_vaddr_alloc()
1253 /* Map the virtual pages. */ in vm_vaddr_alloc()
1267 * VM Virtual Address Allocate Pages
1270 * vm - Virtual Machine
1275 * Starting guest virtual address
1277 * Allocates at least N system pages worth of bytes within the virtual address
1286 * VM Virtual Address Allocate Page
1289 * vm - Virtual Machine
1294 * Starting guest virtual address
1296 * Allocates at least one system page worth of bytes within the virtual address
1305 * Map a range of VM virtual address to the VM's physical address
1308 * vm - Virtual Machine
1317 * Within the VM given by @vm, creates a virtual translation for
1337 * Address VM Physical to Host Virtual
1340 * vm - Virtual Machine
1346 * Equivalent host virtual address
1349 * by gpa, within the VM given by vm. When found, the host virtual
1368 * Address Host Virtual to VM Physical
1371 * vm - Virtual Machine
1372 * hva - Host virtual address
1379 * Locates the memory region containing the host virtual address given
1409 * Address VM physical to Host Virtual *alias*.
1412 * vm - Virtual Machine
1418 * Equivalent address within the host virtual *alias* area, or NULL
1422 * Create a writable, shared virtual=>physical alias for the specific GPA.
1674 * vm - Virtual Machine
1704 fprintf(stream, "%*sMapped Virtual Pages:\n", indent, ""); in vm_dump()
1784 * vm - Virtual Machine
1845 /* Arbitrary minimum physical address used for virtual translation tables. */
1854 * Address Guest Virtual to Host Virtual
1857 * vm - Virtual Machine
1858 * gva - VM virtual address
1863 * Equivalent host virtual address