Searched refs:mmap64 (Results 1 - 15 of 15) sorted by relevance
/third_party/musl/src/mman/ |
H A D | mmap.c | 47 weak_alias(__libc_mmap, mmap64); 50 weak_alias(mmap, mmap64);
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
H A D | os_mman.h | 54 /* 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 D | hook_munmap_test.cpp | 34 void* ptr = mmap64(nullptr, MMAP_SIZE, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0); in HWTEST_F()
|
/third_party/libdrm/ |
H A D | libdrm_macros.h | 60 return mmap64(addr, length, prot, flags, fd, offset); in drm_mmap()
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 73 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 D | mman.h | 139 #define mmap64 mmap macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 143 #define mmap64 mmap macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 143 #define mmap64 mmap macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 148 #define mmap64 mmap macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 143 #define mmap64 mmap macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 145 #define mmap64 mmap macro
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress07.c | 205 if ((mapaddr = mmap64((caddr_t) 0, pagesize * 2 + holesize, PROT_READ,
|
H A D | mmapstress10.c | 592 if ((maddr_mapper = mmap64(0, mapsize_mapper, PROT_READ | PROT_WRITE,
|
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | offset.rs | 97 pub(super) use c::mmap64 as libc_mmap;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1710 pub fn mmap64( in mmap64() functions
|
Completed in 11 milliseconds