Searched refs:ack_exception (Results 1 – 2 of 2) sorted by relevance
24 ack_exception(EXCEPT_TYPE_NXF); in trap_init()25 ack_exception(EXCEPT_TYPE_EXC); in trap_init()26 ack_exception(EXCEPT_TYPE_IXF); in trap_init()27 ack_exception(EXCEPT_TYPE_SXF); in trap_init()280 ack_exception(EXCEPT_TYPE_IXF); in process_iexcept()317 ack_exception(EXCEPT_TYPE_EXC); in process_eexcept()334 ack_exception(EXCEPT_TYPE_NXF); in process_exception()353 ack_exception(type_num); in process_exception()
53 #define ack_exception(type) set_creg(ECR, 1 << (type)) macro