Home
last modified time | relevance | path

Searched defs:mmap (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/rust/crates/rustix/src/mm/
H A Dmod.rs5 mod mmap; modules
H A Dmmap.rs36 pub unsafe fn mmap<Fd: AsFd>( in mmap() functions
[all...]
/third_party/rust/crates/rustix/tests/mm/
H A Dmain.rs11 mod mmap; modules
/kernel/linux/linux-6.6/sound/core/
H A Dmemalloc_local.h12 int (*mmap)(struct snd_dma_buffer *dmab, struct vm_area_struct *area); member
/third_party/python/Lib/test/
H A Dwin_console_handler.py14 import mmap namespace
/third_party/skia/third_party/icu/
H A Dmake_data_cpp.py18 import mmap namespace
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_allocator.h38 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_allocator.h38 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_allocator.h39 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); member
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_allocator.h38 MPP_RET (*mmap)(MppAllocator allocator, MppBufferInfo *data); member
/third_party/elfutils/tests/
H A Delfgetzdata.c47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h71 void *(*mmap)(struct usb_handle *handle, uint32_t size); member
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmmap.h32 struct mmap { struct
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs419 pub unsafe fn mmap( in mmap() functions
/kernel/linux/linux-5.10/include/linux/
H A Dmdev.h94 int (*mmap)(struct mdev_device *mdev, struct vm_area_struct *vma); member
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H A Devsel.h55 struct xyarray *mmap; member
H A Devlist.h34 struct perf_mmap *mmap; member
51 perf_evlist_mmap__cb_mmap_t mmap; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmmap.h29 struct mmap { struct
[all...]
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h45 ElfParser(const std::shared_ptr<DfxMmap>& mmap) : mmap_(mmap) {} in ElfParser() argument
118 ElfParser32(const std::shared_ptr<DfxMmap>& mmap) : ElfParser(mmap) {} in ElfParser32() argument
129 ElfParser64(const std::shared_ptr<DfxMmap>& mmap) : ElfParser(mmap) {} in ElfParser64() argument
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
H A Devlist.h27 struct perf_mmap *mmap; member
43 perf_evlist_mmap__cb_mmap_t mmap; member
/kernel/linux/linux-5.10/include/sound/
H A Dhwdep.h31 int (*mmap)(struct snd_hwdep *hw, struct file *file, member
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_gem.h164 int (*mmap)(struct drm_gem_object *obj, struct vm_area_struct *vma); member
[all...]
/kernel/linux/linux-6.6/include/sound/
H A Dhwdep.h31 int (*mmap)(struct snd_hwdep *hw, struct file *file, member

Completed in 7 milliseconds

123456