Searched refs:SPRN_CIABR (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/include/asm/book3s/64/ |
D | kexec.h | 19 mtspr(SPRN_CIABR, 0); in reset_sprs()
|
/arch/powerpc/kvm/ |
D | book3s_hv_p9_entry.c | 220 host_ciabr = mfspr(SPRN_CIABR); in kvmhv_vcpu_entry_p9() 248 mtspr(SPRN_CIABR, vcpu->arch.ciabr); in kvmhv_vcpu_entry_p9() 459 mtspr(SPRN_CIABR, host_ciabr); in kvmhv_vcpu_entry_p9()
|
D | book3s_64_entry.S | 372 mtspr SPRN_CIABR,r10
|
D | book3s_hv_rmhandlers.S | 637 mfspr r5, SPRN_CIABR 737 mtspr SPRN_CIABR, r7 1389 mtspr SPRN_CIABR, r5
|
/arch/powerpc/platforms/powernv/ |
D | idle.c | 670 sprs.ciabr = mfspr(SPRN_CIABR); in power9_idle_stop() 787 mtspr(SPRN_CIABR, sprs.ciabr); in power9_idle_stop()
|
/arch/powerpc/include/asm/ |
D | reg.h | 287 #define SPRN_CIABR 0xBB macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 367 mtspr(SPRN_CIABR, ciabr); in write_ciabr() 2100 printf("ciabr = %.16lx\n", mfspr(SPRN_CIABR)); in dump_207_sprs()
|