Home
last modified time | relevance | path

Searched refs:SPRN_CIABR (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dkexec.h19 mtspr(SPRN_CIABR, 0); in reset_sprs()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_entry.S372 mtspr SPRN_CIABR,r10
H A Dbook3s_hv_rmhandlers.S646 mfspr r5, SPRN_CIABR
746 mtspr SPRN_CIABR, r7
1389 mtspr SPRN_CIABR, r5
/linux/arch/powerpc/platforms/powernv/
H A Didle.c671 sprs.ciabr = mfspr(SPRN_CIABR); in power9_idle_stop()
787 mtspr(SPRN_CIABR, sprs.ciabr); in power9_idle_stop()
/linux/arch/powerpc/include/asm/
H A Dreg.h283 #define SPRN_CIABR 0xBB macro
/linux/arch/powerpc/xmon/
H A Dxmon.c352 mtspr(SPRN_CIABR, ciabr); in write_ciabr()
2074 printf("ciabr = %.16lx\n", mfspr(SPRN_CIABR)); in dump_207_sprs()