Searched refs:mmap (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/arch/x86/core/ |
D | multiboot.c | 73 struct multiboot_mmap *mmap; in z_multiboot_init() local 92 mmap = UINT_TO_POINTER(address); in z_multiboot_init() 94 x86_memmap[index].base = mmap->base; in z_multiboot_init() 95 x86_memmap[index].length = mmap->length; in z_multiboot_init() 97 switch (mmap->type) { in z_multiboot_init() 116 address += mmap->size + sizeof(mmap->size); in z_multiboot_init()
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/ |
D | board.cmake | 14 -C cluster0.gicv3.cpuintf-mmap-access-level=2 15 -C cluster0.gicv3.SRE-enable-action-on-mmap=2 48 -C cluster0.gicv3.cpuintf-mmap-access-level=2 49 -C cluster0.gicv3.SRE-enable-action-on-mmap=2
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | mtk_adsp_load.py | 5 import mmap 234 maps[mp] = mmap.mmap( 238 flags=mmap.MAP_SHARED, 239 prot=mmap.PROT_WRITE | mmap.PROT_READ,
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | mman.h | 40 void *mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off);
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 9 import mmap 108 mmap_args = {'fileno': inf.fileno(), 'length': 0, 'access': mmap.ACCESS_READ} 113 'flags': mmap.MAP_PRIVATE, 114 'prot': mmap.PROT_READ, 118 with contextlib.closing(mmap.mmap(**mmap_args)) as main_c:
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator_native.c | 76 *mock_flash = mmap(NULL, size, in flash_mock_init_native()
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_simulator_native.c | 69 *mock_eeprom = mmap(NULL, size, PROT_WRITE | PROT_READ, MAP_SHARED, *eeprom_fd, 0); in eeprom_mock_init_native()
|
/Zephyr-latest/tests/posix/shm/src/ |
D | main.c | 167 zassert_not_ok(mmap(NULL, PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, in ZTEST() 173 addr[i] = mmap(NULL, PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd[i], 0); in ZTEST()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 9 import mmap 225 {'access': mmap.ACCESS_READ} 237 'flags': mmap.MAP_PRIVATE, 238 'prot': mmap.PROT_READ,
|
/Zephyr-latest/lib/posix/options/ |
D | mmap.c | 49 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off) in mmap() function
|
D | Kconfig.mem | 32 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap().
|
D | CMakeLists.txt | 87 zephyr_library_sources_ifdef(CONFIG_POSIX_MAPPED_FILES mmap.c)
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 12 import mmap 343 mem = mmap.mmap(hugef.fileno(), HUGEPAGESZ) 364 mm = mmap.mmap(f.fileno(), os.fstat(f.fileno()).st_size)
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 198 :c:func:`mmap`; however, using shell tools (like :command:`echo`) will treat
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 285 mmap(),yes 880 mmap(), yes
|