Home
last modified time | relevance | path

Searched refs:__status (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/frv/kernel/
Dptrace.c75 if (pos < offsetof(struct user_int_regs, __status) + sizeof(long) && in genregs_set()
76 pos + count > offsetof(struct user_int_regs, __status)) in genregs_set()
244 child->thread.frame0->__status |= REG__STATUS_STEP; in user_enable_single_step()
249 child->thread.frame0->__status &= ~REG__STATUS_STEP; in user_disable_single_step()
358 __frame->__status |= REG__STATUS_SYSC_ENTRY; in syscall_trace_entry()
376 __frame->__status |= REG__STATUS_SYSC_EXIT; in syscall_trace_exit()
Dasm-offsets.c54 DEF_PTREG(REG__STATUS, __status); in foo()
Dtraps.c96 (__frame->__status & REG__STATUS_STEPPED) ? TRAP_TRACE : TRAP_BRKPT; in illegal_instruction()
/linux-2.6.39/arch/frv/include/asm/
Dregisters.h84 unsigned long __status; /* exception status */ member
175 unsigned long __status; /* exception status */ member
/linux-2.6.39/arch/tile/include/hv/
Dnetio_intf.h430 unsigned int __status:2; /**< Status of the transfer. */ member
1160 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()
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c1568 #define __status(x) ((x) >> S3C_GRXSTS_PktSts_SHIFT) in s3c_hsotg_handle_rx() macro
1571 case __status(S3C_GRXSTS_PktSts_GlobalOutNAK): in s3c_hsotg_handle_rx()
1575 case __status(S3C_GRXSTS_PktSts_OutDone): in s3c_hsotg_handle_rx()
1583 case __status(S3C_GRXSTS_PktSts_SetupDone): in s3c_hsotg_handle_rx()
1592 case __status(S3C_GRXSTS_PktSts_OutRX): in s3c_hsotg_handle_rx()
1596 case __status(S3C_GRXSTS_PktSts_SetupRX): in s3c_hsotg_handle_rx()