Searched defs:eflags (Results 1 - 4 of 4) sorted by relevance

/drivers/lguest/
H A Dinterrupts_and_traps.c76 u32 eflags, ss, irq_enable; local
112 * Guest's "irq_enabled" field into the eflags word: we saw the Guest
115 eflags = cpu->regs->eflags;
118 eflags &= ~X86_EFLAGS_IF;
122 * "eflags" word, the old code segment, and the old instruction
125 push_guest_stack(cpu, &gstack, eflags);
/drivers/infiniband/hw/qib/
H A Dqib_driver.c294 u32 ctxt, u32 eflags, u32 l, u32 etail,
299 if (eflags & (QLOGIC_IB_RHF_H_ICRCERR | QLOGIC_IB_RHF_H_VCRCERR))
301 else if (eflags == QLOGIC_IB_RHF_H_TIDERR) {
452 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; local
473 eflags = qib_hdrget_err_flags(rhf_addr);
487 if (!eflags) {
495 if (etype == RCVHQ_RCV_TYPE_NON_KD && !eflags &&
506 if (unlikely(eflags))
507 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l,
293 qib_rcv_hdrerr(struct qib_ctxtdata *rcd, struct qib_pportdata *ppd, u32 ctxt, u32 eflags, u32 l, u32 etail, __le32 *rhf_addr, struct qib_message_header *rhdr) argument
/drivers/ata/
H A Dlibata-eh.c376 static void ata_ering_record(struct ata_ering *ering, unsigned int eflags, argument
387 ent->eflags = eflags;
424 ent->eflags |= ATA_EFLAG_OLD_ER;
1806 static int ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask, argument
1811 if (!(eflags & ATA_EFLAG_DUBIOUS_XFER))
1823 if (eflags & ATA_EFLAG_IS_IO) {
1845 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since))
1848 cat = ata_eh_categorize_error(ent->eflags, ent->err_mask,
1958 * @eflags
1972 ata_eh_speed_down(struct ata_device *dev, unsigned int eflags, unsigned int err_mask) argument
2064 unsigned int all_err_mask = 0, eflags = 0; local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_driver.c1114 u32 eflags,
1122 get_rhf_errstring(eflags, emsg, sizeof emsg);
1125 eflags, l,
1132 if (eflags & (INFINIPATH_RHF_H_ICRCERR | INFINIPATH_RHF_H_VCRCERR)) {
1159 u32 eflags, i, etype, tlen, pkttot = 0, updegr = 0, reloop = 0; local
1181 eflags = ipath_hdrget_err_flags(rhf_addr);
1215 if (unlikely(eflags))
1216 ipath_rcv_hdrerr(dd, eflags, l, etail, rhf_addr, hdr);
1239 ipath_cdbg(ERRPKT, "Error Pkt, but no eflags! egrbuf"
1113 ipath_rcv_hdrerr(struct ipath_devdata *dd, u32 eflags, u32 l, u32 etail, __le32 *rhf_addr, struct ipath_message_header *hdr) argument

Completed in 104 milliseconds