Home
last modified time | relevance | path

Searched refs:mapped (Results 26 – 50 of 113) sorted by relevance

12345

/Zephyr-latest/drivers/display/
DKconfig.mcux_dcnano_lcdif42 framebuffer data to a memory mapped external device.
56 Address of memory mapped external framebuffer.
/Zephyr-latest/kernel/
DKconfig.vm23 address from DTS, in which case RAM will be identity-mapped. Some
24 architectures may require RAM to be mapped in this way; they may have
30 Otherwise, if RAM isn't identity-mapped:
36 regions if RAM is not identity-mapped, or the virtual and physical
60 memory that is mapped at boot.
75 such as VSDO pages, memory mapped thread stacks, and anonymous memory
76 mappings. The kernel itself will be mapped in here as well at boot.
Dthread.c444 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()
/Zephyr-latest/drivers/gpio/
DKconfig.mmio328 memory-mapped i/o register using the same APIs as GPIO drivers. This
/Zephyr-latest/arch/x86/core/
Dfatal.c104 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()
Duserspace.c78 (struct z_x86_thread_stack_header *)thread->stack_info.mapped.addr; in z_x86_userspace_prepare_thread()
/Zephyr-latest/dts/arm/nuvoton/
Dnpcx7m6fb.dtsi46 mapped-addr = <0x64000000>;
Dnpcx7m6fc.dtsi46 mapped-addr = <0x64000000>;
Dnpcx9m7fb.dtsi39 mapped-addr = <0x64000000>;
Dnpcx7m7fc.dtsi50 mapped-addr = <0x64000000>;
Dnpcx9mfp.dtsi57 mapped-addr = <0x64000000>;
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_lakemont.dts43 io-mapped;
/Zephyr-latest/drivers/xen/
DKconfig24 int "Number of grant frames mapped to Zephyr"
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_f1.dts40 /* On RT595 ADSP shared RAM is mapped at offset 0 on the code bus and at
/Zephyr-latest/arch/arm64/
DKconfig29 functions are mapped to the SoC interrupt control interface, which is
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld10 /* Special page containing supervisor data that is still mapped in
/Zephyr-latest/arch/x86/core/ia32/
Dcoredump.c92 hdr_stack_obj = (struct z_x86_thread_stack_header *)thread->stack_info.mapped.addr; in arch_coredump_priv_stack_dump()
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dmimxrt1020_evk.overlay44 * The lpuart2's CTS pin is mapped to PHY's int-gpio or to SDRAM EMC 20.
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst66 * ``K_MEM_PAGE_FRAME_MAPPED`` is set when a physical page is mapped to
80 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 virtual
83 the data page must be re-mapped as read/write which has security
188 mapped and paged-in on demand. Most useful with
/Zephyr-latest/include/zephyr/kernel/
Dthread.h184 } mapped; member
/Zephyr-latest/arch/x86/core/intel64/
Dcoredump.c118 hdr_stack_obj = (struct z_x86_thread_stack_header *)thread->stack_info.mapped.addr; in arch_coredump_priv_stack_dump()
/Zephyr-latest/boards/adafruit/itsybitsy_m4_express/doc/
Dindex.rst62 pin 2 is mapped to PA18 (D7) and pin 3 is mapped to PA19 (D9).
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
Dda1469x_dk_pro-pinctrl.dtsi130 /* TE signal - mapped on fixed positions */
/Zephyr-latest/boards/adafruit/feather_m4_express/doc/
Dindex.rst63 pin 2 is mapped to PA18 (D7) and pin 3 is mapped to PA19 (D9).
/Zephyr-latest/doc/hardware/arch/
Dx86.rst17 memory are identity mapped and thus giving the appearance of execution
99 - ``<size>`` is the size of the region to be mapped. (Required)

12345