Searched refs:__end_interrupts (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | sections.h | 35 extern char __end_interrupts[]; 66 real_end = __end_interrupts - _stext; in overlaps_interrupt_vector_text()
|
| /linux/arch/powerpc/kernel/ |
| H A D | exceptions-64e.S | 501 .globl __end_interrupts symbol 502 __end_interrupts: label 696 LOAD_REG_ADDR_ALTTOC(r15, r15, __end_interrupts) 702 LOAD_REG_IMMEDIATE_SYM(r14, r15, __end_interrupts) 767 LOAD_REG_ADDR_ALTTOC(r15, r15, __end_interrupts) 773 LOAD_REG_IMMEDIATE_SYM(r14, r15,__end_interrupts)
|
| H A D | head_64.S | 667 LOAD_REG_ADDR(r5, __end_interrupts) 672 LOAD_REG_IMMEDIATE_SYM(r5, r11, FIXED_SYMBOL_ABS_ADDR(__end_interrupts))
|
| H A D | kvm.c | 125 if ((ulong)inst < (ulong)&__end_interrupts) in kvm_patch_ins_b()
|