Home
last modified time | relevance | path

Searched refs:mmap (Results 151 – 175 of 1205) sorted by relevance

12345678910>>...49

/openbmc/linux/Documentation/admin-guide/auxdisplay/
H A Dcfag12864b.rst94 Also, you can mmap the framebuffer: open & mmap, munmap & close...
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c54 addr_rw = mmap(NULL, 2 * PAGE_SIZE, PROT_READ | PROT_WRITE, in check_error_paths()
61 addr_ro = mmap(addr_rw + PAGE_SIZE, PAGE_SIZE, PROT_READ, in check_error_paths()
/openbmc/linux/tools/testing/selftests/memfd/
H A Dfuse_test.c128 p = mmap(NULL, in mfd_assert_mmap_shared()
146 p = mmap(NULL, in mfd_assert_mmap_private()
/openbmc/linux/drivers/char/
H A Dmspec.c231 .mmap = cached_mmap,
243 .mmap = uncached_mmap,
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst7 mapping is made use of in conjunction with the mmap() system call, the shmat()
10 mmap() routines to do the actual work.
82 (such as ramfs or tmpfs) may choose to honour an open, truncate, mmap
102 the mmap() by providing direct access to the underlying device if it
139 returned by malloc() - mmap() can take a MAP_UNINITIALIZED flag to
158 allocated if mmap() chooses not to map the backing device directly. An
206 file->f_op->get_unmapped_area() operation. The mmap() routines will call this
216 The file->f_op->mmap() operation will be called to actually inaugurate the
275 NOMMU mmap automatically rounds up to the nearest power-of-2 number of pages
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitstring_4.1.4.bb15 python3-mmap \
H A Dpython3-multivolumefile_0.2.3.bb20 python3-mmap \
H A Dpython3-periphery_2.4.1.bb13 RDEPENDS:${PN} += "python3-mmap \
H A Dpython3-pefile_2023.2.7.bb13 python3-mmap \
/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-group225 mmap=0
H A Dtest-record-C018 mmap=0
/openbmc/linux/arch/s390/mm/
H A DMakefile6 obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o
/openbmc/qemu/tests/tcg/i386/
H A Dtest-flags.c23 addr = mmap (NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0); in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dprot-none.c22 p = mmap(NULL, pagesize * 2, PROT_READ | PROT_WRITE, in main()
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-826.c33 page = mmap(0, getpagesize(), PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0); in main()
H A Dmte.h54 void *p = mmap(NULL, size, PROT_READ | PROT_WRITE | PROT_MTE, in alloc_mte_mem()
/openbmc/bios-bmc-smm-error-logger/include/
H A Dpci_handler.hpp35 stdplus::fd::MMap mmap; member in bios_bmc_smm_error_logger::PciDataHandler
/openbmc/linux/tools/testing/selftests/x86/
H A Dsysret_ss_attrs.c66 unsigned char *stack32 = mmap(NULL, 4096, PROT_READ | PROT_WRITE, in main()
H A Dtest_shadow_stack.c118 return mmap(addr, SS_SIZE, PROT_READ | PROT_WRITE, in create_normal_mem()
564 free_area = mmap(0, SS_SIZE * 3, PROT_READ | PROT_WRITE, in test_guard_gap()
573 test_map = mmap(0, PAGE_SIZE, PROT_READ | PROT_WRITE, in test_guard_gap()
653 sa32 = mmap(0, 4096, PROT_READ | PROT_WRITE, in test_32bit()
/openbmc/linux/tools/lib/perf/
H A DBuild6 libperf-y += mmap.o
/openbmc/linux/kernel/dma/
H A Ddummy.c34 .mmap = dma_dummy_mmap,
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-gitdb_4.0.11.bb18 python3-mmap \
/openbmc/linux/Documentation/arch/x86/
H A Dpat.rst75 | mmap SYNC flag | | | |
78 | mmap !SYNC flag | | | |
83 | mmap !SYNC flag | | | |
89 | mmap !SYNC flag | | | |
102 Drivers wanting to export some pages to userspace do it by using mmap
/openbmc/linux/drivers/pcmcia/
H A Dtcic.c735 u_long base, len, mmap; in tcic_set_mem_map() local
757 mmap = mem->card_start - mem->res->start; in tcic_set_mem_map()
758 mmap = (mmap >> TCIC_MMAP_CA_SHFT) & TCIC_MMAP_CA_MASK; in tcic_set_mem_map()
759 if (mem->flags & MAP_ATTRIB) mmap |= TCIC_MMAP_REG; in tcic_set_mem_map()
761 tcic_setw(TCIC_DATA, mmap); in tcic_set_mem_map()
/openbmc/linux/arch/arc/kernel/
H A Darc_hostlink.c41 .mmap = arc_hl_mmap,

12345678910>>...49