Searched refs:ItLpQueue (Results 1 – 9 of 9) sorted by relevance
50 struct ItLpQueue struct82 extern struct ItLpQueue xItLpQueue; argument84 extern struct HvLpEvent * ItLpQueue_getNextLpEvent( struct ItLpQueue * );85 extern int ItLpQueue_isLpIntPending( struct ItLpQueue * ); 86 extern unsigned ItLpQueue_process( struct ItLpQueue *, struct pt_regs * );
51 extern struct ItLpQueue xItLpQueue;
23 static __inline__ int set_inUse( struct ItLpQueue * lpQueue ) in set_inUse()44 static __inline__ void clear_inUse( struct ItLpQueue * lpQueue ) in clear_inUse()53 struct HvLpEvent * ItLpQueue_getNextLpEvent( struct ItLpQueue * lpQueue ) in ItLpQueue_getNextLpEvent()75 int ItLpQueue_isLpIntPending( struct ItLpQueue * lpQueue ) in ItLpQueue_isLpIntPending()108 unsigned ItLpQueue_process( struct ItLpQueue * lpQueue, struct pt_regs *regs ) in ItLpQueue_process()
53 struct ItLpQueue xItLpQueue = {};203 sizeof(struct ItLpQueue),/* 23 length of Lp Queue */
119 DEFINE(LPQCUREVENTPTR, offsetof(struct ItLpQueue, xSlicCurEventPtr)); in main()120 DEFINE(LPQOVERFLOW, offsetof(struct ItLpQueue, xPlicOverflowIntPending)); in main()
28 ItLpQueue.o hvCall.o mf.o HvLpEvent.o ras.o \
254 struct ItLpQueue * lpq; in timer_interrupt()
808 struct ItLpQueue *lpq; in do_IRQ()
82 struct ItLpQueue *lpQueuePtr; /* LpQueue handled by this processor 0x40 */