Searched refs:interrupt_base_book3e (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | exception-64e.h | 153 extern unsigned int interrupt_base_book3e; 157 LOAD_REG_ADDR(r3,interrupt_base_book3e);\
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | exceptions-64e.S | 422 . = interrupt_base_book3e + loc; \ 468 .globl interrupt_base_book3e 469 interrupt_base_book3e: /* fake trap */ label 691 LOAD_REG_ADDR_ALTTOC(r14, r15, interrupt_base_book3e) 696 LOAD_REG_IMMEDIATE_SYM(r14, r15, interrupt_base_book3e) 762 LOAD_REG_ADDR_ALTTOC(r14, r15, interrupt_base_book3e) 767 LOAD_REG_IMMEDIATE_SYM(r14, r15, interrupt_base_book3e) 1486 LOAD_REG_ADDR(r3, interrupt_base_book3e)
|
/linux-6.3-rc2/arch/powerpc/mm/nohash/ |
A D | book3e_pgtable.c | 122 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception()
|
Completed in 10 milliseconds