Searched refs:MSR_SE (Results 1 – 12 of 12) sorted by relevance
39 #define MSR_DEBUGCHANGE (MSR_FE0 | MSR_SE | MSR_BE | MSR_FE1)141 regs->msr |= MSR_SE; in set_single_step()155 regs->msr &= ~MSR_SE; in clear_single_step()
191 #define single_stepping(regs) ((regs)->msr & MSR_SE)192 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)444 regs->msr &= ~MSR_SE; /* Turn off 'trace' bit */ in SingleStepException()
685 regs->msr |= MSR_SE; in handle_exception()
431 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_FE0|MSR_FE1
37 #define MSR_DEBUGCHANGE (MSR_FE0 | MSR_SE | MSR_BE | MSR_FE1)97 regs->msr |= MSR_SE; in set_single_step()105 regs->msr &= ~MSR_SE; in clear_single_step()
71 #define MSR_DEBUGCHANGE (MSR_FE0 | MSR_SE | MSR_BE | MSR_FE1)109 regs->msr |= MSR_SE; in set_single_step()117 regs->msr &= ~MSR_SE; in clear_single_step()
682 regs->msr |= MSR_SE; in handle_exception()684 set_msr(msr | MSR_SE); in handle_exception()
466 regs->msr &= ~MSR_SE; /* Turn off 'trace' bit */ in SingleStepException()
476 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_RI
338 excp->msr |= MSR_SE; in xmon()344 excp->msr |= MSR_SE; in xmon()383 regs->msr |= MSR_SE; in xmon_bpt()413 regs->msr |= MSR_SE; in xmon_dabr_match()429 regs->msr |= MSR_SE; in xmon_iabr_match()
76 #define MSR_SE __MASK(MSR_SE_LG) /* Single Step */ macro
41 #define MSR_SE (1<<10) /* Single Step */ macro