Searched refs:ILL_STACK_FAULT (Results 1 – 2 of 2) sorted by relevance
118 #define ILL_STACK_FAULT 0x2 /* fault on microkernel stack access */ macro
70 detail->code = posix ? ILL_BADSTK : ILL_STACK_FAULT; in exception2signal()