Searched refs:SPRN_FSCR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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 | 453 case SPRN_FSCR: in kvmppc_core_emulate_mtspr_pr() 597 case SPRN_FSCR: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 771 mtspr SPRN_FSCR, r7 1248 mfspr r7, SPRN_FSCR
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 125 mfspr r3,SPRN_FSCR 127 mtspr SPRN_FSCR,r3
|
D | entry_64.S | 562 mfspr r8, SPRN_FSCR 564 mtspr SPRN_FSCR, r8
|
D | traps.c | 1387 value = mfspr(SPRN_FSCR); in facility_unavailable_exception() 1396 mtspr(SPRN_FSCR, value | FSCR_DSCR); in facility_unavailable_exception()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | reg.h | 295 #define SPRN_FSCR 0x099 /* Facility Status & Control Register */ macro
|