Searched refs:EX_R9 (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/powerpc/kernel/ |
D | exceptions-64s.S | 279 std r9,IAREA+EX_R9(r13) /* save r9 */ 537 ld r9,IAREA+EX_R9(r13) /* move r9, r10 to stackframe */ 1846 ld r9,PACA_EXGEN+EX_R9(r13) 2000 std r9,PACA_EXGEN+EX_R9(r13) 2648 ld r9,PACA_EXGEN+EX_R9(r13) 2847 ld r9,PACA_EXGEN+EX_R9(r13) 2862 std r9,PACA_EXRFI+EX_R9(r13) 2865 ld r9,PACA_EXRFI+EX_R9(r13) 2904 std r9,PACA_EXRFI+EX_R9(r13) 2910 ld r9,PACA_EXRFI+EX_R9(r13) [all …]
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | exception-64s.h | 39 #define EX_R9 0 macro
|
/linux-5.19.10/arch/powerpc/kvm/ |
D | book3s_64_entry.S | 97 ld r9,EX_R9(r11)
|
D | book3s_hv_p9_entry.c | 990 vcpu->arch.regs.gpr[9] = exsave[EX_R9/sizeof(u64)]; in kvmhv_vcpu_entry_p9()
|