Searched defs:EXC (Results 1 – 10 of 10) sorted by relevance
37 struct EXC { struct38 uint32_t exception;39 uint32_t fsr; /* Fault status */40 uint32_t far; /* Virtual Fault Address */
67 struct EXC { struct68 uint64_t far; // Virtual Fault Address69 uint32_t esr; // Exception syndrome70 uint32_t exception; // number of arm exception token
87 struct EXC { struct108 EXCRegSet = 7, // ARM_EXCEPTION_STATE64 argument
122 struct EXC { struct142 EXCRegSet = 3, // ARM_EXCEPTION_STATE argument
96 struct EXC { struct108 EXCWordCount = sizeof(EXC) / sizeof(uint32_t) argument
101 struct EXC { struct113 EXCWordCount = sizeof(EXC) / sizeof(uint32_t) argument
134 typedef arm_exception_state_t EXC; typedef
105 typedef arm_exception_state64_t EXC; typedef
72 typedef __x86_64_exception_state_t EXC; typedef
72 typedef __i386_exception_state_t EXC; typedef