Searched refs:__end_interrupts (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dsections.h12 extern char __end_interrupts[];
30 real_end = __end_interrupts - _stext; overlaps_interrupt_vector_text()
/linux-4.4.14/arch/powerpc/lib/
H A Dfeature-fixups.c144 length = (__end_interrupts - _stext) / sizeof(int); do_final_fixups()
/linux-4.4.14/arch/powerpc/kernel/
H A Dexceptions-64e.S545 .globl __end_interrupts
546 __end_interrupts: label
739 LOAD_REG_IMMEDIATE(r15,__end_interrupts)
803 LOAD_REG_IMMEDIATE(r15,__end_interrupts)
H A Dexceptions-64s.S88 * Code from here to __end_interrupts gets copied down to real
1252 * The __end_interrupts marker must be past the out-of-line (OOL)
1259 .globl __end_interrupts
1260 __end_interrupts: label
H A Dkvm.c134 if ((ulong)inst < (ulong)&__end_interrupts) kvm_patch_ins_b()
H A Dhead_64.S511 LOAD_REG_ADDR(r5, __end_interrupts)
516 LOAD_REG_IMMEDIATE(r5, __end_interrupts - _stext)

Completed in 190 milliseconds