Lines Matching refs:start
87 .start = (uintptr_t)XCHAL_VECBASE_RESET_VADDR,
107 .start = (uintptr_t)_image_ram_start,
115 .start = (uintptr_t)_heap_start,
123 .start = (uintptr_t)__text_region_start,
130 .start = (uintptr_t)__rodata_region_start,
705 range->start, range->end, in xtensa_mpu_init()
711 (unsigned int)range->start, in xtensa_mpu_init()
724 range->start, range->end, in xtensa_mpu_init()
730 (unsigned int)range->start, in xtensa_mpu_init()
779 uintptr_t end_addr = partition->start + partition->size; in arch_mem_domain_partition_remove()
781 if (end_addr <= partition->start) { in arch_mem_domain_partition_remove()
840 ret = mpu_map_region_add(map, partition->start, end_addr, in arch_mem_domain_partition_remove()
865 uintptr_t end_addr = partition->start + partition->size; in arch_mem_domain_partition_add()
867 if (end_addr <= partition->start) { in arch_mem_domain_partition_add()
872 ret = mpu_map_region_add(map, partition->start, end_addr, in arch_mem_domain_partition_add()
911 uintptr_t stack_end_addr = thread->stack_info.start + thread->stack_info.size; in arch_mem_domain_thread_add()
913 if (stack_end_addr < thread->stack_info.start) { in arch_mem_domain_thread_add()
926 thread->stack_info.start, stack_end_addr, in arch_mem_domain_thread_add()
949 thread->stack_info.start, stack_end_addr, in arch_mem_domain_thread_add()
988 stack_end_addr = thread->stack_info.start + thread->stack_info.size; in arch_mem_domain_thread_remove()
989 if (stack_end_addr < thread->stack_info.start) { in arch_mem_domain_thread_remove()
999 thread->stack_info.start, stack_end_addr, in arch_mem_domain_thread_remove()
1174 uintptr_t stack_end_addr = thread->stack_info.start + thread->stack_info.size; in xtensa_user_stack_perms()
1176 if (stack_end_addr < thread->stack_info.start) { in xtensa_user_stack_perms()
1181 (void)memset((void *)thread->stack_info.start, in xtensa_user_stack_perms()
1187 thread->stack_info.start, stack_end_addr, in xtensa_user_stack_perms()