Searched refs:SREG_IBREAKENABLE (Results 1 – 2 of 2) sorted by relevance
153 RSR(ibreakenable, SREG_IBREAKENABLE); in set_ibreak_regs()154 WSR(ibreakenable | (1 << reg), SREG_IBREAKENABLE); in set_ibreak_regs()217 RSR(ibreakenable, SREG_IBREAKENABLE); in arch_uninstall_hw_breakpoint()218 WSR(ibreakenable & ~(1 << i), SREG_IBREAKENABLE); in arch_uninstall_hw_breakpoint()
31 #define SREG_IBREAKENABLE 96 macro