Searched refs:EX_R9 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | exceptions-64s.S | 284 std r9,IAREA+EX_R9(r13) /* save r9 */ 543 ld r9,IAREA+EX_R9(r13) /* move r9, r10 to stackframe */ 1885 ld r9,PACA_EXGEN+EX_R9(r13) 2022 std r9,PACA_EXGEN+EX_R9(r13) 2666 ld r9,PACA_EXGEN+EX_R9(r13) 2843 ld r9,PACA_EXGEN+EX_R9(r13) 2858 std r9,PACA_EXRFI+EX_R9(r13) 2861 ld r9,PACA_EXRFI+EX_R9(r13) 2900 std r9,PACA_EXRFI+EX_R9(r13) 2906 ld r9,PACA_EXRFI+EX_R9(r13) [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | exception-64s.h | 39 #define EX_R9 0 macro
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_entry.S | 97 ld r9,EX_R9(r11)
|
| H A D | book3s_hv_p9_entry.c | 760 vcpu->arch.regs.gpr[9] = exsave[EX_R9/sizeof(u64)]; in kvmhv_vcpu_entry_p9()
|