Searched refs:MSR_SE (Results 1 – 12 of 12) sorted by relevance
44 #define MSR_SINGLESTEP (MSR_SE)
101 #define MSR_SE __MASK(MSR_SE_LG) /* Single Step */ macro
203 regs->msr &= ~MSR_SE; in thread_change_pc()268 regs->msr |= MSR_SE; in hw_breakpoint_handler()
433 linux_regs->msr |= MSR_SE; in kgdb_arch_handle_exception()
1261 new_msr |= MSR_SE; in SYSCALL_DEFINE3()1263 new_msr &= ~MSR_SE; in SYSCALL_DEFINE3()
193 #define MSR_DEBUGCHANGE (MSR_SE | MSR_BE)2300 regs->msr |= MSR_SE; in user_enable_single_step()2316 regs->msr &= ~MSR_SE; in user_enable_block_step()2348 regs->msr &= ~(MSR_SE | MSR_BE); in user_disable_single_step()
515 #define single_stepping(regs) ((regs)->msr & MSR_SE)516 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)
1177 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_RI
1366 {MSR_SE, "SE"},
29 ori r4,r4,MSR_EE|MSR_SE|MSR_BE|MSR_RI
198 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE | in kvmppc_recalc_shadow_msr()201 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE; in kvmppc_recalc_shadow_msr()1045 kvmppc_set_msr(vcpu, msr | MSR_SE); in kvmppc_setup_debug()1054 kvmppc_set_msr(vcpu, msr & ~MSR_SE); in kvmppc_clear_debug()
1128 regs->msr |= MSR_SE; in do_step()