Searched refs:xive_q (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | xive.h | 74 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/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];
|
/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() 940 struct xive_q *q = &xc->queues[prio]; in xive_provision_queue() 1009 struct xive_q *q; in xive_inc_q_pending() 1028 struct xive_q *q; in xive_try_pick_queue() 1844 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_cleanup_vcpu() 1988 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_connect_vcpu() 2111 static void xive_pre_save_queue(struct kvmppc_xive *xive, struct xive_q *q) in xive_pre_save_queue() 2814 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];
|