Searched refs:ack_exception (Results 1 – 2 of 2) sorted by relevance
21 ack_exception(EXCEPT_TYPE_NXF); in trap_init()22 ack_exception(EXCEPT_TYPE_EXC); in trap_init()23 ack_exception(EXCEPT_TYPE_IXF); in trap_init()24 ack_exception(EXCEPT_TYPE_SXF); in trap_init()264 ack_exception(EXCEPT_TYPE_IXF); in process_iexcept()301 ack_exception(EXCEPT_TYPE_EXC); in process_eexcept()318 ack_exception(EXCEPT_TYPE_NXF); in process_exception()337 ack_exception(type_num); in process_exception()
50 #define ack_exception(type) set_creg(ECR, 1 << (type)) macro