Home
last modified time | relevance | path

Searched refs:PrintExcInfo (Results 1 - 9 of 9) sorted by relevance

/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_exc.c134 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 Dlos_percpu.c45 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 Dlos_magickey.c113 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 Dlos_printf.c262 VOID PrintExcInfo(const CHAR *fmt, ...) in PrintExcInfo() function
/kernel/liteos_a/kernel/base/misc/
H A Dlos_stackinfo.c94 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 Dlos_printf_pri.h44 extern VOID PrintExcInfo(const CHAR *fmt, ...);
/kernel/liteos_a/kernel/include/
H A Dlos_base.h63 extern VOID PrintExcInfo(const CHAR *fmt, ...);
/kernel/liteos_a/kernel/base/sched/
H A Dlos_sched.c110 PrintExcInfo("EDF task: %u name: %s is timeout, timeout for %llu us.\n", in SchedTimeoutTaskWake()
H A Dlos_deadline.c113 PrintExcInfo("EDF task %u is timeout, runTime: %d us period: %llu us\n", taskCB->taskID, in EDFTimeSliceUpdate()

Completed in 5 milliseconds