2 * Copyright 2012 Michael Ellerman, IBM Corporation.
3 * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License, version 2, as
7 * published by the Free Software Foundation.
10 #include <linux/kernel.h>
11 #include <linux/kvm_host.h>
12 #include <linux/err.h>
13 #include <linux/kernel_stat.h>
15 #include <asm/kvm_book3s.h>
16 #include <asm/kvm_ppc.h>
17 #include <asm/hvcall.h>
19 #include <asm/synch.h>
20 #include <asm/cputhreads.h>
21 #include <asm/pgtable.h>
22 #include <asm/ppc-opcode.h>
23 #include <asm/pnv-pci.h>
27 #include "book3s_xics.h"
31 int h_ipi_redirect
= 1;
32 EXPORT_SYMBOL(h_ipi_redirect
);
33 int kvm_irq_bypass
= 1;
34 EXPORT_SYMBOL(kvm_irq_bypass
);
36 static void icp_rm_deliver_irq(struct kvmppc_xics
*xics
, struct kvmppc_icp
*icp
,
37 u32 new_irq
, bool check_resend
);
38 static int xics_opal_set_server(unsigned int hw_irq
, int server_cpu
);
40 /* -- ICS routines -- */
41 static void ics_rm_check_resend(struct kvmppc_xics
*xics
,
42 struct kvmppc_ics
*ics
, struct kvmppc_icp
*icp
)
46 for (i
= 0; i
< KVMPPC_XICS_IRQ_PER_ICS
; i
++) {
47 struct ics_irq_state
*state
= &ics
->irq_state
[i
];
49 icp_rm_deliver_irq(xics
, icp
, state
->number
, true);
54 /* -- ICP routines -- */
57 static inline void icp_send_hcore_msg(int hcore
, struct kvm_vcpu
*vcpu
)
61 hcpu
= hcore
<< threads_shift
;
62 kvmppc_host_rm_ops_hv
->rm_core
[hcore
].rm_data
= vcpu
;
63 smp_muxed_ipi_set_message(hcpu
, PPC_MSG_RM_HOST_ACTION
);
64 kvmppc_set_host_ipi(hcpu
, 1);
66 kvmhv_rm_send_ipi(hcpu
);
69 static inline void icp_send_hcore_msg(int hcore
, struct kvm_vcpu
*vcpu
) { }
73 * We start the search from our current CPU Id in the core map
74 * and go in a circle until we get back to our ID looking for a
75 * core that is running in host context and that hasn't already
76 * been targeted for another rm_host_ops.
78 * In the future, could consider using a fairer algorithm (one
79 * that distributes the IPIs better)
81 * Returns -1, if no CPU could be found in the host
82 * Else, returns a CPU Id which has been reserved for use
84 static inline int grab_next_hostcore(int start
,
85 struct kvmppc_host_rm_core
*rm_core
, int max
, int action
)
89 union kvmppc_rm_state old
, new;
91 for (core
= start
+ 1; core
< max
; core
++) {
92 old
= new = READ_ONCE(rm_core
[core
].rm_state
);
94 if (!old
.in_host
|| old
.rm_action
)
97 /* Try to grab this host core if not taken already. */
98 new.rm_action
= action
;
100 success
= cmpxchg64(&rm_core
[core
].rm_state
.raw
,
101 old
.raw
, new.raw
) == old
.raw
;
104 * Make sure that the store to the rm_action is made
105 * visible before we return to caller (and the
106 * subsequent store to rm_data) to synchronize with
117 static inline int find_available_hostcore(int action
)
120 int my_core
= smp_processor_id() >> threads_shift
;
121 struct kvmppc_host_rm_core
*rm_core
= kvmppc_host_rm_ops_hv
->rm_core
;
123 core
= grab_next_hostcore(my_core
, rm_core
, cpu_nr_cores(), action
);
125 core
= grab_next_hostcore(core
, rm_core
, my_core
, action
);
130 static void icp_rm_set_vcpu_irq(struct kvm_vcpu
*vcpu
,
131 struct kvm_vcpu
*this_vcpu
)
133 struct kvmppc_icp
*this_icp
= this_vcpu
->arch
.icp
;
137 /* Mark the target VCPU as having an interrupt pending */
138 vcpu
->stat
.queue_intr
++;
139 set_bit(BOOK3S_IRQPRIO_EXTERNAL_LEVEL
, &vcpu
->arch
.pending_exceptions
);
141 /* Kick self ? Just set MER and return */
142 if (vcpu
== this_vcpu
) {
143 mtspr(SPRN_LPCR
, mfspr(SPRN_LPCR
) | LPCR_MER
);
148 * Check if the core is loaded,
149 * if not, find an available host core to post to wake the VCPU,
150 * if we can't find one, set up state to eventually return too hard.
152 cpu
= vcpu
->arch
.thread_cpu
;
153 if (cpu
< 0 || cpu
>= nr_cpu_ids
) {
155 if (kvmppc_host_rm_ops_hv
&& h_ipi_redirect
)
156 hcore
= find_available_hostcore(XICS_RM_KICK_VCPU
);
158 icp_send_hcore_msg(hcore
, vcpu
);
160 this_icp
->rm_action
|= XICS_RM_KICK_VCPU
;
161 this_icp
->rm_kick_target
= vcpu
;
167 kvmhv_rm_send_ipi(cpu
);
170 static void icp_rm_clr_vcpu_irq(struct kvm_vcpu
*vcpu
)
172 /* Note: Only called on self ! */
173 clear_bit(BOOK3S_IRQPRIO_EXTERNAL_LEVEL
,
174 &vcpu
->arch
.pending_exceptions
);
175 mtspr(SPRN_LPCR
, mfspr(SPRN_LPCR
) & ~LPCR_MER
);
178 static inline bool icp_rm_try_update(struct kvmppc_icp
*icp
,
179 union kvmppc_icp_state old
,
180 union kvmppc_icp_state
new)
182 struct kvm_vcpu
*this_vcpu
= local_paca
->kvm_hstate
.kvm_vcpu
;
185 /* Calculate new output value */
186 new.out_ee
= (new.xisr
&& (new.pending_pri
< new.cppr
));
188 /* Attempt atomic update */
189 success
= cmpxchg64(&icp
->state
.raw
, old
.raw
, new.raw
) == old
.raw
;
194 * Check for output state update
196 * Note that this is racy since another processor could be updating
197 * the state already. This is why we never clear the interrupt output
198 * here, we only ever set it. The clear only happens prior to doing
199 * an update and only by the processor itself. Currently we do it
200 * in Accept (H_XIRR) and Up_Cppr (H_XPPR).
202 * We also do not try to figure out whether the EE state has changed,
203 * we unconditionally set it if the new state calls for it. The reason
204 * for that is that we opportunistically remove the pending interrupt
205 * flag when raising CPPR, so we need to set it back here if an
206 * interrupt is still pending.
209 icp_rm_set_vcpu_irq(icp
->vcpu
, this_vcpu
);
211 /* Expose the state change for debug purposes */
212 this_vcpu
->arch
.icp
->rm_dbgstate
= new;
213 this_vcpu
->arch
.icp
->rm_dbgtgt
= icp
->vcpu
;
219 static inline int check_too_hard(struct kvmppc_xics
*xics
,
220 struct kvmppc_icp
*icp
)
222 return (xics
->real_mode_dbg
|| icp
->rm_action
) ? H_TOO_HARD
: H_SUCCESS
;
225 static void icp_rm_check_resend(struct kvmppc_xics
*xics
,
226 struct kvmppc_icp
*icp
)
230 /* Order this load with the test for need_resend in the caller */
232 for_each_set_bit(icsid
, icp
->resend_map
, xics
->max_icsid
+ 1) {
233 struct kvmppc_ics
*ics
= xics
->ics
[icsid
];
235 if (!test_and_clear_bit(icsid
, icp
->resend_map
))
239 ics_rm_check_resend(xics
, ics
, icp
);
243 static bool icp_rm_try_to_deliver(struct kvmppc_icp
*icp
, u32 irq
, u8 priority
,
246 union kvmppc_icp_state old_state
, new_state
;
250 old_state
= new_state
= READ_ONCE(icp
->state
);
254 /* See if we can deliver */
255 success
= new_state
.cppr
> priority
&&
256 new_state
.mfrr
> priority
&&
257 new_state
.pending_pri
> priority
;
260 * If we can, check for a rejection and perform the
264 *reject
= new_state
.xisr
;
265 new_state
.xisr
= irq
;
266 new_state
.pending_pri
= priority
;
269 * If we failed to deliver we set need_resend
270 * so a subsequent CPPR state change causes us
271 * to try a new delivery.
273 new_state
.need_resend
= true;
276 } while (!icp_rm_try_update(icp
, old_state
, new_state
));
281 static void icp_rm_deliver_irq(struct kvmppc_xics
*xics
, struct kvmppc_icp
*icp
,
282 u32 new_irq
, bool check_resend
)
284 struct ics_irq_state
*state
;
285 struct kvmppc_ics
*ics
;
290 * This is used both for initial delivery of an interrupt and
291 * for subsequent rejection.
293 * Rejection can be racy vs. resends. We have evaluated the
294 * rejection in an atomic ICP transaction which is now complete,
295 * so potentially the ICP can already accept the interrupt again.
297 * So we need to retry the delivery. Essentially the reject path
298 * boils down to a failed delivery. Always.
300 * Now the interrupt could also have moved to a different target,
301 * thus we may need to re-do the ICP lookup as well
305 /* Get the ICS state and lock it */
306 ics
= kvmppc_xics_find_ics(xics
, new_irq
, &src
);
308 /* Unsafe increment, but this does not need to be accurate */
312 state
= &ics
->irq_state
[src
];
314 /* Get a lock on the ICS */
315 arch_spin_lock(&ics
->lock
);
318 if (!icp
|| state
->server
!= icp
->server_num
) {
319 icp
= kvmppc_xics_find_server(xics
->kvm
, state
->server
);
321 /* Unsafe increment again*/
331 /* Clear the resend bit of that interrupt */
335 * If masked, bail out
337 * Note: PAPR doesn't mention anything about masked pending
338 * when doing a resend, only when doing a delivery.
340 * However that would have the effect of losing a masked
341 * interrupt that was rejected and isn't consistent with
342 * the whole masked_pending business which is about not
343 * losing interrupts that occur while masked.
345 * I don't differentiate normal deliveries and resends, this
346 * implementation will differ from PAPR and not lose such
349 if (state
->priority
== MASKED
) {
350 state
->masked_pending
= 1;
355 * Try the delivery, this will set the need_resend flag
356 * in the ICP as part of the atomic transaction if the
357 * delivery is not possible.
359 * Note that if successful, the new delivery might have itself
360 * rejected an interrupt that was "delivered" before we took the
363 * In this case we do the whole sequence all over again for the
364 * new guy. We cannot assume that the rejected interrupt is less
365 * favored than the new one, and thus doesn't need to be delivered,
366 * because by the time we exit icp_rm_try_to_deliver() the target
367 * processor may well have already consumed & completed it, and thus
368 * the rejected interrupt might actually be already acceptable.
370 if (icp_rm_try_to_deliver(icp
, new_irq
, state
->priority
, &reject
)) {
372 * Delivery was successful, did we reject somebody else ?
374 if (reject
&& reject
!= XICS_IPI
) {
375 arch_spin_unlock(&ics
->lock
);
383 * We failed to deliver the interrupt we need to set the
384 * resend map bit and mark the ICS state as needing a resend
389 * Make sure when checking resend, we don't miss the resend
390 * if resend_map bit is seen and cleared.
393 set_bit(ics
->icsid
, icp
->resend_map
);
396 * If the need_resend flag got cleared in the ICP some time
397 * between icp_rm_try_to_deliver() atomic update and now, then
398 * we know it might have missed the resend_map bit. So we
402 if (!icp
->state
.need_resend
) {
404 arch_spin_unlock(&ics
->lock
);
410 arch_spin_unlock(&ics
->lock
);
413 static void icp_rm_down_cppr(struct kvmppc_xics
*xics
, struct kvmppc_icp
*icp
,
416 union kvmppc_icp_state old_state
, new_state
;
420 * This handles several related states in one operation:
422 * ICP State: Down_CPPR
424 * Load CPPR with new value and if the XISR is 0
425 * then check for resends:
429 * If MFRR is more favored than CPPR, check for IPIs
430 * and notify ICS of a potential resend. This is done
431 * asynchronously (when used in real mode, we will have
434 * We do not handle the complete Check_IPI as documented
435 * here. In the PAPR, this state will be used for both
436 * Set_MFRR and Down_CPPR. However, we know that we aren't
437 * changing the MFRR state here so we don't need to handle
438 * the case of an MFRR causing a reject of a pending irq,
439 * this will have been handled when the MFRR was set in the
442 * Thus we don't have to handle rejects, only resends.
444 * When implementing real mode for HV KVM, resend will lead to
445 * a H_TOO_HARD return and the whole transaction will be handled
449 old_state
= new_state
= READ_ONCE(icp
->state
);
452 new_state
.cppr
= new_cppr
;
455 * Cut down Resend / Check_IPI / IPI
457 * The logic is that we cannot have a pending interrupt
458 * trumped by an IPI at this point (see above), so we
459 * know that either the pending interrupt is already an
460 * IPI (in which case we don't care to override it) or
461 * it's either more favored than us or non existent
463 if (new_state
.mfrr
< new_cppr
&&
464 new_state
.mfrr
<= new_state
.pending_pri
) {
465 new_state
.pending_pri
= new_state
.mfrr
;
466 new_state
.xisr
= XICS_IPI
;
469 /* Latch/clear resend bit */
470 resend
= new_state
.need_resend
;
471 new_state
.need_resend
= 0;
473 } while (!icp_rm_try_update(icp
, old_state
, new_state
));
476 * Now handle resend checks. Those are asynchronous to the ICP
477 * state update in HW (ie bus transactions) so we can handle them
478 * separately here as well.
481 icp
->n_check_resend
++;
482 icp_rm_check_resend(xics
, icp
);
487 unsigned long xics_rm_h_xirr(struct kvm_vcpu
*vcpu
)
489 union kvmppc_icp_state old_state
, new_state
;
490 struct kvmppc_xics
*xics
= vcpu
->kvm
->arch
.xics
;
491 struct kvmppc_icp
*icp
= vcpu
->arch
.icp
;
494 if (!xics
|| !xics
->real_mode
)
497 /* First clear the interrupt */
498 icp_rm_clr_vcpu_irq(icp
->vcpu
);
501 * ICP State: Accept_Interrupt
503 * Return the pending interrupt (if any) along with the
504 * current CPPR, then clear the XISR & set CPPR to the
508 old_state
= new_state
= READ_ONCE(icp
->state
);
510 xirr
= old_state
.xisr
| (((u32
)old_state
.cppr
) << 24);
513 new_state
.cppr
= new_state
.pending_pri
;
514 new_state
.pending_pri
= 0xff;
517 } while (!icp_rm_try_update(icp
, old_state
, new_state
));
519 /* Return the result in GPR4 */
520 vcpu
->arch
.gpr
[4] = xirr
;
522 return check_too_hard(xics
, icp
);
525 int xics_rm_h_ipi(struct kvm_vcpu
*vcpu
, unsigned long server
,
528 union kvmppc_icp_state old_state
, new_state
;
529 struct kvmppc_xics
*xics
= vcpu
->kvm
->arch
.xics
;
530 struct kvmppc_icp
*icp
, *this_icp
= vcpu
->arch
.icp
;
535 if (!xics
|| !xics
->real_mode
)
538 local
= this_icp
->server_num
== server
;
542 icp
= kvmppc_xics_find_server(vcpu
->kvm
, server
);
547 * ICP state: Set_MFRR
549 * If the CPPR is more favored than the new MFRR, then
550 * nothing needs to be done as there can be no XISR to
553 * ICP state: Check_IPI
555 * If the CPPR is less favored, then we might be replacing
556 * an interrupt, and thus need to possibly reject it.
560 * Besides rejecting any pending interrupts, we also
561 * update XISR and pending_pri to mark IPI as pending.
563 * PAPR does not describe this state, but if the MFRR is being
564 * made less favored than its earlier value, there might be
565 * a previously-rejected interrupt needing to be resent.
566 * Ideally, we would want to resend only if
567 * prio(pending_interrupt) < mfrr &&
568 * prio(pending_interrupt) < cppr
569 * where pending interrupt is the one that was rejected. But
570 * we don't have that state, so we simply trigger a resend
571 * whenever the MFRR is made less favored.
574 old_state
= new_state
= READ_ONCE(icp
->state
);
577 new_state
.mfrr
= mfrr
;
582 if (mfrr
< new_state
.cppr
) {
583 /* Reject a pending interrupt if not an IPI */
584 if (mfrr
<= new_state
.pending_pri
) {
585 reject
= new_state
.xisr
;
586 new_state
.pending_pri
= mfrr
;
587 new_state
.xisr
= XICS_IPI
;
591 if (mfrr
> old_state
.mfrr
) {
592 resend
= new_state
.need_resend
;
593 new_state
.need_resend
= 0;
595 } while (!icp_rm_try_update(icp
, old_state
, new_state
));
597 /* Handle reject in real mode */
598 if (reject
&& reject
!= XICS_IPI
) {
599 this_icp
->n_reject
++;
600 icp_rm_deliver_irq(xics
, icp
, reject
, false);
603 /* Handle resends in real mode */
605 this_icp
->n_check_resend
++;
606 icp_rm_check_resend(xics
, icp
);
609 return check_too_hard(xics
, this_icp
);
612 int xics_rm_h_cppr(struct kvm_vcpu
*vcpu
, unsigned long cppr
)
614 union kvmppc_icp_state old_state
, new_state
;
615 struct kvmppc_xics
*xics
= vcpu
->kvm
->arch
.xics
;
616 struct kvmppc_icp
*icp
= vcpu
->arch
.icp
;
619 if (!xics
|| !xics
->real_mode
)
623 * ICP State: Set_CPPR
625 * We can safely compare the new value with the current
626 * value outside of the transaction as the CPPR is only
627 * ever changed by the processor on itself
629 if (cppr
> icp
->state
.cppr
) {
630 icp_rm_down_cppr(xics
, icp
, cppr
);
632 } else if (cppr
== icp
->state
.cppr
)
638 * The processor is raising its priority, this can result
639 * in a rejection of a pending interrupt:
641 * ICP State: Reject_Current
643 * We can remove EE from the current processor, the update
644 * transaction will set it again if needed
646 icp_rm_clr_vcpu_irq(icp
->vcpu
);
649 old_state
= new_state
= READ_ONCE(icp
->state
);
652 new_state
.cppr
= cppr
;
654 if (cppr
<= new_state
.pending_pri
) {
655 reject
= new_state
.xisr
;
657 new_state
.pending_pri
= 0xff;
660 } while (!icp_rm_try_update(icp
, old_state
, new_state
));
663 * Check for rejects. They are handled by doing a new delivery
664 * attempt (see comments in icp_rm_deliver_irq).
666 if (reject
&& reject
!= XICS_IPI
) {
668 icp_rm_deliver_irq(xics
, icp
, reject
, false);
671 return check_too_hard(xics
, icp
);
674 static int ics_rm_eoi(struct kvm_vcpu
*vcpu
, u32 irq
)
676 struct kvmppc_xics
*xics
= vcpu
->kvm
->arch
.xics
;
677 struct kvmppc_icp
*icp
= vcpu
->arch
.icp
;
678 struct kvmppc_ics
*ics
;
679 struct ics_irq_state
*state
;
684 * ICS EOI handling: For LSI, if P bit is still set, we need to
687 * For MSI, we move Q bit into P (and clear Q). If it is set,
691 ics
= kvmppc_xics_find_ics(xics
, irq
, &src
);
695 state
= &ics
->irq_state
[src
];
698 pq_new
= state
->pq_state
;
701 pq_old
= state
->pq_state
;
702 pq_new
= pq_old
>> 1;
703 } while (cmpxchg(&state
->pq_state
, pq_old
, pq_new
) != pq_old
);
705 if (pq_new
& PQ_PRESENTED
)
706 icp_rm_deliver_irq(xics
, NULL
, irq
, false);
708 if (!hlist_empty(&vcpu
->kvm
->irq_ack_notifier_list
)) {
709 icp
->rm_action
|= XICS_RM_NOTIFY_EOI
;
710 icp
->rm_eoied_irq
= irq
;
713 if (state
->host_irq
) {
714 ++vcpu
->stat
.pthru_all
;
715 if (state
->intr_cpu
!= -1) {
716 int pcpu
= raw_smp_processor_id();
718 pcpu
= cpu_first_thread_sibling(pcpu
);
719 ++vcpu
->stat
.pthru_host
;
720 if (state
->intr_cpu
!= pcpu
) {
721 ++vcpu
->stat
.pthru_bad_aff
;
722 xics_opal_set_server(state
->host_irq
, pcpu
);
724 state
->intr_cpu
= -1;
729 return check_too_hard(xics
, icp
);
732 int xics_rm_h_eoi(struct kvm_vcpu
*vcpu
, unsigned long xirr
)
734 struct kvmppc_xics
*xics
= vcpu
->kvm
->arch
.xics
;
735 struct kvmppc_icp
*icp
= vcpu
->arch
.icp
;
736 u32 irq
= xirr
& 0x00ffffff;
738 if (!xics
|| !xics
->real_mode
)
744 * Note: If EOI is incorrectly used by SW to lower the CPPR
745 * value (ie more favored), we do not check for rejection of
746 * a pending interrupt, this is a SW error and PAPR specifies
747 * that we don't have to deal with it.
749 * The sending of an EOI to the ICS is handled after the
752 * ICP State: Down_CPPR which we handle
753 * in a separate function as it's shared with H_CPPR.
755 icp_rm_down_cppr(xics
, icp
, xirr
>> 24);
757 /* IPIs have no EOI */
759 return check_too_hard(xics
, icp
);
761 return ics_rm_eoi(vcpu
, irq
);
764 unsigned long eoi_rc
;
766 static void icp_eoi(struct irq_chip
*c
, u32 hwirq
, __be32 xirr
, bool *again
)
768 void __iomem
*xics_phys
;
771 rc
= pnv_opal_pci_msi_eoi(c
, hwirq
);
779 xics_phys
= local_paca
->kvm_hstate
.xics_phys
;
781 __raw_rm_writel(xirr
, xics_phys
+ XICS_XIRR
);
783 rc
= opal_int_eoi(be32_to_cpu(xirr
));
788 static int xics_opal_set_server(unsigned int hw_irq
, int server_cpu
)
790 unsigned int mangle_cpu
= get_hard_smp_processor_id(server_cpu
) << 2;
792 return opal_set_xive(hw_irq
, mangle_cpu
, DEFAULT_PRIORITY
);
796 * Increment a per-CPU 32-bit unsigned integer variable.
797 * Safe to call in real-mode. Handles vmalloc'ed addresses
799 * ToDo: Make this work for any integral type
802 static inline void this_cpu_inc_rm(unsigned int __percpu
*addr
)
806 int cpu
= smp_processor_id();
808 raddr
= per_cpu_ptr(addr
, cpu
);
809 l
= (unsigned long)raddr
;
811 if (REGION_ID(l
) == VMALLOC_REGION_ID
) {
812 l
= vmalloc_to_phys(raddr
);
813 raddr
= (unsigned int *)l
;
819 * We don't try to update the flags in the irq_desc 'istate' field in
820 * here as would happen in the normal IRQ handling path for several reasons:
821 * - state flags represent internal IRQ state and are not expected to be
822 * updated outside the IRQ subsystem
823 * - more importantly, these are useful for edge triggered interrupts,
824 * IRQ probing, etc., but we are only handling MSI/MSIx interrupts here
825 * and these states shouldn't apply to us.
827 * However, we do update irq_stats - we somewhat duplicate the code in
828 * kstat_incr_irqs_this_cpu() for this since this function is defined
829 * in irq/internal.h which we don't want to include here.
830 * The only difference is that desc->kstat_irqs is an allocated per CPU
831 * variable and could have been vmalloc'ed, so we can't directly
832 * call __this_cpu_inc() on it. The kstat structure is a static
833 * per CPU variable and it should be accessible by real-mode KVM.
836 static void kvmppc_rm_handle_irq_desc(struct irq_desc
*desc
)
838 this_cpu_inc_rm(desc
->kstat_irqs
);
839 __this_cpu_inc(kstat
.irqs_sum
);
842 long kvmppc_deliver_irq_passthru(struct kvm_vcpu
*vcpu
,
844 struct kvmppc_irq_map
*irq_map
,
845 struct kvmppc_passthru_irqmap
*pimap
,
848 struct kvmppc_xics
*xics
;
849 struct kvmppc_icp
*icp
;
850 struct kvmppc_ics
*ics
;
851 struct ics_irq_state
*state
;
856 irq
= irq_map
->v_hwirq
;
857 xics
= vcpu
->kvm
->arch
.xics
;
858 icp
= vcpu
->arch
.icp
;
860 kvmppc_rm_handle_irq_desc(irq_map
->desc
);
862 ics
= kvmppc_xics_find_ics(xics
, irq
, &src
);
866 state
= &ics
->irq_state
[src
];
868 /* only MSIs register bypass producers, so it must be MSI here */
870 pq_old
= state
->pq_state
;
871 pq_new
= ((pq_old
<< 1) & 3) | PQ_PRESENTED
;
872 } while (cmpxchg(&state
->pq_state
, pq_old
, pq_new
) != pq_old
);
874 /* Test P=1, Q=0, this is the only case where we present */
875 if (pq_new
== PQ_PRESENTED
)
876 icp_rm_deliver_irq(xics
, icp
, irq
, false);
878 /* EOI the interrupt */
879 icp_eoi(irq_desc_get_chip(irq_map
->desc
), irq_map
->r_hwirq
, xirr
,
882 if (check_too_hard(xics
, icp
) == H_TOO_HARD
)
888 /* --- Non-real mode XICS-related built-in routines --- */
891 * Host Operations poked by RM KVM
893 static void rm_host_ipi_action(int action
, void *data
)
896 case XICS_RM_KICK_VCPU
:
897 kvmppc_host_rm_ops_hv
->vcpu_kick(data
);
900 WARN(1, "Unexpected rm_action=%d data=%p\n", action
, data
);
906 void kvmppc_xics_ipi_action(void)
909 unsigned int cpu
= smp_processor_id();
910 struct kvmppc_host_rm_core
*rm_corep
;
912 core
= cpu
>> threads_shift
;
913 rm_corep
= &kvmppc_host_rm_ops_hv
->rm_core
[core
];
915 if (rm_corep
->rm_data
) {
916 rm_host_ipi_action(rm_corep
->rm_state
.rm_action
,
918 /* Order these stores against the real mode KVM */
919 rm_corep
->rm_data
= NULL
;
921 rm_corep
->rm_state
.rm_action
= 0;