Searched refs:SECTION_VECTOR2 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | vmlinux.lds.S | 72 #define SECTION_VECTOR2(section, addr) \ macro 97 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) 99 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR) 102 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR) 105 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR) 108 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR) 111 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR) 113 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR) 114 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR) 115 SECTION_VECTOR2 (.UserExceptionVector.text, USER_VECTOR_VADDR) [all …]
|