Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Dproc.h80 vm_offset_t md_stack_base; member
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c90 td->td_md.md_stack_base = td->td_kstack + in set_top_of_stack_td()
171 td2->td_frame = (struct trapframe *)td2->td_md.md_stack_base - 1; in copy_thread()
397 td->td_frame = (struct trapframe *)td->td_md.md_stack_base - 1; in cpu_thread_alloc()
H A Dgenassym.c90 ASSYM(TD_MD_STACK_BASE, offsetof(struct thread, td_md.md_stack_base));
H A Dmachdep.c1585 rsp0 = thread0.td_md.md_stack_base; in hammer_time()
1623 return (thread0.td_md.md_stack_base); in hammer_time()
H A Dpmap.c10108 PCPU_GET(pti_rsp0) : (uintptr_t)td->td_md.md_stack_base; in pmap_activate_sw_pti_post()