Home
last modified time | relevance | path

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

/libcpu/ti-dsp/c6x/
A Dtrap.h68 #define INTC_MEXPMASK __SYSREGA(0x018000e0, unsigned int) macro
A Dtrap.c308 while (INTC_MEXPMASK[i]) in process_eexcept()
311 except_num = ffs(INTC_MEXPMASK[i]); in process_eexcept()
312 INTC_MEXPMASK[i] &= ~(1 << except_num); /* ack the external exception */ in process_eexcept()

Completed in 3 milliseconds