Searched refs:xive_q (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | xive.h | 74 struct xive_q { struct 117 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, 119 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio);
|
| /linux/arch/powerpc/sysdev/xive/ |
| H A D | native.c | 131 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, in xive_native_configure_queue() 195 static void __xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in __xive_native_disable_queue() 210 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in xive_native_disable_queue() 218 struct xive_q *q = &xc->queue[prio]; in xive_native_setup_queue() 231 struct xive_q *q = &xc->queue[prio]; in xive_native_cleanup_queue()
|
| H A D | xive-internal.h | 27 struct xive_q queue[XIVE_MAX_QUEUES];
|
| H A D | common.c | 103 static u32 xive_read_eq(struct xive_q *q, bool just_peek) in xive_read_eq() 158 struct xive_q *q; in xive_scan_interrupts() 256 static notrace void xive_dump_eq(const char *name, struct xive_q *q) in xive_dump_eq() 506 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_try_pick_target() 530 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_dec_target_count() 1799 static void xive_eq_debug_show_one(struct seq_file *m, struct xive_q *q, u8 prio) in xive_eq_debug_show_one()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_xive.c | 141 struct xive_q *q; in xive_vm_scan_interrupts() 397 struct xive_q *q = &xc->queues[prio]; in xive_vm_scan_for_rerouted_irqs() 870 struct xive_q *q = &xc->queues[prio]; in kvmppc_xive_attach_escalation() 939 struct xive_q *q = &xc->queues[prio]; in xive_provision_queue() 1008 struct xive_q *q; in xive_inc_q_pending() 1027 struct xive_q *q; in xive_try_pick_queue() 1842 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_cleanup_vcpu() 1986 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_connect_vcpu() 2109 static void xive_pre_save_queue(struct kvmppc_xive *xive, struct xive_q *q) in xive_pre_save_queue() 2812 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_debug_show_queues()
|
| H A D | book3s_xive.h | 179 struct xive_q queues[KVMPPC_XIVE_Q_COUNT];
|