Searched refs:EX_R11 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 329 std r11,IAREA+EX_R11(r13) /* save r11 - r12 */ 547 ld r9,IAREA+EX_R11(r13) /* move r11 - r13 to stackframe */ 1887 ld r11,PACA_EXGEN+EX_R11(r13) 2040 std r11,PACA_EXGEN+EX_R11(r13) 2714 ld r11,PACA_EXGEN+EX_R11(r13) 2917 ld r11,PACA_EXGEN+EX_R11(r13) 2974 std r11,PACA_EXRFI+EX_R11(r13) 2980 ld r11,PACA_EXRFI+EX_R11(r13) 2995 std r11,PACA_EXRFI+EX_R11(r13) 2997 ld r11,PACA_EXRFI+EX_R11(r13) [all …]
|
H A D | exceptions-64e.S | 226 std r11,\paca_ex+EX_R11(r13); 234 ld r11,\paca_ex+EX_R11(r13) 253 std r11,PACA_EX##type+EX_R11(r13); \ 375 ld r4,excf+EX_R11(r13); /* get back r11 */ \ 720 ld r11,PACA_EXCRIT+EX_R11(r13) 791 ld r11,PACA_EXDBG+EX_R11(r13) 958 ld r11,PACA_EXGEN+EX_R11(r13) 1058 ld r4,PACA_EXGEN+EX_R11(r13);/* get back r11 */ \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | exception-64s.h | 41 #define EX_R11 16 macro
|
H A D | exception-64e.h | 44 #define EX_R11 (3 * 8) macro
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_entry.S | 99 ld r11,EX_R11(r11)
|
H A D | book3s_hv_p9_entry.c | 762 vcpu->arch.regs.gpr[11] = exsave[EX_R11/sizeof(u64)]; in kvmhv_vcpu_entry_p9()
|
H A D | bookehv_interrupts.S | 212 EX_R11
|