Lines Matching full:exception
44 enum exception { enum
54 enum exception exception; member
78 switch (expected.exception) { in handle_signal()
110 static void check_sigsegv(void *func, enum exception exception, in check_sigsegv() argument
118 prot = exception == exception_translation ? PROT_NONE : PROT_READ; in check_sigsegv()
121 if (exception == exception_translation) { in check_sigsegv()
131 expected.exception = exception; in check_sigsegv()
157 safe_puts("[ RUN ] Operation exception"); in main_1()
161 expected.exception = exception_operation; in main_1()
165 safe_puts("[ RUN ] Translation exception from stg"); in main_1()
169 safe_puts("[ RUN ] Translation exception from mvc"); in main_1()
173 safe_puts("[ RUN ] Protection exception from stg"); in main_1()
177 safe_puts("[ RUN ] Protection exception from mvc"); in main_1()