Home | History | Annotate | Download | only in memcheck

Lines Matching full:space

37 /* Copies buffer residing in the guest's virtual address space to a buffer
38 * in the emulator's address space.
40 * guest_address - Address of the bufer in guest's virtual address space.
41 * qemu_address - Address of the bufer in the emulator's address space.
48 /* Copies buffer residing in the emulator's address space to a buffer in the
49 * guest's virtual address space.
51 * qemu_address - Address of the bufer in the emulator's address space.
52 * guest_address - Address of the bufer in guest's virtual address space.
59 /* Copies zero-terminated string residing in the guest's virtual address space
60 * to a string buffer in emulator's address space.
62 * qemu_str - Address of the string bufer in the emulator's address space.
63 * guest_str - Address of the string in guest's virtual address space.
72 /* Copies zero-terminated string residing in the guest's kernel address space
73 * to a string buffer in emulator's address space.
75 * qemu_str - Address of the string bufer in the emulator's address space.
76 * guest_str - Address of the string in guest's kernel address space.
89 /* Copies memory allocation descriptor from the guest's address space to the
92 * qemu_address - Descriptor address in the emulator's address space where to
94 * guest_address - Descriptor address in the guest's address space.
104 * address space.
106 * guest_address - Descriptor address in the guest's address space.
107 * qemu_address - Descriptor address in the emulator's address space where to
117 /* Copies memory free descriptor from the guest's address space to the
120 * qemu_address - Descriptor address in the emulator's address space where to
122 * guest_address - Descriptor address in the guest's address space.
131 /* Copies memory allocation query descriptor from the guest's address space to
134 * guest_address - Descriptor address in the guest's address space.
135 * qemu_address - Descriptor address in the emulator's address space where to
148 * allocation descriptor in the guest's address space.
150 * guest_address - Allocation descriptor address in the guest's address space,
157 * descriptor in the guest's address space.
159 * guest_address - Free descriptor address in the guest's address space, where
166 * descriptor in the guest's address space.
168 * guest_address - Query descriptor address in the guest's address space, where
178 * the guest address space.
182 * Corresponded PC address in the guest address space on success, or NULL if