stack.h (11d38a5764295585a2472d5e861fa8abe1a11eb2) | stack.h (1c29da02798d968eb874b86221333a56393a94c3) |
---|---|
1/*- 2 * Mach Operating System 3 * Copyright (c) 1991,1990 Carnegie Mellon University 4 * All Rights Reserved. 5 * 6 * Permission to use, copy, modify and distribute this software and its 7 * documentation is hereby granted, provided that both the copyright 8 * notice and this permission notice appear in all copies of the --- 41 unchanged lines hidden (view full) --- 50struct i386_frame { 51 uint32_t f_frame; 52 uint32_t f_retaddr; 53 uint32_t f_arg0; 54}; 55#endif /* __amd64__ */ 56 57#ifdef _KERNEL | 1/*- 2 * Mach Operating System 3 * Copyright (c) 1991,1990 Carnegie Mellon University 4 * All Rights Reserved. 5 * 6 * Permission to use, copy, modify and distribute this software and its 7 * documentation is hereby granted, provided that both the copyright 8 * notice and this permission notice appear in all copies of the --- 41 unchanged lines hidden (view full) --- 50struct i386_frame { 51 uint32_t f_frame; 52 uint32_t f_retaddr; 53 uint32_t f_arg0; 54}; 55#endif /* __amd64__ */ 56 57#ifdef _KERNEL |
58int stack_nmi_handler(struct trapframe *); | 58void stack_capture_intr(void); |
59#endif 60 61#endif /* !_X86_STACK_H */ | 59#endif 60 61#endif /* !_X86_STACK_H */ |