Home
last modified time | relevance | path

Searched refs:mmap (Results 401 – 425 of 1205) sorted by relevance

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

/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.cpp136 auto map = mmap(NULL, fileSize, mprot, MAP_SHARED, fd, 0); in fulfil()
/openbmc/linux/arch/sparc/kernel/
H A Dsys_sparc_32.c111 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() argument
/openbmc/linux/drivers/misc/
H A Dopen-dice.c111 .mmap = open_dice_mmap,
/openbmc/linux/arch/x86/kernel/
H A Dsys_x86_64.c86 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() argument
/openbmc/linux/tools/testing/selftests/mm/
H A Dcompaction_test.c205 map = mmap(NULL, MAP_SIZE, PROT_READ | PROT_WRITE, in main()
H A Dgup_test.c235 p = mmap(NULL, size, PROT_READ | PROT_WRITE, flags, filed, 0); in main()
/openbmc/bios-bmc-smm-error-logger/test/
H A Dpci_handler_test.cpp34 EXPECT_CALL(*fdMockPtr, mmap(_, _, _, _))
/openbmc/linux/scripts/coccinelle/api/
H A Dstream_open.cocci149 .mmap = mmap_f,
186 // use mmap and other methods that assume @offset access to file.
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c248 tmp = mmap(NULL, page_size, PROT_READ | PROT_WRITE, MAP_SHARED, in ringbuf_custom_setup()
257 tmp = mmap(NULL, page_size + 2 * args.ringbuf_sz, PROT_READ, MAP_SHARED, in ringbuf_custom_setup()
/openbmc/linux/crypto/
H A Dalgif_hash.c289 .mmap = sock_no_mmap,
378 .mmap = sock_no_mmap,
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pcie.cpp211 mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, topologyFd(), 0); in parseTopologyData()
452 mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, cableInfoFd(), 0); in parseCableInfo()
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Doracle-dax.rst86 made accessible via mmap(), and are read-only for the application.
157 The mmap() function provides access to the completion area allocated
159 user process, and the mmap call must not specify PROT_WRITE.
185 - call mmap() to get the completion area address
285 completion_area = mmap(NULL, DAX_MMAP_LEN, PROT_READ, MAP_SHARED, fd, 0);
389 of the completion area. Unlike user applications which mmap the
/openbmc/qemu/docs/
H A Dnvdimm.txt140 QEMU uses mmap(2) to maps vNVDIMM backends and aligns the mapping
174 support for the MAP_SYNC flag in the mmap system call (available
184 For more details, please reference mmap(2) man page:
185 http://man7.org/linux/man-pages/man2/mmap.2.html.
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c407 fb->board->mmap) in clcdfb_mmap()
408 ret = fb->board->mmap(fb, vma); in clcdfb_mmap()
858 board->mmap = clcdfb_of_vram_mmap; in clcdfb_of_get_board()
862 board->mmap = clcdfb_of_dma_mmap; in clcdfb_of_get_board()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c131 insns = (unsigned int *) mmap(NULL, pgsize, PROT_READ | PROT_WRITE, in test()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-vs-crop-api.rst27 macroblock and Bayer formats and mmap buffers.
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c165 uf_mem = mmap(NULL, UF_MEM_SIZE, PROT_READ | PROT_WRITE, in setup_uf_mem()
/openbmc/linux/tools/perf/util/
H A Dsrccode.c129 h->map = mmap(NULL, sz, PROT_READ, MAP_SHARED, fd, 0); in find_srcfile()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_metadata.c156 .mmap = vb2_fop_mmap,
/openbmc/linux/drivers/video/fbdev/omap/
H A Domapfb.h161 int (*mmap) (struct fb_info *info, member
/openbmc/linux/tools/perf/tests/
H A Dattr.c115 WRITE_ASS(mmap, "d"); in store_event()
/openbmc/linux/fs/bfs/
H A Dfile.c29 .mmap = generic_file_mmap,
/openbmc/linux/include/media/
H A Dv4l2-dev.h211 int (*mmap) (struct file *, struct vm_area_struct *); member
/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.c173 *addr = mmap(NULL, tmp_len, prot, MAP_PRIVATE, fd, 0); in map_input()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c307 .mmap = spufs_mem_mmap,
457 .mmap = spufs_cntl_mmap,
1058 .mmap = spufs_signal1_mmap,
1066 .mmap = spufs_signal1_mmap,
1197 .mmap = spufs_signal2_mmap,
1205 .mmap = spufs_signal2_mmap,
1345 .mmap = spufs_mss_mmap,
1403 .mmap = spufs_psmap_mmap,
1746 .mmap = spufs_mfc_mmap,

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