Searched refs:SPRN_DSCR (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/kernel/ |
D | tm.S | 249 mfspr r4, SPRN_DSCR 326 mtspr SPRN_DSCR, r0 438 mtspr SPRN_DSCR, r5 524 mtspr SPRN_DSCR, r0
|
D | idle_book3s.S | 80 mfspr r3,SPRN_DSCR 902 mtspr SPRN_DSCR,r4
|
D | process.c | 1070 t->dscr = mfspr(SPRN_DSCR); in save_sprs() 1105 mtspr(SPRN_DSCR, dscr); in restore_sprs() 1579 p->thread.dscr = mfspr(SPRN_DSCR); in copy_thread()
|
D | traps.c | 1049 regs->gpr[rd] = mfspr(SPRN_DSCR); in emulate_instruction() 1062 mtspr(SPRN_DSCR, current->thread.dscr); in emulate_instruction()
|
D | sysfs.c | 532 mtspr(SPRN_DSCR, *(unsigned long *)val); in write_dscr()
|
/arch/powerpc/kvm/ |
D | book3s_hv_interrupts.S | 55 mfspr r3, SPRN_DSCR
|
D | book3s_emulate.c | 485 case SPRN_DSCR: in kvmppc_core_emulate_mtspr_pr() 575 case SPRN_DSCR: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 855 mtspr SPRN_DSCR, r5 1609 mfspr r8, SPRN_DSCR 1612 mtspr SPRN_DSCR, r7 2977 mfspr r30, SPRN_DSCR 2979 mtspr SPRN_DSCR, r29 3140 mtspr SPRN_DSCR, r29 3155 mtspr SPRN_DSCR, r29
|
/arch/powerpc/include/asm/ |
D | reg.h | 231 #define SPRN_DSCR 0x11 macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 1758 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|