Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/kernel/
Dsetup_64.c499 extern unsigned int interrupt_base_book3e; in exc_lvl_early_init()
514 patch_branch(&interrupt_base_book3e + (0x040 / 4) + 1, in exc_lvl_early_init()
Dexceptions-64e.S208 . = interrupt_base_book3e + loc; \
260 .globl interrupt_base_book3e symbol
261 interrupt_base_book3e: /* fake trap */ label
418 LOAD_REG_IMMEDIATE(r14,interrupt_base_book3e)
483 LOAD_REG_IMMEDIATE(r14,interrupt_base_book3e)
1182 LOAD_REG_IMMEDIATE(r3, interrupt_base_book3e)
/linux-3.3/arch/powerpc/mm/
Dtlb_nohash.c509 extern unsigned int interrupt_base_book3e; in __patch_exception()
510 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception()
/linux-3.3/arch/powerpc/include/asm/
Dexception-64e.h217 ori r3,r3,interrupt_base_book3e@l; \