Lines Matching refs:TRUE
208 instructionFault = TRUE; in OsArmSharedPageFault()
354 if (g_excFromUserMode[ArchCurrCpuid()] == TRUE) { in OsExcSysInfo()
433 mmuFlag = TRUE; in OsDumpExcVaddrRegion()
456 if (mmuFlag == TRUE) { in OsDumpExcVaddrRegion()
516 if (g_excFromUserMode[ArchCurrCpuid()] == TRUE) { in OsDumpContextMem()
629 if (g_excFromUserMode[ArchCurrCpuid()] == TRUE) { in IsValidFP()
647 return TRUE; in IsValidFP()
659 if (g_excFromUserMode[ArchCurrCpuid()] == TRUE) { in FindSuitableStack()
663 if (IsValidFP(regFP, stackStart, stackEnd, &kvaddr) == TRUE) { in FindSuitableStack()
664 found = TRUE; in FindSuitableStack()
680 if (IsValidFP(regFP, stackStart, stackEnd, &kvaddr) == TRUE) { in FindSuitableStack()
681 found = TRUE; in FindSuitableStack()
691 if (IsValidFP(regFP, stackStart, stackEnd, &kvaddr) == TRUE) { in FindSuitableStack()
692 found = TRUE; in FindSuitableStack()
698 if (found == TRUE) { in FindSuitableStack()
735 ret = TRUE; in OsGetUsrIpInfo()
776 if (IsValidFP(tmpFP, stackStart, stackEnd, NULL) == TRUE) { in BackTraceGet()
783 while (IsValidFP(backFP, stackStart, stackEnd, &kvaddr) == TRUE) { in BackTraceGet()
856 if (g_excFromUserMode[ArchCurrCpuid()] != TRUE) { in OsExcHook()
1054 } else if (g_excFromUserMode[currCpuid] == TRUE) { in OsCheckAllCpuStatus()
1068 …urrHandleExcCpuid < LOSCFG_KERNEL_CORE_NUM) && (g_excFromUserMode[g_currHandleExcCpuid] == TRUE)) { in OsCheckAllCpuStatus()
1101 g_excFromUserMode[ArchCurrCpuid()] = TRUE; in OsExcPriorDisposal()
1127 if (g_excFromUserMode[ArchCurrCpuid()] == TRUE) { in OsPrintExcHead()
1217 if ((OsSystemExcIsReset() == TRUE) && (rebootHook != NULL)) { in OsExcHandleEntry()