Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportasm.S26 ldaw r0, dp[rtos_core_map]
67 stw dp, sp[5]
84 ldw dp, sp[3] /* (Restore CP and DP required for the RTOS ISR */
92 ldaw r0, dp[rtos_core_map]
94 ldaw r2, dp[ulPortYieldRequired] /* Get the yield required array into r2. */
126 ldaw r5, dp[pxCurrentTCBs] /* Get the current TCB array into r5. */
173 ldw dp, sp[5]
Dport.c179 uint32_t dp; in pxPortInitialiseStack() local
190 : "=r" ( cp ), "=r" ( dp ) /* output 0 is cp, output 1 is dp */ in pxPortInitialiseStack()
208 pxTopOfStack[ 5 ] = dp; /* SP[5] := DP */ in pxPortInitialiseStack()