Searched refs:memory_map (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | virtualization.h | 84 void virt_init_memory(struct memory_map *mem_map, paddr_t secmem0_base, 91 struct memory_map *virt_get_memory_map(void); 196 static inline struct memory_map *virt_get_memory_map(void) { return NULL; } in virt_get_memory_map() 197 static inline void virt_init_memory(struct memory_map *mem_map __unused, in virt_init_memory()
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 65 static struct memory_map static_memory_map __nex_bss; 66 void (*memory_map_realloc_func)(struct memory_map *mem_map) __nex_bss; 122 static void heap_realloc_memory_map(struct memory_map *mem_map) in heap_realloc_memory_map() 137 static void boot_mem_realloc_memory_map(struct memory_map *mem_map) in boot_mem_realloc_memory_map() 150 static void grow_mem_map(struct memory_map *mem_map) in grow_mem_map() 187 static struct memory_map *get_memory_map(void) in get_memory_map() 190 struct memory_map *map = virt_get_memory_map(); in get_memory_map() 258 struct memory_map *mem_map = get_memory_map(); in core_mmu_for_each_map() 273 struct memory_map *mem_map = get_memory_map(); in find_map_by_type() 286 struct memory_map *mem_map = get_memory_map(); in find_map_by_type_and_pa() [all …]
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | virtualization.c | 40 struct memory_map *kmem_map __nex_bss; 54 struct memory_map mem_map; 113 static TEE_Result prepare_memory_map(struct memory_map *mem_map, in prepare_memory_map() 161 void virt_init_memory(struct memory_map *mem_map, paddr_t secmem0_base, in virt_init_memory() 561 struct memory_map *virt_get_memory_map(void) in virt_get_memory_map()
|
| /optee_os/core/include/mm/ |
| H A D | tee_mmu_types.h | 93 struct memory_map { struct
|
| H A D | core_mmu.h | 656 void core_init_mmu_prtn(struct mmu_partition *prtn, struct memory_map *mem_map); 678 void core_init_mmu(struct memory_map *mem_map);
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | core_mmu_arch.c | 535 struct memory_map *mem_map) in core_init_mmu_prtn_tee() 1045 void core_init_mmu_prtn(struct mmu_partition *prtn, struct memory_map *mem_map) in core_init_mmu_prtn() 1051 void core_init_mmu(struct memory_map *mem_map) in core_init_mmu()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu_v7.c | 775 void core_init_mmu_prtn(struct mmu_partition *prtn, struct memory_map *mem_map) in core_init_mmu_prtn() 787 void core_init_mmu(struct memory_map *mem_map) in core_init_mmu()
|
| H A D | core_mmu_lpae.c | 848 struct memory_map *mem_map) in core_init_mmu_prtn_tee() 1026 void core_init_mmu_prtn(struct mmu_partition *prtn, struct memory_map *mem_map) in core_init_mmu_prtn() 1032 void core_init_mmu(struct memory_map *mem_map) in core_init_mmu()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp231.dtsi | 137 reg-names = "regs", "memory_map";
|
| H A D | stm32mp251.dtsi | 137 reg-names = "regs", "memory_map";
|