Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 35) sorted by relevance

12

/Kernel-v10.6.2/portable/Renesas/SH2A_FPU/
DISR_Support.inc38 ; Get the address of pxCurrentTCB
41 ; Get the address of pxTopOfStack from the TCB.
53 ; Get the address of the pxCurrentTCB variable.
56 ; Get the address of the task stack from pxCurrentTCB.
/Kernel-v10.6.2/portable/CCS/ARM_Cortex-R4/
DportASM.asm51 ; Push the return address onto the stack.
129 ; Restore the return address.
133 ; correct address.
152 ; address. SWI doesn't do this. Add the offset manually so the ISR
/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
DISR_Support.h47 ; Push the return address onto the stack.
98 ; Restore the return address.
102 ; correct address.
Dlib_AT91SAM7X128.h217 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetNextRx() argument
220 pPDC->PDC_RNPR = (unsigned int) address; in AT91F_PDC_SetNextRx()
230 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetNextTx() argument
233 pPDC->PDC_TNPR = (unsigned int) address; in AT91F_PDC_SetNextTx()
243 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetRx() argument
246 pPDC->PDC_RPR = (unsigned int) address; in AT91F_PDC_SetRx()
256 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetTx() argument
259 pPDC->PDC_TPR = (unsigned int) address; in AT91F_PDC_SetTx()
Dlib_AT91SAM7X256.h217 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetNextRx() argument
220 pPDC->PDC_RNPR = (unsigned int) address; in AT91F_PDC_SetNextRx()
230 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetNextTx() argument
233 pPDC->PDC_TNPR = (unsigned int) address; in AT91F_PDC_SetNextTx()
243 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetRx() argument
246 pPDC->PDC_RPR = (unsigned int) address; in AT91F_PDC_SetRx()
256 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetTx() argument
259 pPDC->PDC_TPR = (unsigned int) address; in AT91F_PDC_SetTx()
Dlib_AT91SAM7S64.h134 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetNextRx() argument
137 pPDC->PDC_RNPR = (unsigned int) address; in AT91F_PDC_SetNextRx()
147 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetNextTx() argument
150 pPDC->PDC_TNPR = (unsigned int) address; in AT91F_PDC_SetNextTx()
160 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetRx() argument
163 pPDC->PDC_RPR = (unsigned int) address; in AT91F_PDC_SetRx()
173 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetTx() argument
176 pPDC->PDC_TPR = (unsigned int) address; in AT91F_PDC_SetTx()
2514 unsigned char address) // \arg new UDP address in AT91F_UDP_SetAddress() argument
2516 pUDP->UDP_FADDR = (AT91C_UDP_FEN | address); in AT91F_UDP_SetAddress()
/Kernel-v10.6.2/portable/IAR/AtmelSAM9XE/
DISR_Support.h46 ; Push the return address onto the stack.
97 ; Restore the return address.
101 ; correct address.
/Kernel-v10.6.2/portable/IAR/LPC2000/
DISR_Support.h47 ; Push the return address onto the stack.
98 ; Restore the return address.
102 ; correct address.
/Kernel-v10.6.2/portable/IAR/STR71x/
DISR_Support.h47 ; Push the return address onto the stack.
98 ; Restore the return address.
102 ; correct address.
/Kernel-v10.6.2/portable/IAR/STR75x/
DISR_Support.h47 ; Push the return address onto the stack.
98 ; Restore the return address.
102 ; correct address.
/Kernel-v10.6.2/portable/IAR/STR91x/
DISR_Support.h47 ; Push the return address onto the stack.
98 ; Restore the return address.
102 ; correct address.
/Kernel-v10.6.2/portable/RVDS/ARM7_LPC21xx/
DportASM.s79 ; address, but an SWI ISR does not. Add the offset manually so the same
85 LDR R0, =vTaskSwitchContext ; Get the address of the context switch function
86 MOV LR, PC ; Store the return address
Dportmacro.inc51 LDR LR, [LR, #+60] ; Restore the return address
54 SUBS PC, LR, #4 ; ...the correct address.
71 STMDB R0!, {LR} ; Push the return address onto the stack.
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h217 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetNextRx() argument
220 pPDC->PDC_RNPR = (unsigned int) address; in AT91F_PDC_SetNextRx()
230 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetNextTx() argument
233 pPDC->PDC_TNPR = (unsigned int) address; in AT91F_PDC_SetNextTx()
243 char *address, // \arg address to the next bloc to be received in AT91F_PDC_SetRx() argument
246 pPDC->PDC_RPR = (unsigned int) address; in AT91F_PDC_SetRx()
256 char *address, // \arg address to the next bloc to be transmitted in AT91F_PDC_SetTx() argument
259 pPDC->PDC_TPR = (unsigned int) address; in AT91F_PDC_SetTx()
/Kernel-v10.6.2/portable/Softune/MB91460/
Dport.c61 LDI #_pxCurrentTCB, R0 ;Get pxCurrentTCB address
62 LD @R0, R0 ;Get the pxCurrentTCB->pxTopOfStack address
69 LDI #_pxCurrentTCB, R0 ;Get pxCurrentTCB address
70 LD @R0, R0 ;Get the pxCurrentTCB->pxTopOfStack address
/Kernel-v10.6.2/portable/IAR/ARM_CA5_No_GIC/
DportASM.s84 ; Push the return address and SPSR
95 ; Increment nesting count. r3 holds the address of ulPortInterruptNesting
130 ; Did the interrupt request a context switch? r1 holds the address of
/Kernel-v10.6.2/portable/GCC/NiosII/
Dport_asm.S75 movia et, pxCurrentTCB # Load the address of the pxCurrentTCB pointer
86 movia et, pxCurrentTCB # Load the address of the pxCurrentTCB pointer
123 eret # Return to address ea, loading eStatus into Status.
/Kernel-v10.6.2/portable/IAR/ARM_CA9/
DportASM.s80 ; Push the return address and SPSR
91 ; Increment nesting count. r3 holds the address of ulPortInterruptNesting
130 ; Did the interrupt request a context switch? r1 holds the address of
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
DportASM.s76 ; Push the return address and SPSR
87 ; Increment nesting count. r3 holds the address of ulPortInterruptNesting
127 ; Did the interrupt request a context switch? r1 holds the address of
/Kernel-v10.6.2/portable/IAR/RISC-V/
Dport.c46 …ry-mapped mtime register then set configMTIME_BASE_ADDRESS to the mapped address. Otherwise set c…
50 …ped mtimecmp register then set configMTIMECMP_BASE_ADDRESS to the mapped address. Otherwise set c…
/Kernel-v10.6.2/portable/GCC/RISC-V/
Dport.c46 …ry-mapped mtime register then set configMTIME_BASE_ADDRESS to the mapped address. Otherwise set c…
50 …ped mtimecmp register then set configMTIMECMP_BASE_ADDRESS to the mapped address. Otherwise set c…
/Kernel-v10.6.2/portable/IAR/ATMega323/
Dportmacro.s9072 ORG TIMER1_COMPA_vect ; Vector address
75 ORG USART_RXC_vect ; Vector address
78 ORG USART_UDRE_vect ; Vector address
/Kernel-v10.6.2/portable/WizC/PIC18/
Dportmacro.h303 ; De-reference FSR0 to set the address it holds into \
/Kernel-v10.6.2/portable/IAR/78K0R/
Dportasm.s2663 ; address and PSW will have been saved to the stack automatically before
/Kernel-v10.6.2/portable/IAR/V850ES/
DISR_Support.h95 MOVHI hi1(pxCurrentTCB),r0,r1 ; get Stackpointer address

12