Home
last modified time | relevance | path

Searched refs:proc0_tf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dinit.c133 static struct trapframe proc0_tf; variable
802 lwp0.lwp_md.md_regs = &proc0_tf; in init_vkernel()
829 lwp0.lwp_md.md_regs = &proc0_tf; in init_vkernel()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c325 static struct trapframe proc0_tf; variable
2919 lwp0.lwp_md.md_regs = &proc0_tf; /* XXX needed? */ in hammer_time()