Searched refs:_UC_MACHINE_EFLAGS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/usermode/include/
H A Ducontext.h12 #define _UC_MACHINE_EFLAGS(uc) ((uc)->uc_mcontext.__gregs[_REG_EFL]) macro
H A Ddb_machdep.h38 #define db_clear_single_step(regs) _UC_MACHINE_EFLAGS(regs) &= ~PSL_T
39 #define db_set_single_step(regs) _UC_MACHINE_EFLAGS(regs) |= PSL_T

Completed in 126 milliseconds