Searched refs:memmap (Results 1 – 9 of 9) sorted by relevance
12 uintptr_t *memmap) in z_vrfy_ivshmem_get_mem() argument15 K_OOPS(K_SYSCALL_MEMORY_WRITE(memmap, sizeof(uintptr_t))); in z_vrfy_ivshmem_get_mem()17 return z_impl_ivshmem_get_mem(dev, memmap); in z_vrfy_ivshmem_get_mem()60 uintptr_t *memmap) in z_vrfy_ivshmem_get_rw_mem_section() argument63 K_OOPS(K_SYSCALL_MEMORY_WRITE(memmap, sizeof(uintptr_t))); in z_vrfy_ivshmem_get_rw_mem_section()65 return z_impl_ivshmem_get_rw_mem_section(dev, memmap); in z_vrfy_ivshmem_get_rw_mem_section()71 uintptr_t *memmap) in z_vrfy_ivshmem_get_output_mem_section() argument74 K_OOPS(K_SYSCALL_MEMORY_WRITE(memmap, sizeof(uintptr_t))); in z_vrfy_ivshmem_get_output_mem_section()76 return z_impl_ivshmem_get_output_mem_section(dev, peer_id, memmap); in z_vrfy_ivshmem_get_output_mem_section()
306 uintptr_t *memmap) in ivshmem_api_get_mem() argument312 *memmap = 0; in ivshmem_api_get_mem()317 *memmap = data->shmem; in ivshmem_api_get_mem()417 uintptr_t *memmap) in ivshmem_api_get_rw_mem_section() argument422 *memmap = 0; in ivshmem_api_get_rw_mem_section()426 *memmap = data->rw_section_shmem; in ivshmem_api_get_rw_mem_section()433 uintptr_t *memmap) in ivshmem_api_get_output_mem_section() argument438 *memmap = 0; in ivshmem_api_get_output_mem_section()442 *memmap = data->output_section_shmem[peer_id]; in ivshmem_api_get_output_mem_section()
30 uintptr_t *memmap);46 uintptr_t *memmap);50 uintptr_t *memmap);99 uintptr_t *memmap);102 uintptr_t *memmap) in z_impl_ivshmem_get_mem() argument107 return api->get_mem(dev, memmap); in z_impl_ivshmem_get_mem()205 uintptr_t *memmap);208 uintptr_t *memmap) in z_impl_ivshmem_get_rw_mem_section() argument213 return api->get_rw_mem_section(dev, memmap); in z_impl_ivshmem_get_rw_mem_section()227 uintptr_t *memmap);[all …]
14 __weak void memmap(void) in memmap() function29 memmap(); in main()
9 extern void memmap(void);
9 void memmap(void) in memmap() function
13 target_sources_ifdef(CONFIG_X86_MEMMAP app PRIVATE src/memmap.c)
12 zephyr_library_sources_ifdef(CONFIG_X86_MEMMAP memmap.c)
1877 …thub:`20518` - [Coverity CID :205647]Memory - illegal accesses in /tests/arch/x86/info/src/memmap.c