Searched refs:stackframe_s (Results 1 – 10 of 10) sorted by relevance
| /minix3/minix/usr.bin/trace/ |
| H A D | kernel.c | 139 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 D | elf_core.h | 22 typedef struct stackframe_s gregset_t; /* General purpose registers */
|
| /minix3/minix/include/arch/i386/include/ |
| H A D | stackframe.h | 17 struct stackframe_s { struct
|
| /minix3/minix/include/arch/earm/include/ |
| H A D | stackframe.h | 8 struct stackframe_s { struct
|
| /minix3/minix/kernel/arch/earm/ |
| H A D | arch_system.c | 55 void arch_proc_setcontext(struct proc *p, struct stackframe_s *state, in arch_proc_setcontext()
|
| /minix3/minix/kernel/system/ |
| H A D | do_trace.c | 138 tr_addr > sizeof(struct stackframe_s) - sizeof(reg_t)) in do_trace()
|
| /minix3/minix/kernel/arch/i386/ |
| H A D | arch_system.c | 149 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 D | proc.h | 23 struct stackframe_s p_reg; /* process' registers saved in stack frame */
|
| H A D | proto.h | 73 void arch_proc_setcontext(struct proc *rp, struct stackframe_s *state,
|
| /minix3/minix/servers/vfs/ |
| H A D | coredump.c | 241 struct stackframe_s regs; in dump_notes()
|