Searched refs:PGM_CHECK (Results 1 – 1 of 1) sorted by relevance
9 #define PGM_CHECK(handler) .long handler macro10 #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 */[all …]