Searched refs:stack (Results 1 – 4 of 4) sorted by relevance
260 return &stack->frame[i]; in get_curr_stack_frame()268 if (stack->depth != 0U) { in get_max_entry_shifts()314 stack->depth++; in go_down_level()358 if (stack->depth == 0U) { in write_pte_to_level()469 stack->depth--; in go_up_level()862 gpt_stack_t stack; in gpt_do_write() local863 stack.depth = 0U; in gpt_do_write()954 gpt_stack_t stack; in gpt_read() local955 stack.depth = 0U; in gpt_read()1157 gpt_stack_t stack; in gpt_dump_levels() local[all …]
1401 lower = stack[level].paddr; in set_pgtables()2009 assert(stack[level].mapped); in pgtable_maybe_merge_block()2290 assert(stack[level].mapped); in map_modifier()2336 stack[level].paddr = 0U; in map_modifier()2337 stack[level].table = NULL; in map_modifier()2684 assert(stack[level].mapped); in unmap_modifier()2827 assert(stack[level].mapped); in prealloc_modifier()2911 assert(stack[level].mapped); in dump_modifier()3330 stack[prev_level].table, in translation_table_walk()3331 stack[prev_level].paddr, in translation_table_walk()[all …]
60 void_ptr_result_t stack = partition_alloc( in thread_standard_handle_object_create_thread() local62 if (stack.e != OK) { in thread_standard_handle_object_create_thread()63 err = stack.e; in thread_standard_handle_object_create_thread()70 (void)memset_s(stack.r, stack_size, 0x57, stack_size); in thread_standard_handle_object_create_thread()73 thread->stack_mem = (uintptr_t)stack.r; in thread_standard_handle_object_create_thread()
78 // Allocate stack space for the maximum allowed return size82 // Zero-initialise the allocated stack space, since any unused returns93 // Load x0..x7 from the return structure on the stack101 // Zero any sensitive stack values
Completed in 20 milliseconds