Home
last modified time | relevance | path

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

/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c1255 UINTPTR framePtr, tmpFramePtr, linkReg; in LOS_RecordLR() local
1269 framePtr = Get_Fp(); in LOS_RecordLR()
1270 … while ((framePtr > stackStart) && (framePtr < stackEnd) && IS_ALIGNED(framePtr, sizeof(CHAR *))) { in LOS_RecordLR()
1271 tmpFramePtr = framePtr; in LOS_RecordLR()
1275 linkReg = *(UINTPTR *)framePtr; in LOS_RecordLR()
1285 framePtr = *(UINTPTR *)framePtr; in LOS_RecordLR()
1287 framePtr = *(UINTPTR *)(tmpFramePtr - sizeof(UINTPTR)); in LOS_RecordLR()
/kernel/liteos_m/components/backtrace/
Dlos_backtrace.c619 UINTPTR framePtr, tmpFramePtr, linkReg; in LOS_RecordLR() local