Searched refs:md_stack_base (Results 1 – 5 of 5) sorted by relevance
78 void *md_stack_base; member
380 td->td_md.md_stack_base = td_kstack_top(td); in cpu_thread_new_kstack()384 f = (struct trapframe_fred *)td->td_md.md_stack_base - 1; in cpu_thread_new_kstack()388 md_stack_base - 1; in cpu_thread_new_kstack()
87 ASSYM(TD_MD_STACK_BASE, offsetof(struct thread, td_md.md_stack_base));
1630 rsp0 = (uintptr_t)thread0.td_md.md_stack_base; in hammer_time()1667 return ((uintptr_t)thread0.td_md.md_stack_base); in hammer_time()
10131 PCPU_GET(pti_rsp0) : (uintptr_t)td->td_md.md_stack_base; in pmap_activate_sw_pti_post()