Home
last modified time | relevance | path

Searched refs:regtoframe (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/arch/alpha/include/
Dreg.h98 void regtoframe(struct reg *, struct trapframe *);
Dcpu.h147 void regtoframe(struct reg *, struct trapframe *);
/openbsd/src/sys/arch/alpha/alpha/
Dprocess_machdep.c130 regtoframe(regs, process_frame(p));
Dmachdep.c1289 regtoframe(regp, framep) in regtoframe() function
1486 regtoframe((struct reg *)ksc.sc_regs, p->p_md.md_tf); in sys_sigreturn()