Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c92 td->td_md.md_stack_base = td->td_kstack + in set_top_of_stack_td()
102 p = td->td_md.md_stack_base; in get_pcb_user_save_td()
192 td2->td_frame = (struct trapframe *)td2->td_md.md_stack_base - 1; in cpu_fork()
355 td->td_frame = (struct trapframe *)td->td_md.md_stack_base - 1; in cpu_thread_alloc()
H A Dgenassym.c91 ASSYM(TD_MD_STACK_BASE, offsetof(struct thread, td_md.md_stack_base));
H A Dmachdep.c1904 rsp0 = thread0.td_md.md_stack_base; in hammer_time()
1940 return (thread0.td_md.md_stack_base); in hammer_time()
H A Dpmap.c9591 PCPU_GET(pti_rsp0) : (uintptr_t)td->td_md.md_stack_base; in pmap_activate_sw_pti_post()
/f-stack/freebsd/amd64/include/
H A Dproc.h77 vm_offset_t md_stack_base; member