Searched refs:SPRN_FSCR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_segment.S | 95 mfspr r8, SPRN_FSCR 99 mtspr SPRN_FSCR, r9 331 mfspr r7, SPRN_FSCR 336 mtspr SPRN_FSCR, r8
|
D | book3s_emulate.c | 454 case SPRN_FSCR: in kvmppc_core_emulate_mtspr_pr() 598 case SPRN_FSCR: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 856 mtspr SPRN_FSCR, r7 1345 mfspr r7, SPRN_FSCR
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 125 mfspr r3,SPRN_FSCR 127 mtspr SPRN_FSCR,r3
|
D | entry_64.S | 609 mfspr r8, SPRN_FSCR 611 mtspr SPRN_FSCR, r8
|
D | traps.c | 1390 value = mfspr(SPRN_FSCR); in facility_unavailable_exception() 1421 mtspr(SPRN_FSCR, value | FSCR_DSCR); in facility_unavailable_exception()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | reg.h | 294 #define SPRN_FSCR 0x099 /* Facility Status & Control Register */ macro
|