Home
last modified time | relevance | path

Searched refs:MmapForGuest (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/kernel_api/
Druntime_bridge.cc92 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()
Dsys_mman_emulation.cc73 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/
Dguest_exec_region.h33 void* res = MmapForGuest(nullptr, in MakeGuestExecRegion()
/frameworks/libs/binary_translation/kernel_api/include/berberis/kernel_api/
Dsys_mman_emulation.h24 void* MmapForGuest(void* addr, size_t length, int prot, int flags, int fd, off64_t offset);
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc281 &MmapForGuest, in CreateInstance()
300 &MmapForGuest, in CreateInstance()
327 &MmapForGuest, in CreateInstance()