Home
last modified time | relevance | path

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

/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c129 STATIC INT32 OsDecodeFS(UINT32 bitsFS) in OsDecodeFS() argument
131 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() local
159 ret = OsDecodeFS(bitsFS); in OsDecodeInstructionFSR()
167 UINT32 bitsFS = GET_FS(regDFSR); /* FS bits[4]+[3:0] */ in OsDecodeDataFSR() local
175 if (bitsFS == 0x01) { /* 0b00001 */ in OsDecodeDataFSR()
[all …]