Searched refs:MSR_SE (Results 1 – 12 of 12) sorted by relevance
31 #define MSR_SINGLESTEP (MSR_SE)
104 #define MSR_SE __MASK(MSR_SE_LG) /* Single Step */ macro
193 regs->msr &= ~MSR_SE; in thread_change_pc()228 regs->msr |= MSR_SE; in stepping_handler()
406 linux_regs->msr |= MSR_SE; in kgdb_arch_handle_exception()
1286 new_msr |= MSR_SE; in SYSCALL_DEFINE3()1288 new_msr &= ~MSR_SE; in SYSCALL_DEFINE3()
195 #define MSR_DEBUGCHANGE (MSR_SE | MSR_BE)2313 regs->msr |= MSR_SE; in user_enable_single_step()2329 regs->msr &= ~MSR_SE; in user_enable_block_step()2361 regs->msr &= ~(MSR_SE | MSR_BE); in user_disable_single_step()
594 #define single_stepping(regs) ((regs)->msr & MSR_SE)595 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)
1200 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_RI
1319 {MSR_SE, "SE"},
25 ori r4,r4,MSR_EE|MSR_SE|MSR_BE|MSR_RI
195 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE | in kvmppc_recalc_shadow_msr()198 smsr &= MSR_FE0 | MSR_FE1 | MSR_SF | MSR_SE | MSR_BE | MSR_LE; in kvmppc_recalc_shadow_msr()1043 kvmppc_set_msr(vcpu, msr | MSR_SE); in kvmppc_setup_debug()1052 kvmppc_set_msr(vcpu, msr & ~MSR_SE); in kvmppc_clear_debug()
1143 regs->msr |= MSR_SE; in do_step()