Home
last modified time | relevance | path

Searched refs:PGM_CHECK (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/s390/kernel/
Dpgm_check.S10 #define PGM_CHECK(handler) .long handler macro
11 #define PGM_CHECK_DEFAULT PGM_CHECK(default_trap_handler)
21 PGM_CHECK(illegal_op) /* 01 */
22 PGM_CHECK(privileged_op) /* 02 */
23 PGM_CHECK(execute_exception) /* 03 */
24 PGM_CHECK(do_protection_exception) /* 04 */
25 PGM_CHECK(addressing_exception) /* 05 */
26 PGM_CHECK(specification_exception) /* 06 */
27 PGM_CHECK(data_exception) /* 07 */
28 PGM_CHECK(overflow_exception) /* 08 */
[all …]