7#ifndef ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_
8#define ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_
52extern unsigned int z_x86_exception_vector;
54struct _x86_syscall_stack_frame {
__UINT32_TYPE__ uint32_t
Definition: stdint.h:90
Exception Stack Frame.
Definition: exception.h:57
unsigned int fs
Definition: exception.h:34
unsigned int ss
Definition: exception.h:32
unsigned int esi
Definition: exception.h:41
unsigned int gs
Definition: exception.h:33
unsigned int eax
Definition: exception.h:44
unsigned int esp
Definition: exception.h:38
unsigned int edi
Definition: exception.h:42
unsigned int ebx
Definition: exception.h:40
unsigned int errorCode
Definition: exception.h:46
unsigned int ecx
Definition: exception.h:45
unsigned int eip
Definition: exception.h:47
unsigned int ebp
Definition: exception.h:39
unsigned int es
Definition: exception.h:35
unsigned int eflags
Definition: exception.h:49
unsigned int edx
Definition: exception.h:43
unsigned int cs
Definition: exception.h:48
unsigned int ds
Definition: exception.h:36