Searched defs:map_shared (Results 1 – 2 of 2) sorted by relevance
89 static void guest_map_mem(uint64_t gpa, uint64_t size, bool map_shared, in guest_map_mem()295 bool map_shared = run->hypercall.args[2] & MAP_GPA_SHARED; in handle_exit_hypercall() local
16 bool map_shared; variable