Searched refs:MmapForGuest (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/binary_translation/kernel_api/ |
D | runtime_bridge.cc | 92 return bit_cast<long>(MmapForGuest(bit_cast<void*>(arg_1), // addr in RunGuestSyscall___NR_mmap() 107 MmapForGuest(bit_cast<void*>(arg_1), // addr in RunGuestSyscall___NR_mmap2()
|
D | sys_mman_emulation.cc | 73 void* MmapForGuest(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) { in MmapForGuest() function
|
/frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/ |
D | guest_exec_region.h | 33 void* res = MmapForGuest(nullptr, in MakeGuestExecRegion()
|
/frameworks/libs/binary_translation/kernel_api/include/berberis/kernel_api/ |
D | sys_mman_emulation.h | 24 void* MmapForGuest(void* addr, size_t length, int prot, int flags, int fd, off64_t offset);
|
/frameworks/libs/binary_translation/guest_loader/ |
D | guest_loader.cc | 281 &MmapForGuest, in CreateInstance() 300 &MmapForGuest, in CreateInstance() 327 &MmapForGuest, in CreateInstance()
|