Searched refs:xive_q (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | xive.h | 67 struct xive_q { struct 107 extern int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, 109 extern void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio);
|
/Linux-v4.19/arch/powerpc/sysdev/xive/ |
D | native.c | 120 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, in xive_native_configure_queue() 184 static void __xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in __xive_native_disable_queue() 199 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in xive_native_disable_queue() 207 struct xive_q *q = &xc->queue[prio]; in xive_native_setup_queue() 220 struct xive_q *q = &xc->queue[prio]; in xive_native_cleanup_queue()
|
D | xive-internal.h | 24 struct xive_q queue[XIVE_MAX_QUEUES];
|
D | common.c | 91 static u32 xive_read_eq(struct xive_q *q, bool just_peek) in xive_read_eq() 146 struct xive_q *q; in xive_scan_interrupts() 223 static notrace void xive_dump_eq(const char *name, struct xive_q *q) in xive_dump_eq() 419 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_try_pick_target() 443 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_dec_target_count()
|
D | spapr.c | 401 static int xive_spapr_configure_queue(u32 target, struct xive_q *q, u8 prio, in xive_spapr_configure_queue() 453 struct xive_q *q = &xc->queue[prio]; in xive_spapr_setup_queue() 467 struct xive_q *q = &xc->queue[prio]; in xive_spapr_cleanup_queue()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_xive.c | 109 struct xive_q *q = &xc->queues[prio]; in xive_attach_escalation() 179 struct xive_q *q = &xc->queues[prio]; in xive_provision_queue() 246 struct xive_q *q; in xive_inc_q_pending() 265 struct xive_q *q; in xive_try_pick_queue() 1045 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_cleanup_vcpu() 1149 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_connect_vcpu() 1271 static void xive_pre_save_queue(struct kvmppc_xive *xive, struct xive_q *q) in xive_pre_save_queue() 1859 struct xive_q *q = &xc->queues[i]; in xive_debug_show()
|
D | book3s_xive_template.c | 123 struct xive_q *q; in GLUE() 389 struct xive_q *q = &xc->queues[prio]; in GLUE()
|
D | book3s_xive.h | 156 struct xive_q queues[KVMPPC_XIVE_Q_COUNT];
|