Home
last modified time | relevance | path

Searched defs:userspace_mem_region (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h32 struct userspace_mem_region { struct
36 int fd;
37 off_t offset;
39 void *host_mem;
40 void *host_alias;
41 void *mmap_start;
42 void *mmap_alias;
43 size_t mmap_size;
44 struct rb_node gpa_node;
45 struct rb_node hva_node;
[all …]