Searched refs:dbsr (Results 1 – 8 of 8) sorted by relevance
851 u32 dbsr = vcpu->arch.dbsr; in kvmppc_handle_debug() local858 if (dbsr & DBSR_IDE) { in kvmppc_handle_debug()859 dbsr &= ~DBSR_IDE; in kvmppc_handle_debug()860 if (!dbsr) in kvmppc_handle_debug()864 if (dbsr && (vcpu->arch.shared->msr & MSR_DE) && in kvmppc_handle_debug()869 if ((dbsr & DBSR_TIE) && !(vcpu->arch.shared->msr & MSR_DE)) in kvmppc_handle_debug()879 vcpu->arch.dbsr = 0; in kvmppc_handle_debug()883 if (dbsr & (DBSR_IAC1 | DBSR_IAC2 | DBSR_IAC3 | DBSR_IAC4)) { in kvmppc_handle_debug()886 if (dbsr & (DBSR_DAC1W | DBSR_DAC2W)) in kvmppc_handle_debug()888 else if (dbsr & (DBSR_DAC1R | DBSR_DAC2R)) in kvmppc_handle_debug()[all …]
268 vcpu->arch.dbsr &= ~spr_val; in kvmppc_booke_emulate_mtspr()269 if (!(vcpu->arch.dbsr & ~DBSR_IDE)) in kvmppc_booke_emulate_mtspr()451 *spr_val = vcpu->arch.dbsr; in kvmppc_booke_emulate_mfspr()
222 uint32_t dbsr; member
608 u32 dbsr; member
238 __u32 dbsr; /* KVM_SREGS_E_UPDATE_DBSR */ member
409 __be32 dbsr; member
1876 current->thread.debug.dbsr = debug_status; in DebugException()