Home
last modified time | relevance | path

Searched refs:SPRN_HSPRG1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups.c238 instrs[i++] = PPC_RAW_MTSPR(SPRN_HSPRG1, _R13); in do_stf_exit_barrier_fixups()
248 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_HSPRG1); in do_stf_exit_barrier_fixups()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h378 #define SPRN_HSPRG1 0x131 /* Hypervisor Scratch 1 */ macro
1158 #define SPRN_SPRG_HSCRATCH0 SPRN_HSPRG1
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2041 mfspr(SPRN_HSPRG0), mfspr(SPRN_HSPRG1), mfspr(SPRN_AMOR)); in dump_206_sprs()