Lines Matching full:absolute
20 * kvm_s390_real_to_abs - convert guest real address to guest absolute address
24 * Returns the guest absolute address that corresponds to the passed guest real
37 * kvm_s390_real_to_abs - convert guest real address to guest absolute address
41 * Returns the guest absolute address that corresponds to the passed guest real
210 * If DAT is off data will be copied to guest real or absolute memory.
294 * write_guest_abs - copy data from kernel space to guest space absolute
296 * @gpa: guest physical (absolute) address
300 * Copy @len bytes from @data (kernel space) to @gpa (guest absolute address).
317 * read_guest_abs - copy data from guest space absolute to kernel space
319 * @gpa: guest physical (absolute) address
323 * Copy @len bytes from @gpa (guest absolute address) to @data (kernel space).