Searched refs:MSR_SE (Results 1 – 12 of 12) sorted by relevance
44 #define MSR_SINGLESTEP (MSR_SE)
99 #define MSR_SE __MASK(MSR_SE_LG) /* Single Step */ macro
29 ori r4,r4,MSR_EE|MSR_SE|MSR_BE|MSR_RI
201 regs->msr &= ~MSR_SE; in thread_change_pc()266 regs->msr |= MSR_SE; in hw_breakpoint_handler()
433 linux_regs->msr |= MSR_SE; in kgdb_arch_handle_exception()
191 #define MSR_DEBUGCHANGE (MSR_SE | MSR_BE)2227 regs->msr |= MSR_SE; in user_enable_single_step()2243 regs->msr &= ~MSR_SE; in user_enable_block_step()2275 regs->msr &= ~(MSR_SE | MSR_BE); in user_disable_single_step()
1361 new_msr |= MSR_SE; in sys_debug_setcontext()1363 new_msr &= ~MSR_SE; in sys_debug_setcontext()
443 #define single_stepping(regs) ((regs)->msr & MSR_SE)444 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)
1166 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_RI
1308 {MSR_SE, "SE"},
326 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE; in kvmppc_recalc_shadow_msr()896 kvmppc_set_msr(vcpu, msr | MSR_SE); in kvmppc_setup_debug()905 kvmppc_set_msr(vcpu, msr & ~MSR_SE); in kvmppc_clear_debug()
1097 regs->msr |= MSR_SE; in do_step()