Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 25 of 35) 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/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.h38 #define mmap __mmap macro
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
Dmusl_malloc_dispatch.h40 MallocMmapType mmap; member
/third_party/musl/src/hook/linux/
Dmalloc_common.c131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
Dmusl_malloc_dispatch.h62 MallocMmapType mmap; member
/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/python/Tools/freeze/
Dextensions_win32.ini37 [mmap] section
38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp argument
/third_party/backends/backend/
Dv4l.h97 struct video_mmap mmap; member
/third_party/alsa-utils/axfer/
Dxfer-libasound.h53 bool mmap:1; member
/third_party/NuttX/fs/vfs/include/
Dfile.h139 int (*mmap)(struct file* filep, struct VmMapRegion *region); member
/third_party/python/Doc/whatsnew/
D3.8.rst1003 mmap section in Improved Modules
D3.3.rst1520 mmap section in Improved Modules
/third_party/skia/src/ports/
DSkOSFile_win.cpp101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local
/third_party/python/Lib/test/
Dtest_mmap.py17 mmap = import_module('mmap') variable

12