Searched refs:md_stack_base (Results 1 – 5 of 5) sorted by relevance
78 vm_offset_t md_stack_base; member
88 td->td_md.md_stack_base = td->td_kstack + in set_top_of_stack_td()169 td2->td_frame = (struct trapframe *)td2->td_md.md_stack_base - 1; in copy_thread()385 td->td_frame = (struct trapframe *)td->td_md.md_stack_base - 1; in cpu_thread_alloc()
88 ASSYM(TD_MD_STACK_BASE, offsetof(struct thread, td_md.md_stack_base));
1581 rsp0 = thread0.td_md.md_stack_base; in hammer_time()1619 return (thread0.td_md.md_stack_base); in hammer_time()
10135 PCPU_GET(pti_rsp0) : (uintptr_t)td->td_md.md_stack_base; in pmap_activate_sw_pti_post()