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
223 * If DAT is off data will be copied to guest real or absolute memory.
355 * write_guest_abs - copy data from kernel space to guest space absolute
357 * @gpa: guest physical (absolute) address
361 * Copy @len bytes from @data (kernel space) to @gpa (guest absolute address).
378 * read_guest_abs - copy data from guest space absolute to kernel space
380 * @gpa: guest physical (absolute) address
384 * Copy @len bytes from @gpa (guest absolute address) to @data (kernel space).