Home
last modified time | relevance | path

Searched refs:md_stack_base (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/amd64/include/
H A Dproc.h78 void *md_stack_base; member
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c380 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()
H A Dgenassym.c87 ASSYM(TD_MD_STACK_BASE, offsetof(struct thread, td_md.md_stack_base));
H A Dmachdep.c1630 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()
H A Dpmap.c10131 PCPU_GET(pti_rsp0) : (uintptr_t)td->td_md.md_stack_base; in pmap_activate_sw_pti_post()