Searched refs:SECTION_VECTOR (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/xtensa/kernel/ |
| D | vmlinux.lds.S | 56 #define SECTION_VECTOR(sym, section, addr, prevsec) \ macro 65 #define SECTION_VECTOR(section, addr) \ macro 91 SECTION_VECTOR (.WindowVectors.text, WINDOW_VECTORS_VADDR) 93 SECTION_VECTOR (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR) 96 SECTION_VECTOR (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR) 99 SECTION_VECTOR (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR) 102 SECTION_VECTOR (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR) 105 SECTION_VECTOR (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR) 107 SECTION_VECTOR (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR) 108 SECTION_VECTOR (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR) [all …]
|