Home
last modified time | relevance | path

Searched refs:SECTION_VECTOR (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/xtensa/cpu/
Du-boot.lds57 SECTION_VECTOR(WindowVectors,text,XCHAL_WINDOW_VECTORS_VADDR,
59 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8,
62 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8,
65 SECTION_VECTOR(KernelExceptionVector,text,XCHAL_KERNEL_VECTOR_VADDR,
67 SECTION_VECTOR(UserExceptionVector,literal,XCHAL_USER_VECTOR_VADDR-8,
69 SECTION_VECTOR(UserExceptionVector,text,XCHAL_USER_VECTOR_VADDR,
71 SECTION_VECTOR(DoubleExceptionVector,literal,XCHAL_DOUBLEEXC_VECTOR_VADDR-8,
73 SECTION_VECTOR(DoubleExceptionVector,text,XCHAL_DOUBLEEXC_VECTOR_VADDR,
/external/u-boot/arch/xtensa/include/asm/
Dldscript.h44 #define SECTION_VECTOR(_sym_, _sec_, _vma_, _lma_) \ macro