Lines Matching full:virtual

96  *   vm - Virtual Machine
119 * vm - Virtual Machine
301 /* Limit to VA-bit canonical virtual addresses. */ in vm_create()
470 * vm - Virtual Machine
512 * vm - Virtual Machine
541 * vm - Virtual Machine
667 * Memory Compare, host virtual to guest virtual
670 * hva - Starting host virtual address
671 * vm - Virtual Machine
672 * gva - Starting guest virtual address
681 * are equal the guest virtual bytes starting at gva. Returns
685 * Compares the bytes starting at the host virtual address hva, for
686 * a length of len, to the guest bytes starting at the guest virtual
701 * Determine host address for guest virtual address in kvm_memcmp_hva_gva()
791 * vm - Virtual Machine
965 * vm - Virtual Machine
998 * vm - Virtual Machine
1028 * vm - Virtual Machine
1058 * vm - Virtual Machine
1105 * vm - Virtual Machine
1112 * Adds a virtual CPU to the VM specified by vm with the ID given by vcpuid.
1149 * VM Virtual Address Unused Gap
1152 * vm - Virtual Machine
1154 * vaddr_min - Minimum Virtual Address
1159 * Lowest virtual address at or below vaddr_min, with at least
1163 * Within the VM specified by vm, locates the lowest starting virtual
1173 /* Determine lowest permitted virtual page index. */ in vm_vaddr_unused_gap()
1178 /* Loop over section with enough valid virtual page indexes. */ in vm_vaddr_unused_gap()
1185 * Are there enough unused virtual pages available at in vm_vaddr_unused_gap()
1186 * the currently proposed starting virtual page index. in vm_vaddr_unused_gap()
1199 * If needed, adjust proposed starting virtual address, in vm_vaddr_unused_gap()
1200 * to next range of valid virtual addresses. in vm_vaddr_unused_gap()
1220 "Unexpected, invalid virtual page index range,\n" in vm_vaddr_unused_gap()
1235 * VM Virtual Address Allocate
1238 * vm - Virtual Machine
1240 * vaddr_min - Minimum starting virtual address
1242 * pgd_memslot - Memory region slot for new virtual translation tables
1247 * Starting guest virtual address
1249 * Allocates at least sz bytes within the virtual address space of the vm
1250 * given by vm. The allocated bytes are mapped to a virtual address >=
1264 * Find an unused range of virtual page addresses of at least in vm_vaddr_alloc()
1269 /* Map the virtual pages. */ in vm_vaddr_alloc()
1283 * VM Virtual Address Allocate Pages
1286 * vm - Virtual Machine
1291 * Starting guest virtual address
1293 * Allocates at least N system pages worth of bytes within the virtual address
1302 * VM Virtual Address Allocate Page
1305 * vm - Virtual Machine
1310 * Starting guest virtual address
1312 * Allocates at least one system page worth of bytes within the virtual address
1321 * Map a range of VM virtual address to the VM's physical address
1324 * vm - Virtual Machine
1328 * pgd_memslot - Memory region slot for new virtual translation tables
1334 * Within the VM given by @vm, creates a virtual translation for
1354 * Address VM Physical to Host Virtual
1357 * vm - Virtual Machine
1363 * Equivalent host virtual address
1366 * by gpa, within the VM given by vm. When found, the host virtual
1385 * Address Host Virtual to VM Physical
1388 * vm - Virtual Machine
1389 * hva - Host virtual address
1396 * Locates the memory region containing the host virtual address given
1426 * Address VM physical to Host Virtual *alias*.
1429 * vm - Virtual Machine
1435 * Equivalent address within the host virtual *alias* area, or NULL
1465 * vm - Virtual Machine
1488 * vm - Virtual Machine
1511 * vm - Virtual Machine
1581 * vm - Virtual Machine
1609 * vm - Virtual Machine
1638 * vm - Virtual Machine
1665 * vm - Virtual Machine
1754 * vm - Virtual Machine
1781 * vm - Virtual Machine
1848 * vm - Virtual Machine
1920 * vm - Virtual Machine
1946 * vm - Virtual Machine
2047 * vm - Virtual Machine
2077 fprintf(stream, "%*sMapped Virtual Pages:\n", indent, ""); in vm_dump()
2156 * vm - Virtual Machine
2217 /* Arbitrary minimum physical address used for virtual translation tables. */
2226 * Address Guest Virtual to Host Virtual
2229 * vm - Virtual Machine
2230 * gva - VM virtual address
2235 * Equivalent host virtual address
2246 * vm - Virtual Machine