Home
last modified time | relevance | path

Searched defs:memory_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/build/
Dgen_relocate_app.py331 def add_phdr(memory_type, phdrs): argument
337 memory_type, argument
419 def generate_memcpy_code(memory_type, full_list_of_sections, code_generation): argument
/Zephyr-latest/arch/xtensa/include/
Dxtensa_mpu_priv.h313 void xtensa_mpu_entry_memory_type_set(struct xtensa_mpu_entry *entry, uint16_t memory_type) in xtensa_mpu_entry_memory_type_set()
327 uint8_t access_rights, uint16_t memory_type) in xtensa_mpu_entry_attributes_set()
349 bool enable, uint8_t access_rights, uint16_t memory_type) in xtensa_mpu_entry_set()
/Zephyr-latest/include/zephyr/arch/xtensa/
Dmpu.h175 uint32_t memory_type:9; member
296 const uint16_t memory_type:9; member
/Zephyr-latest/drivers/memc/
Dmemc_stm32_nor_psram.c91 uint32_t memory_type; in memc_stm32_nor_psram_init() local
/Zephyr-latest/arch/xtensa/core/
Dmpu.c411 uint32_t access_rights, uint32_t memory_type, in mpu_map_region_add()