Searched refs:pending (Results 1 - 25 of 652) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dx_unfl.S218 | At this point, a store to memory is pending
239 | At this point, a store to a float register is pending
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S125 | Remember that a trace exception may be pending. The code below performs
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1158 # by the fact that a Trace exception could be pending for PACKED ops. #
1159 # If a Trace exception is pending, then the current exception stack #
1165 # _fpsp_done() or through _real_trace() if a Trace exception is pending #
2417 # must also check if a Trace exception is pending, in which case, we #
2419 # stack frame. If no Trace is pending, we simply exit through #
2422 # decode and emulate the instruction. No FP exceptions can be pending #
2424 # pending, though, which means the current stack frame must be changed #
2432 # Again, a Trace exception may be pending and an exit made through #
3983 # is made through _real_trap(). If a Trace exception is pending, then #
H A Dpfpsp.S1157 # by the fact that a Trace exception could be pending for PACKED ops. #
1158 # If a Trace exception is pending, then the current exception stack #
1164 # _fpsp_done() or through _real_trace() if a Trace exception is pending #
2416 # must also check if a Trace exception is pending, in which case, we #
2418 # stack frame. If no Trace is pending, we simply exit through #
2421 # decode and emulate the instruction. No FP exceptions can be pending #
2423 # pending, though, which means the current stack frame must be changed #
2431 # Again, a Trace exception may be pending and an exit made through #
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h983 uint64_t pending:1; member in struct:cvmx_sriox_maint_op::cvmx_sriox_maint_op_s
989 uint64_t pending:1;
1482 uint64_t pending:1; member in struct:cvmx_sriox_tx_bell::cvmx_sriox_tx_bell_s
1494 uint64_t pending:1;
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h214 pending: 4; /* Pending Requests */ member in struct:hubii_wstat_u::__anon27
892 wb: 1, /* 15: writeback pending. */
/linux-master/arch/mips/include/asm/txx9/
H A Dgeneric.h44 extern int (*txx9_irq_dispatch)(int pending);
/linux-master/arch/mips/sibyte/bcm1480/
H A Dirq.c143 u64 pending; local
157 pending = __raw_readq(IOADDR(A_BCM1480_IMR_REGISTER(bcm1480_irq_owner[irq],
159 pending &= ((u64)1 << (irq_dirty));
160 if (pending) {
168 __raw_writeq(pending, IOADDR(A_BCM1480_IMR_REGISTER(cpu_logical_map(i),
172 __raw_writeq(pending, IOADDR(A_BCM1480_IMR_REGISTER(0, R_BCM1480_IMR_LDT_INTERRUPT_CLR_H + (k*BCM1480_IMR_HL_SPACING))));
335 unsigned int pending; local
337 pending = read_c0_cause() & read_c0_status();
339 if (pending & CAUSEF_IP4)
342 else if (pending
[all...]
/linux-master/arch/mips/sni/
H A Dpcimt.c278 u32 pending = read_c0_cause() & read_c0_status(); local
280 if (pending & C_IRQ5)
282 else if (pending & C_IRQ4)
284 else if (pending & C_IRQ3)
286 else if (pending & C_IRQ1)
288 else if (pending & C_IRQ0) {
/linux-master/arch/mips/txx9/rbtx4927/
H A Dirq.c172 static int rbtx4927_irq_dispatch(int pending) argument
176 if (pending & STATUSF_IP7) /* cpu timer */
178 else if (pending & STATUSF_IP2) { /* tx4927 pic */
182 } else if (pending & STATUSF_IP0) /* user line 0 */
184 else if (pending & STATUSF_IP1) /* user line 1 */
/linux-master/arch/powerpc/include/asm/
H A Dcell-regs.h180 struct cbe_iic_pending_bits pending; member in struct:cbe_iic_thread_regs
/linux-master/arch/sparc/include/asm/
H A Dobio.h91 #define CC_ICLR 0x1F00606 /* Clear pending Interrupts */
161 unsigned int pending; local
164 "=r" (pending) :
167 return pending;
/linux-master/arch/sparc/kernel/
H A Dirq.h30 u32 pending; member in struct:sun4m_irq_percpu
37 u32 pending; member in struct:sun4m_irq_global
/linux-master/drivers/dma/
H A Dmv_xor.h90 * @pending: allows batching of hardware operations
105 int pending; member in struct:mv_xor_chan
/linux-master/drivers/hid/
H A Dhid-picolcd.h105 struct picolcd_pending *pending; member in struct:picolcd_data
/linux-master/drivers/irqchip/
H A Dirq-ath79-cpu.c36 unsigned long pending; local
39 pending = read_c0_status() & read_c0_cause() & ST0_IM;
41 if (!pending) {
46 pending >>= CAUSEB_IP;
47 while (pending) {
48 irq = fls(pending) - 1;
52 pending &= ~BIT(irq);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h70 /* Doorbells pending for context. */
101 * VMCINotificationReceiveInfo: Used to recieve pending notifications
135 int vmci_ctx_pending_datagrams(u32 cid, u32 *pending);
/linux-master/drivers/net/can/softing/
H A Dsofting.h25 int pending; member in struct:softing_priv::__anon5296
58 int pending; member in struct:softing::__anon5299
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h2857 int pending; member in struct:rx_pkt_hdr0::tx_ring_info
2880 (((index) + 1) < (tp)->pending ? ((index) + 1) : 0)
2884 return (tp->pending -
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dqcu.c58 * ath5k_hw_num_tx_pending() - Get number of pending frames for a given queue
65 u32 pending; local
76 pending = ath5k_hw_reg_read(ah, AR5K_QUEUE_STATUS(queue));
77 pending &= AR5K_QCU_STS_FRMPENDCNT;
79 /* It's possible to have no frames pending even if TXE
82 if (!pending && AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue))
85 return pending;
/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.h35 struct list_head pending; member in struct:cw1200_queue
/linux-master/drivers/rtc/
H A Drtc-max8925.c209 alrm->pending = 1;
211 alrm->pending = 0;
H A Drtc-max8997.c205 alrm->pending = 0;
214 alrm->pending = 1;
H A Drtc-max8998.c160 alrm->pending = 1;
162 alrm->pending = 0;
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h145 int pending; member in struct:asd_seq_data

Completed in 374 milliseconds

1234567891011>>