Home
last modified time | relevance | path

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

12

/Kernel-v11.1.0/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-v11.1.0/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-v11.1.0/portable/IAR/STR71x/
DISR_Support.h56 Push the return address onto the stack.
140 Restore the return address.
148 correct address.
/Kernel-v11.1.0/portable/IAR/STR75x/
DISR_Support.h56 Push the return address onto the stack.
140 Restore the return address.
148 correct address.
/Kernel-v11.1.0/portable/IAR/STR91x/
DISR_Support.h56 Push the return address onto the stack.
140 Restore the return address.
148 correct address.
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/
DISR_Support.h55 Push the return address onto the stack.
139 Restore the return address.
147 correct address.
/Kernel-v11.1.0/portable/IAR/LPC2000/
DISR_Support.h56 Push the return address onto the stack.
140 Restore the return address.
148 correct address.
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
DISR_Support.h56 Push the return address onto the stack.
140 Restore the return address.
148 correct address.
Dlib_AT91SAM7X128.h213 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetNextRx() argument
216 pPDC->PDC_RNPR = ( unsigned int ) address; in AT91F_PDC_SetNextRx()
225 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetNextTx() argument
228 pPDC->PDC_TNPR = ( unsigned int ) address; in AT91F_PDC_SetNextTx()
237 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetRx() argument
240 pPDC->PDC_RPR = ( unsigned int ) address; in AT91F_PDC_SetRx()
249 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetTx() argument
252 pPDC->PDC_TPR = ( unsigned int ) address; in AT91F_PDC_SetTx()
Dlib_AT91SAM7X256.h213 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetNextRx() argument
216 pPDC->PDC_RNPR = ( unsigned int ) address; in AT91F_PDC_SetNextRx()
225 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetNextTx() argument
228 pPDC->PDC_TNPR = ( unsigned int ) address; in AT91F_PDC_SetNextTx()
237 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetRx() argument
240 pPDC->PDC_RPR = ( unsigned int ) address; in AT91F_PDC_SetRx()
249 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetTx() argument
252 pPDC->PDC_TPR = ( unsigned int ) address; in AT91F_PDC_SetTx()
Dlib_AT91SAM7S64.h126 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetNextRx() argument
129 pPDC->PDC_RNPR = ( unsigned int ) address; in AT91F_PDC_SetNextRx()
138 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetNextTx() argument
141 pPDC->PDC_TNPR = ( unsigned int ) address; in AT91F_PDC_SetNextTx()
150 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetRx() argument
153 pPDC->PDC_RPR = ( unsigned int ) address; in AT91F_PDC_SetRx()
162 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetTx() argument
165 pPDC->PDC_TPR = ( unsigned int ) address; in AT91F_PDC_SetTx()
2377 unsigned char address ) /* \arg new UDP address */ in AT91F_UDP_SetAddress() argument
2379 pUDP->UDP_FADDR = ( AT91C_UDP_FEN | address ); in AT91F_UDP_SetAddress()
/Kernel-v11.1.0/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-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h213 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetNextRx() argument
216 pPDC->PDC_RNPR = ( unsigned int ) address; in AT91F_PDC_SetNextRx()
225 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetNextTx() argument
228 pPDC->PDC_TNPR = ( unsigned int ) address; in AT91F_PDC_SetNextTx()
237 … char * address, /* \arg address to the next bloc to be received */ in AT91F_PDC_SetRx() argument
240 pPDC->PDC_RPR = ( unsigned int ) address; in AT91F_PDC_SetRx()
249 … char * address, /* \arg address to the next bloc to be transmitted */ in AT91F_PDC_SetTx() argument
252 pPDC->PDC_TPR = ( unsigned int ) address; in AT91F_PDC_SetTx()
/Kernel-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/portable/WizC/PIC18/
Dportmacro.h303 ; De-reference FSR0 to set the address it holds into \
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportasm.s2663 ; address and PSW will have been saved to the stack automatically before
/Kernel-v11.1.0/portable/IAR/V850ES/
DISR_Support.h108 get Stackpointer address
/Kernel-v11.1.0/.github/
Dpull_request_process.md74 The author should address any review comments in 4 weeks or less. If the author is unable to addres…
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.s9068 ORG TICK_INT_vect ; Vector address

12