Searched refs:stack_begin (Results 1 – 1 of 1) sorted by relevance
153 vm_offset_t stack_begin = stack_end - INTSTACK_SIZE; in pal_hib_get_stack_pages() local154 *first_page = atop_64(kvtophys(stack_begin)); in pal_hib_get_stack_pages()155 *page_count = atop_64(round_page(stack_end) - trunc_page(stack_begin)); in pal_hib_get_stack_pages()