Home
last modified time | relevance | path

Searched refs:interrupt_base_book3e (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dexceptions-64e.S475 . = interrupt_base_book3e + loc; \
528 .globl interrupt_base_book3e symbol
529 interrupt_base_book3e: /* fake trap */ label
752 ld r14,interrupt_base_book3e@got(r15)
757 LOAD_REG_IMMEDIATE_SYM(r14, r15, interrupt_base_book3e)
824 ld r14,interrupt_base_book3e@got(r15)
829 LOAD_REG_IMMEDIATE_SYM(r14, r15, interrupt_base_book3e)
1814 LOAD_REG_ADDR(r3, interrupt_base_book3e)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dexception-64e.h153 LOAD_REG_ADDR(r3,interrupt_base_book3e);\
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dcode-patching.c398 extern unsigned int interrupt_base_book3e; in __patch_exception()
399 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception()