/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv6.c | 1090 .mmap = sock_no_mmap,
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | af_llc.c | 1244 .mmap = sock_no_mmap,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | raw.c | 1293 .mmap = sock_no_mmap,
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 1174 .mmap = q6asm_dai_compr_mmap,
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_dbg.c | 972 pcap_ptr_va_start = mmap(NULL, pcap_map_size, PROT_READ, in try_load_pcap() 975 rl_printf("mmap of file failed!"); in try_load_pcap()
|
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | lpass-platform.c | 1260 .mmap = lpass_platform_pcmops_mmap,
|
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 643 /* Open a file for reading. If possible we will try to mmap() the file. */ 678 map_address = mmap (NULL, maxsize, (cmd == ELF_C_READ_MMAP in read_file() 711 /* Remember that we mmap()ed the memory. */ in read_file()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 138 s->mmap_f = prefix ## mmap; \ in device_open() 406 av_log(ctx, AV_LOG_ERROR, "mmap: %s\n", av_err2str(res)); in mmap_init()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix.c | 907 .mmap = snd_pcm_direct_mmap,
|
H A D | pcm_meter.c | 521 .mmap = snd_pcm_generic_mmap,
|
H A D | pcm_ioplug.c | 921 .mmap = snd_pcm_ioplug_mmap, 996 mmap_rw specifies whether the plugin behaves in the pseudo mmap mode. 1196 * \brief Reinitialize the poll and mmap status 1200 * Reinitializes the poll and the mmap status of the PCM. 1217 * \brief Get mmap area of ioplug 1219 * \return the mmap channel areas if available, or NULL 1221 * Returns the mmap channel areas if available. When mmap_rw field is not set,
|
H A D | pcm_plug.c | 780 return 0; /* OK, we have mmap support */ in check_access_change() 782 /* no mmap support - we need mmap emulation */ in check_access_change() 1127 .mmap = snd_pcm_generic_mmap,
|
H A D | pcm_route.c | 923 .mmap = snd_pcm_generic_mmap,
|
H A D | pcm_softvol.c | 431 * TODO: mmap support? 889 .mmap = snd_pcm_generic_mmap,
|
H A D | pcm_file.c | 839 .mmap = snd_pcm_generic_mmap,
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 1343 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | cdcacm.c | 238 .mmap = NULL,
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_generic_ep0.c | 1158 .mmap = generic_ep0_handle_mmap,
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 473 return shm_ack_fd(client, ctrl->u.channel_info.u.mmap.fd); in pcm_shm_cmd()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_drm.c | 356 void *map = mmap(0, bo->size, PROT_READ | PROT_WRITE, MAP_SHARED, in tu_bo_map()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 1309 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 162 file->map = (uint8_t *) mmap(NULL, sb.st_size, in aub_file_open() 165 fprintf(stderr, "mmap failed: %s\n", strerror(errno)); in aub_file_open()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 1121 void *ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in wsi_wl_alloc_image_shm()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 1369 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | TestUtil.h | 653 // AssembledTest is a wrapper around a PROT_EXEC mmap'ed buffer. This buffer 713 ExecutableData = mmap(nullptr, Size, PROT_WRITE | PROT_READ | PROT_EXEC,
|