Searched refs:bitsFS (Results 1 – 1 of 1) sorted by relevance
129 STATIC INT32 OsDecodeFS(UINT32 bitsFS) in OsDecodeFS() argument131 switch (bitsFS) { in OsDecodeFS()134 PrintExcInfo("Translation fault, %s\n", (bitsFS & 0x2) ? "page" : "section"); in OsDecodeFS()138 PrintExcInfo("Domain fault, %s\n", (bitsFS & 0x2) ? "page" : "section"); in OsDecodeFS()142 PrintExcInfo("Permission fault, %s\n", (bitsFS & 0x2) ? "page" : "section"); in OsDecodeFS()147 bitsFS); in OsDecodeFS()157 UINT32 bitsFS = GET_FS(regIFSR); /* FS bits[4]+[3:0] */ in OsDecodeInstructionFSR() local159 ret = OsDecodeFS(bitsFS); in OsDecodeInstructionFSR()167 UINT32 bitsFS = GET_FS(regDFSR); /* FS bits[4]+[3:0] */ in OsDecodeDataFSR() local175 if (bitsFS == 0x01) { /* 0b00001 */ in OsDecodeDataFSR()[all …]