Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds