Searched refs:map_shared (Results 1 – 5 of 5) sorted by relevance
89 static void guest_map_mem(uint64_t gpa, uint64_t size, bool map_shared, in guest_map_mem() argument94 if (map_shared) in guest_map_mem()295 bool map_shared = run->hypercall.args[2] & MAP_GPA_SHARED; in handle_exit_hypercall() local304 vm_guest_mem_fallocate(vm, gpa, size, map_shared); in handle_exit_hypercall()308 map_shared ? 0 : KVM_MEMORY_ATTRIBUTE_PRIVATE); in handle_exit_hypercall()
16 bool map_shared; variable66 if (!map_shared) { in hugetlb_release_pages()84 (map_shared ? MAP_SHARED : MAP_PRIVATE) | in hugetlb_allocate_area()92 if (map_shared) { in hugetlb_allocate_area()113 if (!map_shared) in hugetlb_alias_mapping()
376 map_shared = true; in set_test_type()381 map_shared = true; in set_test_type()
104 extern bool map_shared;
189 map_shared = mem_type->shared; in uffd_setup_environment()
Completed in 15 milliseconds