Home
last modified time | relevance | path

Searched refs:mmap (Results 426 – 450 of 1205) sorted by relevance

1...<<11121314151617181920>>...49

/openbmc/linux/include/sound/
H A Dsoc-component.h54 int (*mmap)(struct snd_soc_component *component, member
147 int (*mmap)(struct snd_soc_component *component, member
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst93 enforced at reservation time (on mmap or shget), reservation limits never causes
100 reservation limits are enforced at reservation time (on mmap or shget), and
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1012 region->mmap_start = mmap(NULL, region->mmap_size, in vm_userspace_mem_region_add()
1061 region->mmap_alias = mmap(NULL, region->mmap_size, in vm_userspace_mem_region_add()
1235 vcpu->run = (struct kvm_run *) mmap(NULL, vcpu_mmap_sz(), in __vm_vcpu_add()
1642 addr = mmap(NULL, size, PROT_READ, MAP_PRIVATE, vcpu->fd, in vcpu_map_dirty_ring()
1646 addr = mmap(NULL, size, PROT_READ | PROT_EXEC, MAP_PRIVATE, vcpu->fd, in vcpu_map_dirty_ring()
1650 addr = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, vcpu->fd, in vcpu_map_dirty_ring()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c1527 .mmap = cifs_file_mmap,
1547 .mmap = cifs_file_strict_mmap,
1567 .mmap = cifs_file_mmap,
1585 .mmap = cifs_file_mmap,
1603 .mmap = cifs_file_strict_mmap,
1621 .mmap = cifs_file_mmap,
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c73 addr = mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0ULL); in open_device_nodes()
/openbmc/linux/tools/testing/selftests/ia64/
H A Daliasing-test.c42 addr = mmap(NULL, length, PROT_READ|PROT_WRITE, MAP_SHARED, fd, offset); in map_mem()
/openbmc/linux/net/bluetooth/cmtp/
H A Dsock.c191 .mmap = sock_no_mmap
/openbmc/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c171 ctx.ptr = mmap(NULL, PAGE_COUNT * ctx.pagesize, in main()
/openbmc/linux/net/bluetooth/bnep/
H A Dsock.c189 .mmap = sock_no_mmap
/openbmc/linux/tools/testing/selftests/mm/
H A Dthuge-gen.c132 map = mmap(NULL, size*NUM_PAGES, PROT_READ|PROT_WRITE, in test_mmap()
/openbmc/linux/fs/ramfs/
H A Dfile-nommu.c41 .mmap = ramfs_nommu_mmap,
/openbmc/linux/tools/testing/selftests/user_events/
H A Dabi_test.c214 void *stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, in TEST_F()
/openbmc/linux/drivers/sbus/char/
H A Dflash.c152 .mmap = flash_mmap,
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c130 m = mmap(NULL, getpagesize(), PROT_READ, MAP_SHARED, fd, 0); in test_skeleton()
/openbmc/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c263 vmlinux = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, vmlinux_fd, 0); in main()
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_bo.c61 .mmap = drm_gem_shmem_object_mmap,
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.c199 *addr = mmap(NULL, tmp_len, prot, MAP_PRIVATE, fd, 0); in map_input()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci.c140 .mmap = vfio_pci_core_mmap,
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c208 qe->map = mmap(NULL, qe->size, PROT_READ | PROT_WRITE, in QEMU_Elf_map()
/openbmc/linux/arch/powerpc/kernel/
H A Ddma-iommu.c217 .mmap = dma_common_mmap,
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c48 vrc = mmap(buffer, BUFFER_SIZE, PROT_READ | PROT_WRITE, in setup_sizes()
641 buf = mmap(0, buf_size, PROT_READ | PROT_WRITE, in TEST_F()
1174 buf = mmap(0, buf_size, PROT_READ | PROT_WRITE, self->mmap_flags, -1, in TEST_F()
1196 buf = mmap(0, PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0); in TEST_F()
1223 buf = mmap(0, buf_size, PROT_READ | PROT_WRITE, self->mmap_flags, -1, in TEST_F()
1264 buf = mmap(0, buf_size, PROT_READ | PROT_WRITE, self->mmap_flags, -1, in TEST_F()
1777 buf = mmap(0, buf_size, PROT_READ | PROT_WRITE, in TEST_F()
/openbmc/linux/crypto/
H A Dalgif_aead.c367 .mmap = sock_no_mmap,
445 .mmap = sock_no_mmap,
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory.rst151 specifying an mmap hint parameter that is larger than 48-bit.
157 maybe_high_address = mmap(~0UL, size, prot, flags,...);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-reqbufs.rst34 This ioctl is used to initiate :ref:`memory mapped <mmap>`,
163 queue is used for :ref:`memory mapping <mmap>` streaming I/O. See
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c264 addr = mmap((void *) STUB_DATA, in userspace_tramp()
317 stack = mmap(NULL, UM_KERN_PAGE_SIZE, in start_userspace()

1...<<11121314151617181920>>...49