Lines Matching full:virtual
69 * vm - Virtual Machine
92 * vm - Virtual Machine
254 /* Limit to VA-bit canonical virtual addresses. */ in vm_create()
335 * vm - Virtual Machine
370 * vm - Virtual Machine
399 * vm - Virtual Machine
511 * Memory Compare, host virtual to guest virtual
514 * hva - Starting host virtual address
515 * vm - Virtual Machine
516 * gva - Starting guest virtual address
525 * are equal the guest virtual bytes starting at gva. Returns
529 * Compares the bytes starting at the host virtual address hva, for
530 * a length of len, to the guest bytes starting at the guest virtual
545 * Determine host address for guest virtual address in kvm_memcmp_hva_gva()
584 * vm - Virtual Machine
732 * vm - Virtual Machine
765 * vm - Virtual Machine
795 * vm - Virtual Machine
825 * vm - Virtual Machine
874 * vm - Virtual Machine
881 * Adds a virtual CPU to the VM specified by vm with the ID given by vcpuid.
918 * VM Virtual Address Unused Gap
921 * vm - Virtual Machine
923 * vaddr_min - Minimum Virtual Address
928 * Lowest virtual address at or below vaddr_min, with at least
932 * Within the VM specified by vm, locates the lowest starting virtual
942 /* Determine lowest permitted virtual page index. */ in vm_vaddr_unused_gap()
947 /* Loop over section with enough valid virtual page indexes. */ in vm_vaddr_unused_gap()
954 * Are there enough unused virtual pages available at in vm_vaddr_unused_gap()
955 * the currently proposed starting virtual page index. in vm_vaddr_unused_gap()
968 * If needed, adjust proposed starting virtual address, in vm_vaddr_unused_gap()
969 * to next range of valid virtual addresses. in vm_vaddr_unused_gap()
989 "Unexpected, invalid virtual page index range,\n" in vm_vaddr_unused_gap()
1004 * VM Virtual Address Allocate
1007 * vm - Virtual Machine
1009 * vaddr_min - Minimum starting virtual address
1011 * pgd_memslot - Memory region slot for new virtual translation tables
1016 * Starting guest virtual address
1018 * Allocates at least sz bytes within the virtual address space of the vm
1019 * given by vm. The allocated bytes are mapped to a virtual address >=
1032 * Find an unused range of virtual page addresses of at least in vm_vaddr_alloc()
1037 /* Map the virtual pages. */ in vm_vaddr_alloc()
1055 * Map a range of VM virtual address to the VM's physical address
1058 * vm - Virtual Machine
1062 * pgd_memslot - Memory region slot for new virtual translation tables
1068 * Within the VM given by @vm, creates a virtual translation for
1088 * Address VM Physical to Host Virtual
1091 * vm - Virtual Machine
1097 * Equivalent host virtual address
1100 * by gpa, within the VM given by vm. When found, the host virtual
1121 * Address Host Virtual to VM Physical
1124 * vm - Virtual Machine
1125 * hva - Host virtual address
1132 * Locates the memory region containing the host virtual address given
1158 * vm - Virtual Machine
1181 * vm - Virtual Machine
1204 * vm - Virtual Machine
1265 * vm - Virtual Machine
1293 * vm - Virtual Machine
1322 * vm - Virtual Machine
1349 * vm - Virtual Machine
1438 * vm - Virtual Machine
1465 * vm - Virtual Machine
1532 * vm - Virtual Machine
1568 * vm - Virtual Machine
1589 * vm - Virtual Machine
1618 fprintf(stream, "%*sMapped Virtual Pages:\n", indent, ""); in vm_dump()
1693 * vm - Virtual Machine
1755 * Address Guest Virtual to Host Virtual
1758 * vm - Virtual Machine
1759 * gva - VM virtual address
1764 * Equivalent host virtual address
1775 * vm - Virtual Machine