Searched refs:PrintExcInfo (Results 1 - 9 of 9) sorted by relevance
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | los_exc.c | 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() 145 PrintExcInfo("Unknown fault! FS:0x%x. " in OsDecodeFS() 170 PrintExcInfo("Abort caused by a write instruction. "); in OsDecodeDataFSR() 172 PrintExcInfo("Abort caused by a read instruction. "); in OsDecodeDataFSR() 176 PrintExcInfo("Alignment fault.\n"); in OsDecodeDataFSR() 201 PrintExcInfo("[ERR][%s] may be held scheduler lock when entering [%s] on cpu [%u]\n", in OsArmSharedPageFault() 261 PrintExcInfo("prefetch_abort fault fsr:0x%x, far:0x%0+8x\n", fsr, far); in OsExcType() 264 PrintExcInfo("data_abor in OsExcType() [all...] |
/kernel/liteos_a/kernel/base/mp/ |
H A D | los_percpu.c | 45 PrintExcInfo("cpu%u is running.\n", i); in OsAllCpuStatusOutput() 48 PrintExcInfo("cpu%u is halted.\n", i); in OsAllCpuStatusOutput() 51 PrintExcInfo("cpu%u is in exc.\n", i); in OsAllCpuStatusOutput() 57 PrintExcInfo("The current handling the exception is cpu%u !\n", ArchCurrCpuid()); in OsAllCpuStatusOutput()
|
/kernel/liteos_a/kernel/common/ |
H A D | los_magickey.c | 113 PrintExcInfo("system memcheck over, all passed!\n"); in OsMagicMemCheck() 131 PrintExcInfo("Magic key on\n"); in CheckMagicKey() 133 PrintExcInfo("Magic key off\n"); in CheckMagicKey()
|
H A D | los_printf.c | 262 VOID PrintExcInfo(const CHAR *fmt, ...) in PrintExcInfo() function
|
/kernel/liteos_a/kernel/base/misc/ |
H A D | los_stackinfo.c | 94 PrintExcInfo("\n stack name cpu id stack addr total size used size\n"
in OsExcStackInfo() 103 PrintExcInfo("%11s %-5d %-10p 0x%-8x 0x%-4x\n", g_stackInfo[index].stackName,
in OsExcStackInfo()
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_printf_pri.h | 44 extern VOID PrintExcInfo(const CHAR *fmt, ...);
|
/kernel/liteos_a/kernel/include/ |
H A D | los_base.h | 63 extern VOID PrintExcInfo(const CHAR *fmt, ...);
|
/kernel/liteos_a/kernel/base/sched/ |
H A D | los_sched.c | 110 PrintExcInfo("EDF task: %u name: %s is timeout, timeout for %llu us.\n", in SchedTimeoutTaskWake()
|
H A D | los_deadline.c | 113 PrintExcInfo("EDF task %u is timeout, runTime: %d us period: %llu us\n", taskCB->taskID, in EDFTimeSliceUpdate()
|
Completed in 5 milliseconds