Home
last modified time | relevance | path

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

/linux-5.10/arch/powerpc/include/asm/
Dexception-64e.h153 LOAD_REG_ADDR(r3,interrupt_base_book3e);\
/linux-5.10/arch/powerpc/kernel/
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)
/linux-5.10/arch/powerpc/lib/
Dcode-patching.c393 extern unsigned int interrupt_base_book3e; in __patch_exception()
394 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception()