Searched refs:tmpflags (Results 1 – 4 of 4) sorted by relevance
60 unsigned int tmpflags; in restore_sigcontext() local68 err |= __get_user(tmpflags, &sc->epsw); in restore_sigcontext()70 (tmpflags & USER_EPSW); in restore_sigcontext()
166 unsigned int tmpflags, err = 0; in ia32_restore_sigcontext() local192 get_user_ex(tmpflags, &sc->flags); in ia32_restore_sigcontext()193 regs->flags = (regs->flags & ~FIX_EFLAGS) | (tmpflags & FIX_EFLAGS); in ia32_restore_sigcontext()
462 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local463 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner()464 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner()465 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner()470 u32 tmpflags = le32_to_cpu(p->flags); in desc_clear_tx_owner() local471 tmpflags &= TXDESC_END_RING; in desc_clear_tx_owner()472 p->flags = cpu_to_le32(tmpflags); in desc_clear_tx_owner()
67 unsigned int tmpflags; in restore_sigcontext() local106 get_user_ex(tmpflags, &sc->flags); in restore_sigcontext()107 regs->flags = (regs->flags & ~FIX_EFLAGS) | (tmpflags & FIX_EFLAGS); in restore_sigcontext()