Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Du-boot.lds58 SECTION_VECTOR(WindowVectors,text,XCHAL_WINDOW_VECTORS_VADDR,
60 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8,
63 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8,
66 SECTION_VECTOR(KernelExceptionVector,text,XCHAL_KERNEL_VECTOR_VADDR,
68 SECTION_VECTOR(UserExceptionVector,literal,XCHAL_USER_VECTOR_VADDR-8,
70 SECTION_VECTOR(UserExceptionVector,text,XCHAL_USER_VECTOR_VADDR,
72 SECTION_VECTOR(DoubleExceptionVector,literal,XCHAL_DOUBLEEXC_VECTOR_VADDR-8,
74 SECTION_VECTOR(DoubleExceptionVector,text,XCHAL_DOUBLEEXC_VECTOR_VADDR,
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dldscript.h45 #define SECTION_VECTOR(_sym_, _sec_, _vma_, _lma_) \ macro