Home
last modified time | relevance | path

Searched refs:mmap64 (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/mman/
H A Dmmap.c47 weak_alias(__libc_mmap, mmap64);
50 weak_alias(mmap, mmap64);
/third_party/mesa3d/src/gallium/auxiliary/os/
H A Dos_mman.h54 /* 32-bit needs mmap64 for 64-bit offsets */
56 mmap64(addr, length, prot, flags, fd, offset)
/third_party/musl/libc-test/src/functionalext/supplement/hook/hook_gtest/
H A Dhook_munmap_test.cpp34 void* ptr = mmap64(nullptr, MMAP_SIZE, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0); in HWTEST_F()
/third_party/libdrm/
H A Dlibdrm_macros.h60 return mmap64(addr, length, prot, flags, fd, offset); in drm_mmap()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c73 REAL_FUNCTION_POINTER(mmap64); variable
214 GET_FUNCTION_POINTER(mmap64); in init_shim()
721 mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) in mmap64() function
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h139 #define mmap64 mmap macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h143 #define mmap64 mmap macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h143 #define mmap64 mmap macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h148 #define mmap64 mmap macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h143 #define mmap64 mmap macro
/third_party/musl/include/sys/
H A Dmman.h145 #define mmap64 mmap macro
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress07.c205 if ((mapaddr = mmap64((caddr_t) 0, pagesize * 2 + holesize, PROT_READ,
H A Dmmapstress10.c592 if ((maddr_mapper = mmap64(0, mapsize_mapper, PROT_READ | PROT_WRITE,
/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs97 pub(super) use c::mmap64 as libc_mmap;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1710 pub fn mmap64( in mmap64() functions

Completed in 11 milliseconds