Lines Matching full:virtual
298 /* Limit to VA-bit canonical virtual addresses. */ in ____vm_create()
555 * vm - Virtual Machine
597 * vm - Virtual Machine
757 * Memory Compare, host virtual to guest virtual
760 * hva - Starting host virtual address
761 * vm - Virtual Machine
762 * gva - Starting guest virtual address
771 * are equal the guest virtual bytes starting at gva. Returns
775 * Compares the bytes starting at the host virtual address hva, for
776 * a length of len, to the guest bytes starting at the guest virtual
791 * Determine host address for guest virtual address in kvm_memcmp_hva_gva()
905 * vm - Virtual Machine
1077 * vm - Virtual Machine
1110 * vm - Virtual Machine
1140 * vm - Virtual Machine
1170 * vm - Virtual Machine
1213 * Adds a virtual CPU to the VM specified by vm with the ID given by vcpu_id.
1247 * VM Virtual Address Unused Gap
1250 * vm - Virtual Machine
1252 * vaddr_min - Minimum Virtual Address
1257 * Lowest virtual address at or below vaddr_min, with at least
1261 * Within the VM specified by vm, locates the lowest starting virtual
1271 /* Determine lowest permitted virtual page index. */ in vm_vaddr_unused_gap()
1276 /* Loop over section with enough valid virtual page indexes. */ in vm_vaddr_unused_gap()
1283 * Are there enough unused virtual pages available at in vm_vaddr_unused_gap()
1284 * the currently proposed starting virtual page index. in vm_vaddr_unused_gap()
1297 * If needed, adjust proposed starting virtual address, in vm_vaddr_unused_gap()
1298 * to next range of valid virtual addresses. in vm_vaddr_unused_gap()
1318 "Unexpected, invalid virtual page index range,\n" in vm_vaddr_unused_gap()
1343 * Find an unused range of virtual page addresses of at least in __vm_vaddr_alloc()
1348 /* Map the virtual pages. */ in __vm_vaddr_alloc()
1361 * VM Virtual Address Allocate
1364 * vm - Virtual Machine
1366 * vaddr_min - Minimum starting virtual address
1371 * Starting guest virtual address
1373 * Allocates at least sz bytes within the virtual address space of the vm
1374 * given by vm. The allocated bytes are mapped to a virtual address >=
1385 * VM Virtual Address Allocate Pages
1388 * vm - Virtual Machine
1393 * Starting guest virtual address
1395 * Allocates at least N system pages worth of bytes within the virtual address
1409 * VM Virtual Address Allocate Page
1412 * vm - Virtual Machine
1417 * Starting guest virtual address
1419 * Allocates at least one system page worth of bytes within the virtual address
1428 * Map a range of VM virtual address to the VM's physical address
1431 * vm - Virtual Machine
1440 * Within the VM given by @vm, creates a virtual translation for
1462 * Address VM Physical to Host Virtual
1465 * vm - Virtual Machine
1471 * Equivalent host virtual address
1474 * by gpa, within the VM given by vm. When found, the host virtual
1493 * Address Host Virtual to VM Physical
1496 * vm - Virtual Machine
1497 * hva - Host virtual address
1504 * Locates the memory region containing the host virtual address given
1534 * Address VM physical to Host Virtual *alias*.
1537 * vm - Virtual Machine
1543 * Equivalent address within the host virtual *alias* area, or NULL
1547 * Create a writable, shared virtual=>physical alias for the specific GPA.
1799 * vm - Virtual Machine
1829 fprintf(stream, "%*sMapped Virtual Pages:\n", indent, ""); in vm_dump()
1925 * vm - Virtual Machine
1993 * Address Guest Virtual to Host Virtual
1996 * vm - Virtual Machine
1997 * gva - VM virtual address
2002 * Equivalent host virtual address