Searched refs:mapped (Results 26 – 50 of 113) sorted by relevance
12345
42 framebuffer data to a memory mapped external device.56 Address of memory mapped external framebuffer.
23 address from DTS, in which case RAM will be identity-mapped. Some24 architectures may require RAM to be mapped in this way; they may have30 Otherwise, if RAM isn't identity-mapped:36 regions if RAM is not identity-mapped, or the virtual and physical60 memory that is mapped at boot.75 such as VSDO pages, memory mapped thread stacks, and anonymous memory76 mappings. The kernel itself will be mapped in here as well at boot.
444 new_thread->stack_info.mapped.addr = stack_mapped; in setup_thread_stack()445 new_thread->stack_info.mapped.sz = stack_obj_size; in setup_thread_stack()861 if (thread->stack_info.mapped.addr == NULL) { in z_impl_k_thread_stack_space_get()1050 thread_cleanup_stack_addr = thread->stack_info.mapped.addr; in defer_thread_cleanup()1051 thread_cleanup_stack_sz = thread->stack_info.mapped.sz; in defer_thread_cleanup()1057 thread->stack_info.mapped.addr = NULL; in defer_thread_cleanup()1058 thread->stack_info.mapped.sz = 0; in defer_thread_cleanup()
8 memory-mapped i/o register using the same APIs as GPIO drivers. This
104 start = (uintptr_t)thread->stack_info.mapped.addr - CONFIG_MMU_PAGE_SIZE; in z_x86_check_guard_page()105 end = (uintptr_t)thread->stack_info.mapped.addr; in z_x86_check_guard_page()112 start = (uintptr_t)thread->stack_info.mapped.addr + thread->stack_info.mapped.sz; in z_x86_check_guard_page()
78 (struct z_x86_thread_stack_header *)thread->stack_info.mapped.addr; in z_x86_userspace_prepare_thread()
46 mapped-addr = <0x64000000>;
39 mapped-addr = <0x64000000>;
50 mapped-addr = <0x64000000>;
57 mapped-addr = <0x64000000>;
43 io-mapped;
24 int "Number of grant frames mapped to Zephyr"
40 /* On RT595 ADSP shared RAM is mapped at offset 0 on the code bus and at
29 functions are mapped to the SoC interrupt control interface, which is
10 /* Special page containing supervisor data that is still mapped in
92 hdr_stack_obj = (struct z_x86_thread_stack_header *)thread->stack_info.mapped.addr; in arch_coredump_priv_stack_dump()
44 * The lpuart2's CTS pin is mapped to PHY's int-gpio or to SDRAM EMC 20.
66 * ``K_MEM_PAGE_FRAME_MAPPED`` is set when a physical page is mapped to80 scratch needs to be mapped read/write for backing store code to access.81 However the data page itself may only be mapped as read-only in virtual83 the data page must be re-mapped as read/write which has security188 mapped and paged-in on demand. Most useful with
184 } mapped; member
118 hdr_stack_obj = (struct z_x86_thread_stack_header *)thread->stack_info.mapped.addr; in arch_coredump_priv_stack_dump()
62 pin 2 is mapped to PA18 (D7) and pin 3 is mapped to PA19 (D9).
130 /* TE signal - mapped on fixed positions */
63 pin 2 is mapped to PA18 (D7) and pin 3 is mapped to PA19 (D9).
17 memory are identity mapped and thus giving the appearance of execution99 - ``<size>`` is the size of the region to be mapped. (Required)