Home
last modified time | relevance | path

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

/arch/nds32/include/asm/
Dbitfield.h249 #define ITYPE_offCPID 20 /* Co-Processor ID which generate the exception */ macro
252 #define ITYPE_mskCPID ( 0x3 << ITYPE_offCPID )
/arch/nds32/kernel/
Dtraps.c318 unsigned int cpid = ((itype & ITYPE_mskCPID) >> ITYPE_offCPID); in do_dispatch_general()