Searched refs:MSR_SE (Results 1 – 13 of 13) sorted by relevance
16 regs->msr |= MSR_SE; in user_enable_single_step()26 regs->msr &= ~MSR_SE; in user_enable_block_step()37 regs->msr &= ~(MSR_SE | MSR_BE); in user_disable_single_step()
9 #define MSR_DEBUGCHANGE (MSR_SE | MSR_BE)
31 #define MSR_SINGLESTEP (MSR_SE)
103 #define MSR_SE __MASK(MSR_SE_LG) /* Single Step */ macro
25 ori r4,r4,MSR_EE|MSR_SE|MSR_BE|MSR_RI
489 regs->msr &= ~MSR_SE; in thread_change_pc()535 regs->msr |= MSR_SE; in stepping_handler()
407 linux_regs->msr |= MSR_SE; in kgdb_arch_handle_exception()
1137 new_msr |= MSR_SE; in SYSCALL_DEFINE3()1139 new_msr &= ~MSR_SE; in SYSCALL_DEFINE3()
599 #define single_stepping(regs) ((regs)->msr & MSR_SE)600 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)
854 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_RI
1400 {MSR_SE, "SE"},
231 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE | in kvmppc_recalc_shadow_msr()234 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE; in kvmppc_recalc_shadow_msr()1079 kvmppc_set_msr(vcpu, msr | MSR_SE); in kvmppc_setup_debug()1088 kvmppc_set_msr(vcpu, msr & ~MSR_SE); in kvmppc_clear_debug()
1223 regs->msr |= MSR_SE; in do_step()