Searched refs:dbsr (Results 1 – 7 of 7) sorted by relevance
830 u32 dbsr = vcpu->arch.dbsr; in kvmppc_handle_debug() local837 if (dbsr & DBSR_IDE) { in kvmppc_handle_debug()838 dbsr &= ~DBSR_IDE; in kvmppc_handle_debug()839 if (!dbsr) in kvmppc_handle_debug()843 if (dbsr && (vcpu->arch.shared->msr & MSR_DE) && in kvmppc_handle_debug()848 if ((dbsr & DBSR_TIE) && !(vcpu->arch.shared->msr & MSR_DE)) in kvmppc_handle_debug()858 vcpu->arch.dbsr = 0; in kvmppc_handle_debug()862 if (dbsr & (DBSR_IAC1 | DBSR_IAC2 | DBSR_IAC3 | DBSR_IAC4)) { in kvmppc_handle_debug()865 if (dbsr & (DBSR_DAC1W | DBSR_DAC2W)) in kvmppc_handle_debug()867 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
521 u32 dbsr; member
228 __u32 dbsr; /* KVM_SREGS_E_UPDATE_DBSR */ member
1607 current->thread.debug.dbsr = debug_status; in DebugException()