Home
last modified time | relevance | path

Searched refs:mpu_map (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dmpu.c640 struct xtensa_mpu_map *map = thread->arch.mpu_map; in xtensa_mpu_map_write()
742 dummy_map_thread.arch.mpu_map = &xtensa_mpu_map_fg_kernel; in xtensa_mpu_init()
752 domain->arch.mpu_map = xtensa_mpu_map_fg_kernel; in arch_mem_domain_init()
777 struct xtensa_mpu_map *map = &domain->arch.mpu_map; in arch_mem_domain_partition_remove()
863 struct xtensa_mpu_map *map = &domain->arch.mpu_map; in arch_mem_domain_partition_add()
906 struct xtensa_mpu_map *old_map = thread->arch.mpu_map; in arch_mem_domain_thread_add()
925 ret = mpu_map_region_add(&domain->arch.mpu_map, in arch_mem_domain_thread_add()
935 thread->arch.mpu_map = &domain->arch.mpu_map; in arch_mem_domain_thread_add()
998 ret = mpu_map_region_add(&domain->arch.mpu_map, in arch_mem_domain_thread_remove()
1186 ret = mpu_map_region_add(thread->arch.mpu_map, in xtensa_user_stack_perms()
/Zephyr-latest/include/zephyr/arch/xtensa/
Dthread.h38 struct xtensa_mpu_map *mpu_map; member
Darch.h71 struct xtensa_mpu_map mpu_map; member
/Zephyr-latest/arch/xtensa/core/offsets/
Doffsets.c74 GEN_OFFSET_SYM(_thread_arch_t, mpu_map);