Home
last modified time | relevance | path

Searched refs:guest_phys_addr (Results 1 – 13 of 13) sorted by relevance

/linux/include/uapi/linux/
H A Dvhost_types.h114 __u64 guest_phys_addr; member
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c
/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c446 .guest_phys_addr = self->code_gpa, in TEST_F()
452 .guest_phys_addr = self->code_gpa, in TEST_F()
H A Dcmma_test.c146 ucall_init(vm, slot0->region.guest_phys_addr + slot0->region.memory_size); in finish_vm_setup()
/linux/tools/virtio/
H A Dvirtio_test.c147 dev->mem->regions[0].guest_phys_addr = (long)dev->buf; in vdev_info_init()
H A Dvhost_net_test.c244 dev->mem->regions[0].guest_phys_addr = (long)dev->buf; in vdev_info_init()
/linux/tools/include/uapi/linux/
H A Dkvm.h28 __u64 guest_phys_addr; member
37 __u64 guest_phys_addr; member
/linux/tools/testing/selftests/kvm/s390x/
H A Dcmma_test.c
/linux/virt/kvm/
H A Dkvm_main.c1943 if (mem->guest_phys_addr & (PAGE_SIZE - 1)) in kvm_set_memory_region()
1957 if (mem->guest_phys_addr + mem->memory_size < mem->guest_phys_addr) in kvm_set_memory_region()
1988 base_gfn = (mem->guest_phys_addr >> PAGE_SHIFT); in kvm_set_memory_region()
5087 SANITY_CHECK_MEM_REGION_FIELD(guest_phys_addr); in kvm_vm_ioctl()
/linux/drivers/vhost/
H A Dvhost.c1830 region->guest_phys_addr, in vhost_set_memory()
1831 region->guest_phys_addr + in vhost_set_memory()
/linux/arch/s390/kvm/
H A Dkvm-s390.c3434 .guest_phys_addr = 0, in kvm_arch_init_vm()
/linux/Documentation/virt/kvm/
H A Dapi.rst1360 __u64 guest_phys_addr;
1394 It is recommended that the lower 21 bits of guest_phys_addr and userspace_addr
6284 __u64 guest_phys_addr;
/linux/arch/x86/kvm/
H A Dx86.c12845 m.guest_phys_addr = gpa; in __x86_set_memory_region()