Searched refs:pend0 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-irq.c | 191 u64 pend0; in ip27_do_irq_mask0() local 195 pend0 = LOCAL_HUB_L(PI_INT_PEND0); in ip27_do_irq_mask0() 197 pend0 &= mask[0]; /* Pick intrs we should look at */ in ip27_do_irq_mask0() 198 if (!pend0) in ip27_do_irq_mask0() 202 if (pend0 & (1UL << CPU_RESCHED_A_IRQ)) { in ip27_do_irq_mask0() 205 } else if (pend0 & (1UL << CPU_RESCHED_B_IRQ)) { in ip27_do_irq_mask0() 208 } else if (pend0 & (1UL << CPU_CALL_A_IRQ)) { in ip27_do_irq_mask0() 211 } else if (pend0 & (1UL << CPU_CALL_B_IRQ)) { in ip27_do_irq_mask0() 218 irq = irq_linear_revmap(domain, __ffs(pend0)); in ip27_do_irq_mask0()
|
H A D | ip27-nmi.c | 134 u64 mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local 144 pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); in nmi_dump_hub_irq() 148 pr_emerg("PI_INT_PEND0: %16llx PI_INT_PEND1: %16llx\n", pend0, pend1); in nmi_dump_hub_irq()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
H A D | ip27-irq.c | 192 u64 pend0; in ip27_do_irq_mask0() local 196 pend0 = LOCAL_HUB_L(PI_INT_PEND0); in ip27_do_irq_mask0() 198 pend0 &= mask[0]; /* Pick intrs we should look at */ in ip27_do_irq_mask0() 199 if (!pend0) in ip27_do_irq_mask0() 203 if (pend0 & (1UL << CPU_RESCHED_A_IRQ)) { in ip27_do_irq_mask0() 206 } else if (pend0 & (1UL << CPU_RESCHED_B_IRQ)) { in ip27_do_irq_mask0() 209 } else if (pend0 & (1UL << CPU_CALL_A_IRQ)) { in ip27_do_irq_mask0() 212 } else if (pend0 & (1UL << CPU_CALL_B_IRQ)) { in ip27_do_irq_mask0() 219 ret = generic_handle_domain_irq(domain, __ffs(pend0)); in ip27_do_irq_mask0()
|
H A D | ip27-nmi.c | 134 u64 mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local 144 pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); in nmi_dump_hub_irq() 148 pr_emerg("PI_INT_PEND0: %16llx PI_INT_PEND1: %16llx\n", pend0, pend1); in nmi_dump_hub_irq()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow-defs.h | 144 uint64_t pend0:1; member 150 uint64_t pend0:1; 204 uint64_t pend0:1; member 210 uint64_t pend0:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow-defs.h | 144 uint64_t pend0:1; member 150 uint64_t pend0:1; 204 uint64_t pend0:1; member 210 uint64_t pend0:1;
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 1355 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local 1385 pend0 = atomic_read(&lbInfo->scsi_pending_cmds[pd0]); in megasas_get_best_arm_pd() 1396 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd() 1397 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 1355 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local 1385 pend0 = atomic_read(&lbInfo->scsi_pending_cmds[pd0]); in megasas_get_best_arm_pd() 1396 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd() 1397 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()
|
Completed in 10 milliseconds