Home
last modified time | relevance | path

Searched full:mmu (Results 1 – 25 of 193) sorted by relevance

12345678

/Zephyr-latest/arch/arm/core/mmu/
DKconfig2 # ARMv7 Memory Management Unit (MMU) configuration options
11 bool "ARMv7 Cortex-A MMU Support"
13 select MMU
22 int "Number of L2 translation tables available to the MMU"
32 Minimum size (and alignment) of an ARM MMU page.
/Zephyr-latest/samples/arch/mpu/
Dindex.rst2 :name: MMU/MPU
5 Samples that demonstrate the Memory Management Unit (MMU) and Memory Protection Unit (MPU)
/Zephyr-latest/boards/qemu/xtensa/
Dqemu_xtensa_dc233c_mmu.yaml1 identifier: qemu_xtensa/dc233c/mmu
2 name: QEMU Emulation for Xtensa with MMU
Dboard.yml8 - name: mmu
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/
Dtestcase.yaml7 - mmu
16 - mmu
/Zephyr-latest/include/zephyr/arch/arm/mmu/
Darm_mmu.h2 * ARMv7 MMU support
71 * @brief Auto generate mmu region entry for node_id
93 * @brief Auto generate mmu region entry for status = "okay"
123 /* MMU configuration data structure */
132 * Reference to the MMU configuration.
135 * and holds the build-time configuration information for the fixed MMU
/Zephyr-latest/include/zephyr/arch/xtensa/
Dxtensa_mmu.h13 * @defgroup xtensa_mmu_apis Xtensa Memory Management Unit (MMU) APIs
112 * These memory regions will be setup by MMU initialization code at boot.
120 * @brief Initialize hardware MMU.
122 * This initializes the MMU hardware and setup the memory regions at boot.
127 * @brief Re-initialize hardware MMU.
129 * This configures the MMU hardware when the cpu lost context and has
/Zephyr-latest/dts/bindings/cpu/
Driscv,cpus.yaml7 mmu-type:
8 description: Memory Management Unit (MMU)
/Zephyr-latest/drivers/ethernet/
DKconfig.dwmac10 depends on (SOC_SERIES_STM32H7X && !ETH_STM32_HAL) || MMU
20 and MMU based platform is also provided.
38 depends on MMU
/Zephyr-latest/tests/subsys/rtio/rtio_api/
Dtestcase.yaml3 # xtensa dc233 (with mmu) has a TLB exception for unclear reasons
7 - qemu_xtensa/dc233c/mmu
/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/
Dsoc.c5 * Adding support for Cyclone V SoC FPGA, buildi mmu table,
13 #include <mmu.h>
14 #include <zephyr/arch/arm/mmu/arm_mmu.h>
/Zephyr-latest/kernel/
DKconfig.vm85 depends on MMU
101 menuconfig MMU config
102 bool "MMU features"
109 if MMU
111 hex "Size of smallest granularity MMU page"
114 Size of memory pages. Varies per MMU but 4K is common. For MMUs that
208 endif # MMU
/Zephyr-latest/lib/posix/options/
DKconfig.mem10 default MMU_PAGE_SIZE if MMU
30 imply MMU
51 imply MMU
/Zephyr-latest/dts/xtensa/
Ddc233c.dtsi23 * fewer L2 page table entries are needed when MMU is enabled.
33 * fewer L2 page table entries are needed when MMU is enabled.
/Zephyr-latest/tests/arch/arm64/arm64_mmu/
Dtestcase.yaml2 arch.arm64.mmu:
/Zephyr-latest/tests/arch/x86/pagetables/
Dtestcase.yaml6 - mmu
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst53 MPU/MMU Support
56 Depending on your application and platform needs, you can disable MPU/MMU
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/ondemand_section/
Dtestcase.yaml4 - mmu
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h125 /* MMU configuration data structure */
156 * @brief Auto generate mmu region entry for node_id
178 * @brief Auto generate mmu region entry for status = "okay"
218 /* Reference to the MMU configuration.
221 * and holds the build-time configuration information for the fixed MMU
/Zephyr-latest/soc/cdns/dc233c/
DCMakeLists.txt4 zephyr_library_sources_ifdef(CONFIG_XTENSA_MMU mmu.c)
/Zephyr-latest/tests/subsys/llext/
Dprj.conf11 # The bulk of the tests run with MPU/MMU disabled by including additional
/Zephyr-latest/dts/riscv/andes/
Dandes_v5_ae350.dtsi24 mmu-type = "riscv,sv32";
41 mmu-type = "riscv,sv32";
58 mmu-type = "riscv,sv32";
75 mmu-type = "riscv,sv32";
92 mmu-type = "riscv,sv32";
109 mmu-type = "riscv,sv32";
126 mmu-type = "riscv,sv32";
143 mmu-type = "riscv,sv32";
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_atom_nommu.yaml2 name: QEMU Emulation for X86 (MMU disabled)
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt34 zephyr_library_sources_ifdef(CONFIG_ARM_MMU mmu.c mmu.S)
/Zephyr-latest/drivers/counter/
DKconfig.mcux_gpt10 select KERNEL_DIRECT_MAP if MMU

12345678