Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mprf.c34 int pc; /* This holds the pc of the function. */ member
41 char *pc; /* This holds the pc of the function. */ member
58 unsigned int pc[2]; /* This holds the pc of the function. */ member
63 unsigned int pc[2]; member
121 p->counts[i].pc = 0; in __ghs_prof_clear_callcounts()
232 temp->counts[i].pc = p->counts[i].pc; in __ghs_prof_dump_callcounts()
237 tpc = (pc_overlay *)(&p->counts[i].pc); in __ghs_prof_dump_callcounts()
238 temp->counts[i].pc[0] = tpc->pc[0]; in __ghs_prof_dump_callcounts()
239 temp->counts[i].pc[1] = tpc->pc[1]; in __ghs_prof_dump_callcounts()
344 __cntTail__->counts[__cntTail__->numUsed].pc = (int) archead; in __ghs_indmcount()
[all …]
Darm_manprf.h61 ldr pc, IRQ_ISR_pool
153 ldr pc, [pc, -0xf20]
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoCapture.c88 char *pc; in _DEMODumpSerial() local
97 pc = &line[0]; in _DEMODumpSerial()
98 *pc++ = '_'; // '_' is 63+32 = 95 in ascii in _DEMODumpSerial()
103 *pc++ = ch; in _DEMODumpSerial()
106 *pc++ = ch; in _DEMODumpSerial()
109 *pc++ = ch; in _DEMODumpSerial()
112 *pc++ = ch; in _DEMODumpSerial()
115 *pc++ = '\n'; in _DEMODumpSerial()
116 *pc++ = 0; in _DEMODumpSerial()
122 pc = &line[0]; in _DEMODumpSerial()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSContext.h29 int OSSwitchFiber ( u32 pc, u32 newsp );
30 int OSSwitchFiberEx ( u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 pc, u32 newsp );
38 void OSInitContext ( OSContext* context, u32 pc, u32 sp );
DOSCoroutine.h38 void OSInitCoroutine(OSCoroutine *coroutine, void *pc, void *sp);