Home
last modified time | relevance | path

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

/arch/c6x/kernel/
Dtraps.c24 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()
272 ack_exception(EXCEPT_TYPE_IXF); in process_iexcept()
309 ack_exception(EXCEPT_TYPE_EXC); in process_eexcept()
326 ack_exception(EXCEPT_TYPE_NXF); in process_exception()
345 ack_exception(type_num); in process_exception()
/arch/c6x/include/asm/
Dspecial_insns.h53 #define ack_exception(type) set_creg(ECR, 1 << (type)) macro