Lines Matching refs:PGM_CHECK
9 #define PGM_CHECK(handler) .long handler macro
10 #define PGM_CHECK_DEFAULT PGM_CHECK(default_trap_handler)
20 PGM_CHECK(illegal_op) /* 01 */
21 PGM_CHECK(privileged_op) /* 02 */
22 PGM_CHECK(execute_exception) /* 03 */
23 PGM_CHECK(do_protection_exception) /* 04 */
24 PGM_CHECK(addressing_exception) /* 05 */
25 PGM_CHECK(specification_exception) /* 06 */
26 PGM_CHECK(data_exception) /* 07 */
27 PGM_CHECK(overflow_exception) /* 08 */
28 PGM_CHECK(divide_exception) /* 09 */
29 PGM_CHECK(overflow_exception) /* 0a */
30 PGM_CHECK(divide_exception) /* 0b */
31 PGM_CHECK(hfp_overflow_exception) /* 0c */
32 PGM_CHECK(hfp_underflow_exception) /* 0d */
33 PGM_CHECK(hfp_significance_exception) /* 0e */
34 PGM_CHECK(hfp_divide_exception) /* 0f */
35 PGM_CHECK(do_dat_exception) /* 10 */
36 PGM_CHECK(do_dat_exception) /* 11 */
37 PGM_CHECK(translation_exception) /* 12 */
38 PGM_CHECK(special_op_exception) /* 13 */
40 PGM_CHECK(operand_exception) /* 15 */
43 PGM_CHECK(transaction_exception) /* 18 */
46 PGM_CHECK(vector_exception) /* 1b */
47 PGM_CHECK(space_switch_exception) /* 1c */
48 PGM_CHECK(hfp_sqrt_exception) /* 1d */
75 PGM_CHECK(do_dat_exception) /* 38 */
76 PGM_CHECK(do_dat_exception) /* 39 */
77 PGM_CHECK(do_dat_exception) /* 3a */
78 PGM_CHECK(do_dat_exception) /* 3b */