Searched refs:xive_q (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dxive.h74 struct xive_q { struct
118 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio,
120 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio);
/linux-master/arch/powerpc/sysdev/xive/
H A Dxive-internal.h27 struct xive_q queue[XIVE_MAX_QUEUES];
H A Dnative.c131 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio,
195 static void __xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio)
210 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio)
218 struct xive_q *q = &xc->queue[prio];
231 struct xive_q *q = &xc->queue[prio];
H A Dspapr.c478 static int xive_spapr_configure_queue(u32 target, struct xive_q *q, u8 prio,
533 struct xive_q *q = &xc->queue[prio];
547 struct xive_q *q = &xc->queue[prio];
H A Dcommon.c103 static u32 xive_read_eq(struct xive_q *q, bool just_peek)
158 struct xive_q *q;
256 static notrace void xive_dump_eq(const char *name, struct xive_q *q)
506 struct xive_q *q = &xc->queue[xive_irq_priority];
530 struct xive_q *q = &xc->queue[xive_irq_priority];
1800 static void xive_eq_debug_show_one(struct seq_file *m, struct xive_q *q, u8 prio)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive_native.c47 struct xive_q *q = &xc->queues[prio];
56 static int kvmppc_xive_native_configure_queue(u32 vp_id, struct xive_q *q,
572 struct xive_q *q;
713 struct xive_q *q;
901 struct xive_q *q = &xc->queues[prio];
H A Dbook3s_xive.h179 struct xive_q queues[KVMPPC_XIVE_Q_COUNT];
H A Dbook3s_xive.c141 struct xive_q *q;
397 struct xive_q *q = &xc->queues[prio];
870 struct xive_q *q = &xc->queues[prio];
940 struct xive_q *q = &xc->queues[prio];
1009 struct xive_q *q;
1028 struct xive_q *q;
1844 struct xive_q *q = &xc->queues[i];
1988 struct xive_q *q = &xc->queues[i];
2111 static void xive_pre_save_queue(struct kvmppc_xive *xive, struct xive_q *q)
2814 struct xive_q *
[all...]

Completed in 161 milliseconds