Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dexceptions-64e.S464 . = interrupt_base_book3e + loc; \
517 .globl interrupt_base_book3e
518 interrupt_base_book3e: /* fake trap */ label
741 ld r14,interrupt_base_book3e@got(r15)
744 LOAD_REG_IMMEDIATE(r14,interrupt_base_book3e)
811 ld r14,interrupt_base_book3e@got(r15)
814 LOAD_REG_IMMEDIATE(r14,interrupt_base_book3e)
1612 LOAD_REG_ADDR(r3, interrupt_base_book3e)
/Linux-v4.19/arch/powerpc/include/asm/
Dexception-64e.h208 LOAD_REG_ADDR(r3,interrupt_base_book3e);\
/Linux-v4.19/arch/powerpc/lib/
Dcode-patching.c403 extern unsigned int interrupt_base_book3e; in __patch_exception()
404 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception()