Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 25 of 44) sorted by relevance

12

/third_party/rust/crates/rustix/tests/mm/
Dmain.rs11 mod mmap; module
/third_party/rust/crates/rustix/src/mm/
Dmod.rs5 mod mmap; module
Dmmap.rs36 pub unsafe fn mmap<Fd: AsFd>( in mmap() function
/third_party/skia/third_party/externals/freetype/
Dmeson_options.txt32 option('mmap', feature
/third_party/freetype/
Dmeson_options.txt32 option('mmap', feature
/third_party/elfutils/tests/
Delfgetzdata.c47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h153 #define OUTREG64(mmap, addr, val) __raw_writeq((val), (mmap)+(addr)) argument
154 #define OUTREG32(mmap, addr, val) __raw_writel((val), (mmap)+(addr)) argument
155 #define OUTREG16(mmap, addr, val) __raw_writew((val), (mmap)+(addr)) argument
156 #define OUTREG8(mmap, addr, val) __raw_writeb((val), (mmap)+(addr)) argument
158 #define INREG64(mmap, addr) __raw_readq((mmap)+(addr)) argument
159 #define INREG32(mmap, addr) __raw_readl((mmap)+(addr)) argument
160 #define INREG16(mmap, addr) __raw_readw((mmap)+(addr)) argument
161 #define INREG8(mmap, addr) __raw_readb((mmap)+(addr)) argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_handle.h71 void *(*mmap)(struct usb_handle *handle, uint32_t size); member
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c177 struct drm_i915_gem_mmap mmap = { in gem_mmap() local
718 struct drm_i915_gem_mmap *mmap = argp; in ioctl() local
729 struct drm_i915_gem_mmap_offset *mmap = argp; in ioctl() local
/third_party/musl/src/malloc/mallocng/
Dglue.h36 #define mmap __mmap macro
/third_party/libunwind/src/mingw/
Dpal-single-threaded.c28 void* mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() function
/third_party/libunwind/src/win/
Dpal-single-threaded.c28 void* mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() function
/third_party/freetype/builds/unix/
Dconfigure.ac126 AC_ARG_ENABLE([mmap], optenable
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c52 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
Dmusl_malloc_dispatch.h38 MallocMmapType mmap; member
/third_party/iowow/src/platform/win32/mman/
Dmman.c55 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off) { in mmap() function
/third_party/rust/crates/nix/src/sys/
Dmman.rs419 pub unsafe fn mmap( in mmap() function
/third_party/rust/crates/regex/bench/src/
Dmain.rs45 let mmap = in main() localVariable
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dsyscalls.rs45 pub(crate) unsafe fn mmap( in mmap() function
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dsyscalls.rs69 pub(crate) unsafe fn mmap( in mmap() function
/third_party/flutter/skia/src/core/
DSkTMultiMap.h132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
/third_party/python/Tools/freeze/
Dextensions_win32.ini37 [mmap] section
38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp argument
/third_party/alsa-utils/axfer/
Dxfer-libasound.h53 bool mmap:1; member
/third_party/NuttX/fs/vfs/include/
Dfile.h136 int (*mmap)(struct file* filep, struct VmMapRegion *region); member
/third_party/python/Doc/whatsnew/
D3.8.rst1001 mmap section in Improved Modules

12