Home
last modified time | relevance | path

Searched refs:rsp0 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dmd_var.h65 void amd64_bsp_pcpu_init2(uint64_t rsp0);
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1571 amd64_bsp_pcpu_init2(uint64_t rsp0) in amd64_bsp_pcpu_init2() argument
1574 PCPU_SET(rsp0, rsp0); in amd64_bsp_pcpu_init2()
1624 u_int64_t rsp0; in hammer_time() local
1904 rsp0 = thread0.td_md.md_stack_base; in hammer_time()
1906 rsp0 &= ~0xFul; in hammer_time()
1907 PCPU_PTR(common_tss)->tss_rsp0 = rsp0; in hammer_time()
1908 amd64_bsp_pcpu_init2(rsp0); in hammer_time()
H A Dtrap.c453 frame->tf_rsp = PCPU_GET(rsp0) - 5 * in trap()