/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 62 .mmap = kfd_mmap, 393 /* Return gpu_id as doorbell offset for mmap usage */ in kfd_ioctl_create_queue() 1176 * Generate a kfd mmap offset in kfd_ioctl_alloc_memory_of_gpu()
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 2661 .mmap = v4l2_m2m_fop_mmap,
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 2781 .mmap = v4l2_m2m_fop_mmap,
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 2316 .mmap = vb2_fop_mmap,
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 846 .mmap = NULL,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 2550 .mmap = mlx4_ib_mmap,
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 348 cfi_hash = mmap(NULL, sizeof(struct hlist_head) << cfi_bits, in cfi_hash_alloc() 352 WARN("mmap fail cfi_hash"); in cfi_hash_alloc()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 3038 sched->tool.mmap = perf_event__process_mmap; in perf_sched__timehist()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | af_smc.c | 3282 .mmap = sock_no_mmap,
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 2893 pr_debug("pcm_oss: mmap begin\n"); in snd_pcm_oss_mmap() 2948 pr_debug("pcm_oss: mmap ok, bytes = 0x%x\n", in snd_pcm_oss_mmap() 2951 /* In mmap mode we never stop */ in snd_pcm_oss_mmap() 3133 .mmap = snd_pcm_oss_mmap,
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 262 // We use mmap, which initializes pages to zero anyway. 274 void* real_alloc = mmap(nullptr, kChunkSize, prot, flags, -1, 0); 282 FATAL("mmap (real) failed with error %d: %s", errno, strerror(errno)); 285 mmap(nullptr, rounded_length, prot, flags | MAP_NORESERVE, -1, 0); 292 FATAL("mmap (virtual) failed with error %d: %s", errno, strerror(errno));
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 6599 .mmap = binder_mmap,
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | iommu.c | 3847 .mmap = dma_common_mmap,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 1817 * forced by mmap function. in set_ucontext_resp() 4057 .mmap = mlx5_ib_mmap,
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 3080 dprintk("%d: mmap type=%s 0x%lx+%ld\n", in bttv_mmap() 3093 .mmap = bttv_mmap,
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 4350 .mmap = f2fs_file_mmap,
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 545 pr_alert("file:%pD fault:%ps mmap:%ps readpage:%ps\n", in print_bad_pte() 548 vma->vm_file ? vma->vm_file->f_op->mmap : NULL, in print_bad_pte() 1513 * hugetlbfs ->mmap method fails, in unmap_single_vma() 1855 * Usually this function is called from f_op->mmap() handler 1925 * from the mmap handler may immediately return the error as their caller 1929 * Context: Process context. Called by mmap handlers. 1949 * Context: Process context. Called by mmap handlers. 2160 * the caching- or encryption mode may not be known at mmap() time. 4278 * The VMA was not fully populated on mmap() or missing VM_DONTEXPAND in do_fault() 4953 * Only IO mappings and raw PFN mappings are allowed. The mmap semaphor [all...] |
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 3767 .mmap = sock_no_mmap,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 5024 .mmap = f2fs_file_mmap,
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 295 /* kmalloc()'ed memory can't be mmap()'ed */ in __bpf_map_area_alloc() 944 .mmap = bpf_map_mmap,
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 3420 /* Don't allow mmap if the ring was setup without it */ in io_uring_validate_mmap_request() 3426 /* Don't allow mmap if the ring was setup without it */ in io_uring_validate_mmap_request() 3720 .mmap = io_uring_mmap,
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm.c | 2412 * restore vm_pfoff to initial value for mmap() in hisi_qm_uacce_mmap() 2620 .mmap = hisi_qm_uacce_mmap,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | verbs.c | 181 /* Legacy support for libi40iw with hard-coded mmap key */ in irdma_mmap() 4590 .mmap = irdma_mmap,
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 5455 .mmap = goya_mmap,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 1819 * forced by mmap function. in set_ucontext_resp() 3790 .mmap = mlx5_ib_mmap,
|