Home
last modified time | relevance | path

Searched refs:stackframe_s (Results 1 – 10 of 10) sorted by relevance

/minix3/minix/usr.bin/trace/
H A Dkernel.c139 if (mem_get_user(pid, off + offsetof(struct stackframe_s, retreg), in kernel_get_retreg()
177 if (mem_get_user(pid, off + offsetof(struct stackframe_s, pc), in kernel_get_context()
180 if (mem_get_user(pid, off + offsetof(struct stackframe_s, sp), in kernel_get_context()
206 if (mem_get_user(pid, off + offsetof(struct stackframe_s, fp), in kernel_get_context()
/minix3/minix/include/sys/
H A Delf_core.h22 typedef struct stackframe_s gregset_t; /* General purpose registers */
/minix3/minix/include/arch/i386/include/
H A Dstackframe.h17 struct stackframe_s { struct
/minix3/minix/include/arch/earm/include/
H A Dstackframe.h8 struct stackframe_s { struct
/minix3/minix/kernel/arch/earm/
H A Darch_system.c55 void arch_proc_setcontext(struct proc *p, struct stackframe_s *state, in arch_proc_setcontext()
/minix3/minix/kernel/system/
H A Ddo_trace.c138 tr_addr > sizeof(struct stackframe_s) - sizeof(reg_t)) in do_trace()
/minix3/minix/kernel/arch/i386/
H A Darch_system.c149 struct stackframe_s reg; in arch_proc_reset()
523 void arch_proc_setcontext(struct proc *p, struct stackframe_s *state, in arch_proc_setcontext()
/minix3/minix/kernel/
H A Dproc.h23 struct stackframe_s p_reg; /* process' registers saved in stack frame */
H A Dproto.h73 void arch_proc_setcontext(struct proc *rp, struct stackframe_s *state,
/minix3/minix/servers/vfs/
H A Dcoredump.c241 struct stackframe_s regs; in dump_notes()