Searched refs:SPRN_DBCR0 (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/kvm/ |
D | 44x.c | 52 mtspr(SPRN_DBCR0, vcpu->arch.host_dbcr0); in kvmppc_core_load_host_debugstate() 69 vcpu->arch.host_dbcr0 = mfspr(SPRN_DBCR0); in kvmppc_core_load_guest_debugstate() 92 mtspr(SPRN_DBCR0, dbcr0); in kvmppc_core_load_guest_debugstate()
|
D | 44x_emulate.c | 207 case SPRN_DBCR0: in kvmppc_core_emulate_mtspr() 310 case SPRN_DBCR0: in kvmppc_core_emulate_mfspr()
|
/arch/powerpc/sysdev/ |
D | ppc4xx_soc.c | 197 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_RST_SYSTEM); in ppc4xx_reset_system()
|
/arch/powerpc/kernel/ |
D | kgdb.c | 343 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception() 344 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
|
D | signal.c | 151 mtspr(SPRN_DBCR0, current->thread.dbcr0); in do_signal_pending()
|
D | kprobes.c | 115 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in prepare_singlestep()
|
D | traps.c | 1052 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException() 1077 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~(DBSR_DAC1R | in DebugException()
|
D | head_fsl_booke.S | 345 mtspr SPRN_DBCR0,r2 983 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 989 mfspr r13,SPRN_DBCR0 991 mtspr SPRN_DBCR0,r13
|
D | process.c | 259 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~(DBSR_DAC1R | DBSR_DAC1W in do_dabr()
|
D | head_40x.S | 971 mfspr r13,SPRN_DBCR0 973 mtspr SPRN_DBCR0,r13
|
D | entry_32.S | 166 mtspr SPRN_DBCR0,r12 1008 mfspr r10,SPRN_DBCR0 1018 mtspr SPRN_DBCR0,r0
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 134 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro 153 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
|