Searched refs:dbsr (Results 1 – 7 of 7) sorted by relevance
831 u32 dbsr = vcpu->arch.dbsr; in kvmppc_handle_debug() local838 if (dbsr & DBSR_IDE) { in kvmppc_handle_debug()839 dbsr &= ~DBSR_IDE; in kvmppc_handle_debug()840 if (!dbsr) in kvmppc_handle_debug()844 if (dbsr && (vcpu->arch.shared->msr & MSR_DE) && in kvmppc_handle_debug()849 if ((dbsr & DBSR_TIE) && !(vcpu->arch.shared->msr & MSR_DE)) in kvmppc_handle_debug()859 vcpu->arch.dbsr = 0; in kvmppc_handle_debug()863 if (dbsr & (DBSR_IAC1 | DBSR_IAC2 | DBSR_IAC3 | DBSR_IAC4)) { in kvmppc_handle_debug()866 if (dbsr & (DBSR_DAC1W | DBSR_DAC2W)) in kvmppc_handle_debug()868 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()
187 uint32_t dbsr; member
412 __be32 dbsr; member
534 u32 dbsr; member
228 __u32 dbsr; /* KVM_SREGS_E_UPDATE_DBSR */ member
1644 current->thread.debug.dbsr = debug_status; in DebugException()