Searched full:mmu (Results 1 – 25 of 193) sorted by relevance
12345678
/Zephyr-latest/arch/arm/core/mmu/ |
D | Kconfig | 2 # 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/ |
D | index.rst | 2 :name: MMU/MPU 5 Samples that demonstrate the Memory Management Unit (MMU) and Memory Protection Unit (MPU)
|
/Zephyr-latest/boards/qemu/xtensa/ |
D | qemu_xtensa_dc233c_mmu.yaml | 1 identifier: qemu_xtensa/dc233c/mmu 2 name: QEMU Emulation for Xtensa with MMU
|
D | board.yml | 8 - name: mmu
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/ |
D | testcase.yaml | 7 - mmu 16 - mmu
|
/Zephyr-latest/include/zephyr/arch/arm/mmu/ |
D | arm_mmu.h | 2 * 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/ |
D | xtensa_mmu.h | 13 * @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/ |
D | riscv,cpus.yaml | 7 mmu-type: 8 description: Memory Management Unit (MMU)
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dwmac | 10 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/ |
D | testcase.yaml | 3 # xtensa dc233 (with mmu) has a TLB exception for unclear reasons 7 - qemu_xtensa/dc233c/mmu
|
/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/ |
D | soc.c | 5 * 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/ |
D | Kconfig.vm | 85 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/ |
D | Kconfig.mem | 10 default MMU_PAGE_SIZE if MMU 30 imply MMU 51 imply MMU
|
/Zephyr-latest/dts/xtensa/ |
D | dc233c.dtsi | 23 * 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/ |
D | testcase.yaml | 2 arch.arm64.mmu:
|
/Zephyr-latest/tests/arch/x86/pagetables/ |
D | testcase.yaml | 6 - mmu
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 53 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/ |
D | testcase.yaml | 4 - mmu
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arm_mmu.h | 125 /* 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/ |
D | CMakeLists.txt | 4 zephyr_library_sources_ifdef(CONFIG_XTENSA_MMU mmu.c)
|
/Zephyr-latest/tests/subsys/llext/ |
D | prj.conf | 11 # The bulk of the tests run with MPU/MMU disabled by including additional
|
/Zephyr-latest/dts/riscv/andes/ |
D | andes_v5_ae350.dtsi | 24 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/ |
D | qemu_x86_atom_nommu.yaml | 2 name: QEMU Emulation for X86 (MMU disabled)
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 34 zephyr_library_sources_ifdef(CONFIG_ARM_MMU mmu.c mmu.S)
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.mcux_gpt | 10 select KERNEL_DIRECT_MAP if MMU
|
12345678