/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/ |
D | portASM.asm | 51 ; 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/ |
D | ISR_Support.inc | 38 ; 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/ |
D | ISR_Support.h | 56 Push the return address onto the stack. 140 Restore the return address. 148 correct address.
|
/Kernel-v11.1.0/portable/IAR/STR75x/ |
D | ISR_Support.h | 56 Push the return address onto the stack. 140 Restore the return address. 148 correct address.
|
/Kernel-v11.1.0/portable/IAR/STR91x/ |
D | ISR_Support.h | 56 Push the return address onto the stack. 140 Restore the return address. 148 correct address.
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/ |
D | ISR_Support.h | 55 Push the return address onto the stack. 139 Restore the return address. 147 correct address.
|
/Kernel-v11.1.0/portable/IAR/LPC2000/ |
D | ISR_Support.h | 56 Push the return address onto the stack. 140 Restore the return address. 148 correct address.
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
D | ISR_Support.h | 56 Push the return address onto the stack. 140 Restore the return address. 148 correct address.
|
D | lib_AT91SAM7X128.h | 213 … 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()
|
D | lib_AT91SAM7X256.h | 213 … 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()
|
D | lib_AT91SAM7S64.h | 126 … 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/ |
D | portASM.s | 79 ; 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
|
D | portmacro.inc | 51 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/ |
D | lib_AT91SAM7X256.h | 213 … 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/ |
D | port.c | 61 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/ |
D | portASM.s | 84 ; 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/ |
D | port_asm.S | 75 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/ |
D | portASM.s | 80 ; 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/ |
D | portASM.s | 76 ; 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/ |
D | portmacro.s90 | 72 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/ |
D | portmacro.h | 303 ; De-reference FSR0 to set the address it holds into \
|
/Kernel-v11.1.0/portable/IAR/78K0R/ |
D | portasm.s26 | 63 ; address and PSW will have been saved to the stack automatically before
|
/Kernel-v11.1.0/portable/IAR/V850ES/ |
D | ISR_Support.h | 108 get Stackpointer address
|
/Kernel-v11.1.0/.github/ |
D | pull_request_process.md | 74 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/ |
D | portmacro.s90 | 68 ORG TICK_INT_vect ; Vector address
|