Searched refs:__status (Results 1 – 5 of 5) sorted by relevance
74 if (pos < offsetof(struct user_int_regs, __status) + sizeof(long) && in genregs_set()75 pos + count > offsetof(struct user_int_regs, __status)) in genregs_set()243 child->thread.frame0->__status |= REG__STATUS_STEP; in user_enable_single_step()248 child->thread.frame0->__status &= ~REG__STATUS_STEP; in user_disable_single_step()357 __frame->__status |= REG__STATUS_SYSC_ENTRY; in syscall_trace_entry()375 __frame->__status |= REG__STATUS_SYSC_EXIT; in syscall_trace_exit()
54 DEF_PTREG(REG__STATUS, __status); in foo()
95 (__frame->__status & REG__STATUS_STEPPED) ? TRAP_TRACE : TRAP_BRKPT; in illegal_instruction()
84 unsigned long __status; /* exception status */ member175 unsigned long __status; /* exception status */ member
430 unsigned int __status:2; /**< Status of the transfer. */ member1160 return (netio_pkt_status_t) __NETIO_PKT_NOTIF_HEADER(pkt).bits.__status; in NETIO_PKT_STATUS_M()1275 return (netio_pkt_status_t) __NETIO_PKT_NOTIF_HEADER(pkt).bits.__status; in NETIO_PKT_STATUS()