/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_irq.c | 41 uint32_t pending; local in function:qxl_irq_handler 43 pending = xchg(&qdev->ram_header->int_pending, 0); 45 if (!pending) 50 if (pending & QXL_INTERRUPT_DISPLAY) { 55 if (pending & QXL_INTERRUPT_CURSOR) { 59 if (pending & QXL_INTERRUPT_IO_CMD) { 63 if (pending & QXL_INTERRUPT_ERROR) { 71 if (pending & QXL_INTERRUPT_CLIENT_MONITORS_CONFIG) {
|
qxl_irq.c | 41 uint32_t pending; local in function:qxl_irq_handler 43 pending = xchg(&qdev->ram_header->int_pending, 0); 45 if (!pending) 50 if (pending & QXL_INTERRUPT_DISPLAY) { 55 if (pending & QXL_INTERRUPT_CURSOR) { 59 if (pending & QXL_INTERRUPT_IO_CMD) { 63 if (pending & QXL_INTERRUPT_ERROR) { 71 if (pending & QXL_INTERRUPT_CLIENT_MONITORS_CONFIG) {
|
/src/sys/arch/pmax/pmax/ |
interrupt.c | 90 uint32_t pending; local in function:cpu_intr 94 while (ppl < (ipl = splintr(&pending))) { 96 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2| 98 (*platform.iointr)(status, pc, pending); 102 if (pending & MIPS_INT_MASK_5) {
|
interrupt.c | 90 uint32_t pending; local in function:cpu_intr 94 while (ppl < (ipl = splintr(&pending))) { 96 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2| 98 (*platform.iointr)(status, pc, pending); 102 if (pending & MIPS_INT_MASK_5) {
|
/src/sys/arch/evbmips/evbmips/ |
interrupt.c | 54 uint32_t pending; local in function:cpu_intr 65 while (ppl < (ipl = splintr(&pending))) { 72 KASSERT(pending != 0); 81 if (pending & MIPS_INT_MASK_5) { 88 pending ^= MIPS_INT_MASK_5; 92 if (pending != 0) { 94 evbmips_iointr(ipl, pending, &cf);
|
interrupt.c | 54 uint32_t pending; local in function:cpu_intr 65 while (ppl < (ipl = splintr(&pending))) { 72 KASSERT(pending != 0); 81 if (pending & MIPS_INT_MASK_5) { 88 pending ^= MIPS_INT_MASK_5; 92 if (pending != 0) { 94 evbmips_iointr(ipl, pending, &cf);
|
/src/sys/arch/algor/algor/ |
algor_intr.c | 105 evbmips_iointr(int ipl, uint32_t pending, struct clockframe *cf) 107 (*algor_iointr)(ipl, cf->pc, pending); 125 uint32_t pending; local in function:cpu_intr 130 while (ppl < (ipl = splintr(&pending))) { 132 if (pending & MIPS_INT_MASK_5) { 141 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2| 144 (*algor_iointr)(ipl, pc, pending);
|
algor_intr.c | 105 evbmips_iointr(int ipl, uint32_t pending, struct clockframe *cf) 107 (*algor_iointr)(ipl, cf->pc, pending); 125 uint32_t pending; local in function:cpu_intr 130 while (ppl < (ipl = splintr(&pending))) { 132 if (pending & MIPS_INT_MASK_5) { 141 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2| 144 (*algor_iointr)(ipl, pc, pending);
|
/src/sys/arch/sgimips/sgimips/ |
cpu.c | 107 uint32_t pending; local in function:cpu_intr 119 while (ppl < (ipl = splintr(&pending))) { 122 if (pending & MIPS_INT_MASK_5) { 123 (void)(*platform.intr5)(pc, status, pending); 127 if (pending & MIPS_INT_MASK_4) { 128 (void)(*platform.intr4)(pc, status, pending); 132 if (pending & MIPS_INT_MASK_3) { 133 (void)(*platform.intr3)(pc, status, pending); 137 if (pending & MIPS_INT_MASK_2) { 138 (void)(*platform.intr2)(pc, status, pending); [all...] |
cpu.c | 107 uint32_t pending; local in function:cpu_intr 119 while (ppl < (ipl = splintr(&pending))) { 122 if (pending & MIPS_INT_MASK_5) { 123 (void)(*platform.intr5)(pc, status, pending); 127 if (pending & MIPS_INT_MASK_4) { 128 (void)(*platform.intr4)(pc, status, pending); 132 if (pending & MIPS_INT_MASK_3) { 133 (void)(*platform.intr3)(pc, status, pending); 137 if (pending & MIPS_INT_MASK_2) { 138 (void)(*platform.intr2)(pc, status, pending); [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_ct.h | 56 spinlock_t lock; /* protects pending requests list */ 57 struct list_head pending; /* requests waiting for response */ member in struct:intel_guc_ct::__anona7001fdc0108
|
intel_guc_ct.h | 56 spinlock_t lock; /* protects pending requests list */ 57 struct list_head pending; /* requests waiting for response */ member in struct:intel_guc_ct::__anona7001fdc0108
|
/src/sys/external/bsd/drm2/include/linux/ |
timer.h | 64 int pending; local in function:mod_timer 66 pending = callout_pending(&timer->tl_callout); 68 return pending; 88 * callout was EXPIRED.', meaning it is no longer pending. 103 * pending timer or not.' 106 * callout was EXPIRED.', meaning it is no longer pending.
|
timer.h | 64 int pending; local in function:mod_timer 66 pending = callout_pending(&timer->tl_callout); 68 return pending; 88 * callout was EXPIRED.', meaning it is no longer pending. 103 * pending timer or not.' 106 * callout was EXPIRED.', meaning it is no longer pending.
|
/src/sys/arch/riscv/riscv/ |
interrupt.c | 150 csr_sip_clear(SIP_SSIP); /* clean pending interrupt status */ 152 unsigned long pending; local in function:riscv_ipi_intr 153 while ((pending = atomic_swap_ulong(&ci->ci_request_ipis, 0)) != 0) { 155 atomic_or_ulong(&ci->ci_active_ipis, pending); 157 ipi_process(ci, pending); 159 atomic_and_ulong(&ci->ci_active_ipis, pending);
|
interrupt.c | 150 csr_sip_clear(SIP_SSIP); /* clean pending interrupt status */ 152 unsigned long pending; local in function:riscv_ipi_intr 153 while ((pending = atomic_swap_ulong(&ci->ci_request_ipis, 0)) != 0) { 155 atomic_or_ulong(&ci->ci_active_ipis, pending); 157 ipi_process(ci, pending); 159 atomic_and_ulong(&ci->ci_active_ipis, pending);
|
/src/sys/arch/arm/marvell/ |
mvsoc_intr.c | 133 uint32_t pending; local in function:mvsoc_bridge_pic_find_pending_irqs 135 pending = 138 if (pending == 0) 141 return pic_mark_pending_sources(pic, 0, pending);
|
mvsoc_intr.c | 133 uint32_t pending; local in function:mvsoc_bridge_pic_find_pending_irqs 135 pending = 138 if (pending == 0) 141 return pic_mark_pending_sources(pic, 0, pending);
|
mv78xx0.c | 185 uint32_t pending; local in function:mv78xx0_find_pending_irqs 188 pending = read_mlmbreg(MV78XX0_ICI_MICR(0)) & 190 if (pending != 0) 191 ipl = pic_mark_pending_sources(&mv78xx0_pic, 0, pending); 193 pending = read_mlmbreg(MV78XX0_ICI_MICR(1)) & 195 if (pending != 0) 196 ipl |= pic_mark_pending_sources(&mv78xx0_pic, 32, pending);
|
orion.c | 165 uint32_t pending; local in function:orion_find_pending_irqs 167 pending = 169 if (pending == 0) 172 return pic_mark_pending_sources(&orion_pic, 0, pending);
|
/src/sys/arch/hpcarm/hpcarm/ |
softintr.c | 104 register int pending, saved_cpsr; local in function:softintr_schedule 106 pending = 1; 107 __asm("swp %0, %0, [%1]" : "+r" (pending) : "r" (&sh->sh_pending)); 109 if (pending)
|
softintr.c | 104 register int pending, saved_cpsr; local in function:softintr_schedule 106 pending = 1; 107 __asm("swp %0, %0, [%1]" : "+r" (pending) : "r" (&sh->sh_pending)); 109 if (pending)
|
/src/sys/arch/mips/ralink/ |
ralink_intr.c | 327 uint32_t pending = intctl_read(off); local in function:ra_pic_intr 329 while (pending != 0) { 330 const u_int bitno = 31 - __builtin_clz(pending); 331 pending ^= (1 << bitno);
|
/src/sys/arch/playstation2/ee/ |
intc.c | 88 u_int32_t r, dispatch, pending; local in function:intc_intr 92 pending = r & mask & __intc_enabled_channel; 97 r, mask, pending, dispatch, __intc_enabled_channel); 100 return (pending == 0 ? 1 : 0); 126 return (pending == 0 ? 1 : 0);
|
/src/sys/arch/x86/x86/ |
ipi.c | 117 /* If no IPI already pending, send one. */ 156 uint32_t pending; local in function:x86_ipi_handler 159 pending = atomic_swap_32(&ci->ci_ipis, 0); 161 KDASSERT((pending >> X86_NIPI) == 0); 162 while ((bit = ffs(pending)) != 0) { 164 pending &= ~(1 << bit);
|