Home
last modified time | relevance | path

Searched refs:IRQ_STACK_START (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dvectors.S152 .globl IRQ_STACK_START symbol
153 IRQ_STACK_START: label
248 ldr sp, IRQ_STACK_START
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Du-boot-nds32.h17 extern ulong IRQ_STACK_START; /* top of IRQ stack */
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dirq.h21 #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Du-boot-arm.h19 extern ulong IRQ_STACK_START; /* top of IRQ stack */
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-generic.c335 IRQ_STACK_START = gd->irq_sp; in arch_interrupt_init()
348 "r" (IRQ_STACK_START) in arch_interrupt_init()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dprocess.c547 high = stack_page + IRQ_STACK_START; in unwind_stack_by_address()
H A Dasm-offsets.c106 DEFINE(_IRQ_STACK_START, IRQ_STACK_START); in output_thread_info_defines()