HomeSort by: relevance | last modified time | path
    Searched refs:ncpl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/pic/
intr.c 648 splraise(int ncpl)
653 if (ncpl == ci->ci_cpl)
654 return ncpl;
657 KASSERT(ncpl < NIPL);
658 ci->ci_cpl = uimax(ncpl, ocpl);
665 have_pending_intr_p(struct cpu_info *ci, int ncpl)
667 if (ci->ci_ipending & ~imask[ncpl])
670 if (ci->ci_data.cpu_softints & (IPL_SOFTMASK << ncpl))
677 splx(int ncpl)
683 ci->ci_cpl = ncpl;
    [all...]
  /src/sys/arch/hppa/hppa/
intr.c 402 hppa_intr_dispatch(int ncpl, int eiem, struct trapframe *frame)
421 /* Read ipending and mask it with ncpl. */
422 ipending_run = (ci->ci_ipending & ~ncpl);
439 clkframe.cf_spl = ncpl;
453 ci->ci_cpl = ncpl | ci->ci_imask[ib->ib_ipl];
479 ci->ci_cpl = ncpl;
  /src/sys/dev/pci/cxgb/
cxgb_lro.c 248 struct cpl_rx_pkt *ncpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + 2); local in function:lro_update_session
256 if (cpl->vlan_valid && cpl->vlan != ncpl->vlan) {
  /src/sys/arch/arm/pic/
pic.c 347 int ocpl, ncpl, handled __unused; local in function:pic_dispatch
378 ncpl = curcpu()->ci_cpl;
379 KASSERTMSG(ocpl <= ncpl, "pic %s irq %u intrsource %s:"
382 ocpl, ncpl);

Completed in 13 milliseconds