2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License, version 2, as
4 * published by the Free Software Foundation.
6 * This program is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 * GNU General Public License for more details.
11 * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
13 * Derived from book3s_rmhandlers.S and other files, which are:
15 * Copyright SUSE Linux Products GmbH 2009
17 * Authors: Alexander Graf <agraf@suse.de>
20 #include <asm/ppc_asm.h>
21 #include <asm/kvm_asm.h>
25 #include <asm/ptrace.h>
26 #include <asm/hvcall.h>
27 #include <asm/asm-offsets.h>
28 #include <asm/exception-64s.h>
29 #include <asm/kvm_book3s_asm.h>
30 #include <asm/mmu-hash64.h>
33 #define VCPU_GPRS_TM(reg) (((reg) * ULONG_SIZE) + VCPU_GPR_TM)
35 /* Values in HSTATE_NAPPING(r13) */
36 #define NAPPING_CEDE 1
37 #define NAPPING_NOVCPU 2
40 * Call kvmppc_hv_entry in real mode.
41 * Must be called with interrupts hard-disabled.
45 * LR = return address to continue at after eventually re-enabling MMU
47 _GLOBAL_TOC(kvmppc_hv_entry_trampoline)
49 std r0, PPC_LR_STKOFF(r1)
52 LOAD_REG_ADDR(r5, kvmppc_call_hv_entry)
57 mtmsrd r0,1 /* clear RI in MSR */
63 ld r4, HSTATE_KVM_VCPU(r13)
66 /* Back from guest - restore host state and return to caller */
69 /* Restore host DABR and DABRX */
70 ld r5,HSTATE_DABR(r13)
74 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
77 ld r3,PACA_SPRG_VDSO(r13)
78 mtspr SPRN_SPRG_VDSO_WRITE,r3
80 /* Reload the host's PMU registers */
81 ld r3, PACALPPACAPTR(r13) /* is the host using the PMU? */
82 lbz r4, LPPACA_PMCINUSE(r3)
84 beq 23f /* skip if not */
86 ld r3, HSTATE_MMCR0(r13)
87 andi. r4, r3, MMCR0_PMAO_SYNC | MMCR0_PMAO
90 END_FTR_SECTION_IFSET(CPU_FTR_PMAO_BUG)
91 lwz r3, HSTATE_PMC1(r13)
92 lwz r4, HSTATE_PMC2(r13)
93 lwz r5, HSTATE_PMC3(r13)
94 lwz r6, HSTATE_PMC4(r13)
95 lwz r8, HSTATE_PMC5(r13)
96 lwz r9, HSTATE_PMC6(r13)
103 ld r3, HSTATE_MMCR0(r13)
104 ld r4, HSTATE_MMCR1(r13)
105 ld r5, HSTATE_MMCRA(r13)
106 ld r6, HSTATE_SIAR(r13)
107 ld r7, HSTATE_SDAR(r13)
113 ld r8, HSTATE_MMCR2(r13)
114 ld r9, HSTATE_SIER(r13)
117 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
123 * Reload DEC. HDEC interrupts were disabled when
124 * we reloaded the host's LPCR value.
126 ld r3, HSTATE_DECEXP(r13)
131 /* hwthread_req may have got set by cede or no vcpu, so clear it */
133 stb r0, HSTATE_HWTHREAD_REQ(r13)
136 * For external and machine check interrupts, we need
137 * to call the Linux handler to process the interrupt.
138 * We do that by jumping to absolute address 0x500 for
139 * external interrupts, or the machine_check_fwnmi label
140 * for machine checks (since firmware might have patched
141 * the vector area at 0x200). The [h]rfid at the end of the
142 * handler will return to the book3s_hv_interrupts.S code.
143 * For other interrupts we do the rfid to get back
144 * to the book3s_hv_interrupts.S code here.
146 ld r8, 112+PPC_LR_STKOFF(r1)
148 ld r7, HSTATE_HOST_MSR(r13)
150 cmpwi cr1, r12, BOOK3S_INTERRUPT_MACHINE_CHECK
151 cmpwi r12, BOOK3S_INTERRUPT_EXTERNAL
153 cmpwi r12, BOOK3S_INTERRUPT_H_DOORBELL
154 beq 15f /* Invoke the H_DOORBELL handler */
155 cmpwi cr2, r12, BOOK3S_INTERRUPT_HMI
156 beq cr2, 14f /* HMI check */
158 /* RFI into the highmem handler, or branch to interrupt handler */
162 mtmsrd r6, 1 /* Clear RI in MSR */
165 beq cr1, 13f /* machine check */
168 /* On POWER7, we have external interrupts set to use HSRR0/1 */
169 11: mtspr SPRN_HSRR0, r8
173 13: b machine_check_fwnmi
175 14: mtspr SPRN_HSRR0, r8
177 b hmi_exception_after_realmode
179 15: mtspr SPRN_HSRR0, r8
183 kvmppc_primary_no_guest:
184 /* We handle this much like a ceded vcpu */
185 /* put the HDEC into the DEC, since HDEC interrupts don't wake us */
189 * Make sure the primary has finished the MMU switch.
190 * We should never get here on a secondary thread, but
191 * check it for robustness' sake.
193 ld r5, HSTATE_KVM_VCORE(r13)
194 65: lbz r0, VCORE_IN_GUEST(r5)
201 /* set our bit in napping_threads */
202 ld r5, HSTATE_KVM_VCORE(r13)
203 lbz r7, HSTATE_PTID(r13)
206 addi r6, r5, VCORE_NAPPING_THREADS
211 /* order napping_threads update vs testing entry_exit_map */
214 lwz r7, VCORE_ENTRY_EXIT(r5)
216 bge kvm_novcpu_exit /* another thread already exiting */
217 li r3, NAPPING_NOVCPU
218 stb r3, HSTATE_NAPPING(r13)
220 li r3, 0 /* Don't wake on privileged (OS) doorbell */
224 ld r1, HSTATE_HOST_R1(r13)
225 ld r5, HSTATE_KVM_VCORE(r13)
227 stb r0, HSTATE_NAPPING(r13)
229 /* check the wake reason */
230 bl kvmppc_check_wake_reason
232 /* see if any other thread is already exiting */
233 lwz r0, VCORE_ENTRY_EXIT(r5)
237 /* clear our bit in napping_threads */
238 lbz r7, HSTATE_PTID(r13)
241 addi r6, r5, VCORE_NAPPING_THREADS
247 /* See if the wake reason means we need to exit */
251 /* See if our timeslice has expired (HDEC is negative) */
253 li r12, BOOK3S_INTERRUPT_HV_DECREMENTER
257 /* Got an IPI but other vcpus aren't yet exiting, must be a latecomer */
258 ld r4, HSTATE_KVM_VCPU(r13)
260 beq kvmppc_primary_no_guest
262 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
263 addi r3, r4, VCPU_TB_RMENTRY
264 bl kvmhv_start_timing
269 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
270 ld r4, HSTATE_KVM_VCPU(r13)
273 addi r3, r4, VCPU_TB_RMEXIT
274 bl kvmhv_accumulate_time
278 bl kvmhv_commence_exit
281 b kvmhv_switch_to_host
284 * We come in here when wakened from nap mode.
285 * Relocation is off and most register values are lost.
286 * r13 points to the PACA.
288 .globl kvm_start_guest
291 /* Set runlatch bit the minute you wake up from nap */
298 li r0,KVM_HWTHREAD_IN_KVM
299 stb r0,HSTATE_HWTHREAD_STATE(r13)
301 /* NV GPR values from power7_idle() will no longer be valid */
303 stb r0,PACA_NAPSTATELOST(r13)
305 /* were we napping due to cede? */
306 lbz r0,HSTATE_NAPPING(r13)
307 cmpwi r0,NAPPING_CEDE
309 cmpwi r0,NAPPING_NOVCPU
310 beq kvm_novcpu_wakeup
312 ld r1,PACAEMERGSP(r13)
313 subi r1,r1,STACK_FRAME_OVERHEAD
316 * We weren't napping due to cede, so this must be a secondary
317 * thread being woken up to run a guest, or being woken up due
318 * to a stray IPI. (Or due to some machine check or hypervisor
319 * maintenance interrupt while the core is in KVM.)
322 /* Check the wake reason in SRR1 to see why we got here */
323 bl kvmppc_check_wake_reason
327 /* get vcore pointer, NULL if we have nothing to run */
328 ld r5,HSTATE_KVM_VCORE(r13)
330 /* if we have no vcore to run, go back to sleep */
333 kvm_secondary_got_guest:
335 /* Set HSTATE_DSCR(r13) to something sensible */
336 ld r6, PACA_DSCR_DEFAULT(r13)
337 std r6, HSTATE_DSCR(r13)
339 /* On thread 0 of a subcore, set HDEC to max */
340 lbz r4, HSTATE_PTID(r13)
346 /* and set per-LPAR registers, if doing dynamic micro-threading */
347 ld r6, HSTATE_SPLIT_MODE(r13)
350 ld r0, KVM_SPLIT_RPR(r6)
352 ld r0, KVM_SPLIT_PMMAR(r6)
354 ld r0, KVM_SPLIT_LDBAR(r6)
358 /* Order load of vcpu after load of vcore */
360 ld r4, HSTATE_KVM_VCPU(r13)
363 /* Back from the guest, go back to nap */
364 /* Clear our vcpu and vcore pointers so we don't come back in early */
366 std r0, HSTATE_KVM_VCPU(r13)
368 * Once we clear HSTATE_KVM_VCORE(r13), the code in
369 * kvmppc_run_core() is going to assume that all our vcpu
370 * state is visible in memory. This lwsync makes sure
374 std r0, HSTATE_KVM_VCORE(r13)
377 * At this point we have finished executing in the guest.
378 * We need to wait for hwthread_req to become zero, since
379 * we may not turn on the MMU while hwthread_req is non-zero.
380 * While waiting we also need to check if we get given a vcpu to run.
383 lbz r3, HSTATE_HWTHREAD_REQ(r13)
387 li r0, KVM_HWTHREAD_IN_KERNEL
388 stb r0, HSTATE_HWTHREAD_STATE(r13)
389 /* need to recheck hwthread_req after a barrier, to avoid race */
391 lbz r3, HSTATE_HWTHREAD_REQ(r13)
395 * We jump to power7_wakeup_loss, which will return to the caller
396 * of power7_nap in the powernv cpu offline loop. The value we
397 * put in r3 becomes the return value for power7_nap.
401 rlwimi r4, r3, 0, LPCR_PECE0 | LPCR_PECE1
407 ld r5, HSTATE_KVM_VCORE(r13)
410 ld r3, HSTATE_SPLIT_MODE(r13)
413 lbz r0, KVM_SPLIT_DO_NAP(r3)
419 b kvm_secondary_got_guest
421 54: li r0, KVM_HWTHREAD_IN_KVM
422 stb r0, HSTATE_HWTHREAD_STATE(r13)
426 * Here the primary thread is trying to return the core to
427 * whole-core mode, so we need to nap.
431 * Ensure that secondary doesn't nap when it has
432 * its vcore pointer set.
434 sync /* matches smp_mb() before setting split_info.do_nap */
435 ld r0, HSTATE_KVM_VCORE(r13)
438 /* clear any pending message */
440 lis r6, (PPC_DBELL_SERVER << (63-36))@h
442 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
443 /* Set kvm_split_mode.napped[tid] = 1 */
444 ld r3, HSTATE_SPLIT_MODE(r13)
446 lhz r4, PACAPACAINDEX(r13)
447 clrldi r4, r4, 61 /* micro-threading => P8 => 8 threads/core */
448 addi r4, r4, KVM_SPLIT_NAPPED
450 /* Check the do_nap flag again after setting napped[] */
452 lbz r0, KVM_SPLIT_DO_NAP(r3)
455 li r3, (LPCR_PECEDH | LPCR_PECE0) >> 4
457 rlwimi r4, r3, 4, (LPCR_PECEDP | LPCR_PECEDH | LPCR_PECE0 | LPCR_PECE1)
460 std r0, HSTATE_SCRATCH0(r13)
462 ld r0, HSTATE_SCRATCH0(r13)
472 /******************************************************************************
476 *****************************************************************************/
478 .global kvmppc_hv_entry
483 * R4 = vcpu pointer (or NULL)
488 * all other volatile GPRS = free
491 std r0, PPC_LR_STKOFF(r1)
494 /* Save R1 in the PACA */
495 std r1, HSTATE_HOST_R1(r13)
497 li r6, KVM_GUEST_MODE_HOST_HV
498 stb r6, HSTATE_IN_GUEST(r13)
500 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
501 /* Store initial timestamp */
504 addi r3, r4, VCPU_TB_RMENTRY
505 bl kvmhv_start_timing
515 * POWER7/POWER8 host -> guest partition switch code.
516 * We don't have to lock against concurrent tlbies,
517 * but we do have to coordinate across hardware threads.
519 /* Set bit in entry map iff exit map is zero. */
520 ld r5, HSTATE_KVM_VCORE(r13)
522 lbz r6, HSTATE_PTID(r13)
524 addi r9, r5, VCORE_ENTRY_EXIT
526 cmpwi r3, 0x100 /* any threads starting to exit? */
527 bge secondary_too_late /* if so we're too late to the party */
532 /* Primary thread switches to guest partition. */
533 ld r9,VCORE_KVM(r5) /* pointer to struct kvm */
538 li r0,LPID_RSVD /* switch to reserved LPID */
541 mtspr SPRN_SDR1,r6 /* switch to partition page table */
545 /* See if we need to flush the TLB */
546 lhz r6,PACAPACAINDEX(r13) /* test_bit(cpu, need_tlb_flush) */
547 clrldi r7,r6,64-6 /* extract bit number (6 bits) */
548 srdi r6,r6,6 /* doubleword number */
549 sldi r6,r6,3 /* address offset */
551 addi r6,r6,KVM_NEED_FLUSH /* dword in kvm->arch.need_tlb_flush */
557 23: ldarx r7,0,r6 /* if set, clear the bit */
561 /* Flush the TLB of any entries for this LPID */
562 /* use arch 2.07S as a proxy for POWER8 */
564 li r6,512 /* POWER8 has 512 sets */
566 li r6,128 /* POWER7 has 128 sets */
567 ALT_FTR_SECTION_END_IFSET(CPU_FTR_ARCH_207S)
569 li r7,0x800 /* IS field = 0b10 */
576 /* Add timebase offset onto timebase */
577 22: ld r8,VCORE_TB_OFFSET(r5)
580 mftb r6 /* current host timebase */
582 mtspr SPRN_TBU40,r8 /* update upper 40 bits */
583 mftb r7 /* check if lower 24 bits overflowed */
588 addis r8,r8,0x100 /* if so, increment upper 40 bits */
591 /* Load guest PCR value to select appropriate compat mode */
592 37: ld r7, VCORE_PCR(r5)
599 /* DPDES is shared between threads */
600 ld r8, VCORE_DPDES(r5)
602 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
605 stb r0,VCORE_IN_GUEST(r5) /* signal secondaries to continue */
607 /* Do we have a guest vcpu to run? */
609 beq kvmppc_primary_no_guest
612 /* Load up guest SLB entries */
613 lwz r5,VCPU_SLB_MAX(r4)
618 1: ld r8,VCPU_SLB_E(r6)
621 addi r6,r6,VCPU_SLB_SIZE
624 /* Increment yield count if they have a VPA */
628 li r6, LPPACA_YIELDCOUNT
633 stb r6, VCPU_VPA_DIRTY(r4)
636 /* Save purr/spurr */
639 std r5,HSTATE_PURR(r13)
640 std r6,HSTATE_SPURR(r13)
647 /* Set partition DABR */
648 /* Do this before re-enabling PMU to avoid P7 DABR corruption bug */
649 lwz r5,VCPU_DABRX(r4)
654 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
656 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
659 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
661 /* Turn on TM/FP/VSX/VMX so we can restore them. */
667 oris r5, r5, (MSR_VEC | MSR_VSX)@h
671 * The user may change these outside of a transaction, so they must
672 * always be context switched.
674 ld r5, VCPU_TFHAR(r4)
675 ld r6, VCPU_TFIAR(r4)
676 ld r7, VCPU_TEXASR(r4)
679 mtspr SPRN_TEXASR, r7
682 rldicl. r5, r5, 64 - MSR_TS_S_LG, 62
683 beq skip_tm /* TM not active in guest */
685 /* Make sure the failure summary is set, otherwise we'll program check
686 * when we trechkpt. It's possible that this might have been not set
687 * on a kvmppc_set_one_reg() call but we shouldn't let this crash the
690 oris r7, r7, (TEXASR_FS)@h
691 mtspr SPRN_TEXASR, r7
694 * We need to load up the checkpointed state for the guest.
695 * We need to do this early as it will blow away any GPRs, VSRs and
700 addi r3, r31, VCPU_FPRS_TM
702 addi r3, r31, VCPU_VRS_TM
705 lwz r7, VCPU_VRSAVE_TM(r4)
706 mtspr SPRN_VRSAVE, r7
708 ld r5, VCPU_LR_TM(r4)
709 lwz r6, VCPU_CR_TM(r4)
710 ld r7, VCPU_CTR_TM(r4)
711 ld r8, VCPU_AMR_TM(r4)
712 ld r9, VCPU_TAR_TM(r4)
720 * Load up PPR and DSCR values but don't put them in the actual SPRs
721 * till the last moment to avoid running with userspace PPR and DSCR for
724 ld r29, VCPU_DSCR_TM(r4)
725 ld r30, VCPU_PPR_TM(r4)
727 std r2, PACATMSCRATCH(r13) /* Save TOC */
729 /* Clear the MSR RI since r1, r13 are all going to be foobar. */
733 /* Load GPRs r0-r28 */
736 ld reg, VCPU_GPRS_TM(reg)(r31)
743 /* Load final GPRs */
744 ld 29, VCPU_GPRS_TM(29)(r31)
745 ld 30, VCPU_GPRS_TM(30)(r31)
746 ld 31, VCPU_GPRS_TM(31)(r31)
748 /* TM checkpointed state is now setup. All GPRs are now volatile. */
751 /* Now let's get back the state we need. */
754 ld r29, HSTATE_DSCR(r13)
756 ld r4, HSTATE_KVM_VCPU(r13)
757 ld r1, HSTATE_HOST_R1(r13)
758 ld r2, PACATMSCRATCH(r13)
760 /* Set the MSR RI since we have our registers back. */
766 /* Load guest PMU registers */
767 /* R4 is live here (vcpu pointer) */
769 sldi r3, r3, 31 /* MMCR0_FC (freeze counters) bit */
770 mtspr SPRN_MMCR0, r3 /* freeze all counters, disable ints */
774 andi. r5, r3, MMCR0_PMAO_SYNC | MMCR0_PMAO
777 END_FTR_SECTION_IFSET(CPU_FTR_PMAO_BUG)
778 lwz r3, VCPU_PMC(r4) /* always load up guest PMU registers */
779 lwz r5, VCPU_PMC + 4(r4) /* to prevent information leak */
780 lwz r6, VCPU_PMC + 8(r4)
781 lwz r7, VCPU_PMC + 12(r4)
782 lwz r8, VCPU_PMC + 16(r4)
783 lwz r9, VCPU_PMC + 20(r4)
791 ld r5, VCPU_MMCR + 8(r4)
792 ld r6, VCPU_MMCR + 16(r4)
800 ld r5, VCPU_MMCR + 24(r4)
802 lwz r7, VCPU_PMC + 24(r4)
803 lwz r8, VCPU_PMC + 28(r4)
804 ld r9, VCPU_MMCR + 32(r4)
810 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
814 /* Load up FP, VMX and VSX registers */
817 ld r14, VCPU_GPR(R14)(r4)
818 ld r15, VCPU_GPR(R15)(r4)
819 ld r16, VCPU_GPR(R16)(r4)
820 ld r17, VCPU_GPR(R17)(r4)
821 ld r18, VCPU_GPR(R18)(r4)
822 ld r19, VCPU_GPR(R19)(r4)
823 ld r20, VCPU_GPR(R20)(r4)
824 ld r21, VCPU_GPR(R21)(r4)
825 ld r22, VCPU_GPR(R22)(r4)
826 ld r23, VCPU_GPR(R23)(r4)
827 ld r24, VCPU_GPR(R24)(r4)
828 ld r25, VCPU_GPR(R25)(r4)
829 ld r26, VCPU_GPR(R26)(r4)
830 ld r27, VCPU_GPR(R27)(r4)
831 ld r28, VCPU_GPR(R28)(r4)
832 ld r29, VCPU_GPR(R29)(r4)
833 ld r30, VCPU_GPR(R30)(r4)
834 ld r31, VCPU_GPR(R31)(r4)
836 /* Switch DSCR to guest value */
841 /* Skip next section on POWER7 */
843 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
844 /* Turn on TM so we can access TFHAR/TFIAR/TEXASR */
847 rldimi r8, r0, MSR_TM_LG, 63-MSR_TM_LG
850 /* Load up POWER8-specific registers */
852 lwz r6, VCPU_PSPB(r4)
858 ld r6, VCPU_DAWRX(r4)
859 ld r7, VCPU_CIABR(r4)
869 ld r8, VCPU_EBBHR(r4)
871 ld r5, VCPU_EBBRR(r4)
872 ld r6, VCPU_BESCR(r4)
873 ld r7, VCPU_CSIGR(r4)
879 ld r5, VCPU_TCSCR(r4)
881 lwz r7, VCPU_GUEST_PID(r4)
890 * Set the decrementer to the guest decrementer.
892 ld r8,VCPU_DEC_EXPIRES(r4)
893 /* r8 is a host timebase value here, convert to guest TB */
894 ld r5,HSTATE_KVM_VCORE(r13)
895 ld r6,VCORE_TB_OFFSET(r5)
902 ld r5, VCPU_SPRG0(r4)
903 ld r6, VCPU_SPRG1(r4)
904 ld r7, VCPU_SPRG2(r4)
905 ld r8, VCPU_SPRG3(r4)
911 /* Load up DAR and DSISR */
913 lwz r6, VCPU_DSISR(r4)
917 /* Restore AMR and UAMOR, set AMOR to all 1s */
925 /* Restore state of CTRL run bit; assume 1 on entry */
933 /* Secondary threads wait for primary to have done partition switch */
934 ld r5, HSTATE_KVM_VCORE(r13)
935 lbz r6, HSTATE_PTID(r13)
938 lbz r0, VCORE_IN_GUEST(r5)
942 20: lwz r3, VCORE_ENTRY_EXIT(r5)
945 lbz r0, VCORE_IN_GUEST(r5)
955 /* Check if HDEC expires soon */
957 cmpwi r3, 512 /* 1 microsecond */
966 kvmppc_cede_reentry: /* r4 = vcpu, r13 = paca */
974 deliver_guest_interrupt:
975 /* r11 = vcpu->arch.msr & ~MSR_HV */
976 rldicl r11, r11, 63 - MSR_HV_LG, 1
977 rotldi r11, r11, 1 + MSR_HV_LG
980 /* Check if we can deliver an external or decrementer interrupt now */
981 ld r0, VCPU_PENDING_EXC(r4)
982 rldicl r0, r0, 64 - BOOK3S_IRQPRIO_EXTERNAL_LEVEL, 63
984 andi. r8, r11, MSR_EE
986 /* Insert EXTERNAL_LEVEL bit into LPCR at the MER bit position */
987 rldimi r8, r0, LPCR_MER_SH, 63 - LPCR_MER_SH
991 li r0, BOOK3S_INTERRUPT_EXTERNAL
995 li r0, BOOK3S_INTERRUPT_DECREMENTER
998 12: mtspr SPRN_SRR0, r10
1000 mtspr SPRN_SRR1, r11
1002 bl kvmppc_msr_interrupt
1008 * R10: value for HSRR0
1009 * R11: value for HSRR1
1014 stb r0,VCPU_CEDED(r4) /* cancel cede */
1015 mtspr SPRN_HSRR0,r10
1016 mtspr SPRN_HSRR1,r11
1018 /* Activate guest mode, so faults get handled by KVM */
1019 li r9, KVM_GUEST_MODE_GUEST_HV
1020 stb r9, HSTATE_IN_GUEST(r13)
1022 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1023 /* Accumulate timing */
1024 addi r3, r4, VCPU_TB_GUEST
1025 bl kvmhv_accumulate_time
1031 ld r5, VCPU_CFAR(r4)
1033 END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
1036 END_FTR_SECTION_IFSET(CPU_FTR_HAS_PPR)
1043 ld r1, VCPU_GPR(R1)(r4)
1044 ld r2, VCPU_GPR(R2)(r4)
1045 ld r3, VCPU_GPR(R3)(r4)
1046 ld r5, VCPU_GPR(R5)(r4)
1047 ld r6, VCPU_GPR(R6)(r4)
1048 ld r7, VCPU_GPR(R7)(r4)
1049 ld r8, VCPU_GPR(R8)(r4)
1050 ld r9, VCPU_GPR(R9)(r4)
1051 ld r10, VCPU_GPR(R10)(r4)
1052 ld r11, VCPU_GPR(R11)(r4)
1053 ld r12, VCPU_GPR(R12)(r4)
1054 ld r13, VCPU_GPR(R13)(r4)
1058 END_FTR_SECTION_IFSET(CPU_FTR_HAS_PPR)
1059 ld r0, VCPU_GPR(R0)(r4)
1060 ld r4, VCPU_GPR(R4)(r4)
1069 stw r12, VCPU_TRAP(r4)
1070 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1071 addi r3, r4, VCPU_TB_RMEXIT
1072 bl kvmhv_accumulate_time
1074 11: b kvmhv_switch_to_host
1081 li r12, BOOK3S_INTERRUPT_HV_DECREMENTER
1082 12: stw r12, VCPU_TRAP(r4)
1084 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1085 addi r3, r4, VCPU_TB_RMEXIT
1086 bl kvmhv_accumulate_time
1090 /******************************************************************************
1094 *****************************************************************************/
1097 * We come here from the first-level interrupt handlers.
1099 .globl kvmppc_interrupt_hv
1100 kvmppc_interrupt_hv:
1102 * Register contents:
1103 * R12 = interrupt vector
1105 * guest CR, R12 saved in shadow VCPU SCRATCH1/0
1106 * guest R13 saved in SPRN_SCRATCH0
1108 std r9, HSTATE_SCRATCH2(r13)
1110 lbz r9, HSTATE_IN_GUEST(r13)
1111 cmpwi r9, KVM_GUEST_MODE_HOST_HV
1112 beq kvmppc_bad_host_intr
1113 #ifdef CONFIG_KVM_BOOK3S_PR_POSSIBLE
1114 cmpwi r9, KVM_GUEST_MODE_GUEST
1115 ld r9, HSTATE_SCRATCH2(r13)
1116 beq kvmppc_interrupt_pr
1118 /* We're now back in the host but in guest MMU context */
1119 li r9, KVM_GUEST_MODE_HOST_HV
1120 stb r9, HSTATE_IN_GUEST(r13)
1122 ld r9, HSTATE_KVM_VCPU(r13)
1124 /* Save registers */
1126 std r0, VCPU_GPR(R0)(r9)
1127 std r1, VCPU_GPR(R1)(r9)
1128 std r2, VCPU_GPR(R2)(r9)
1129 std r3, VCPU_GPR(R3)(r9)
1130 std r4, VCPU_GPR(R4)(r9)
1131 std r5, VCPU_GPR(R5)(r9)
1132 std r6, VCPU_GPR(R6)(r9)
1133 std r7, VCPU_GPR(R7)(r9)
1134 std r8, VCPU_GPR(R8)(r9)
1135 ld r0, HSTATE_SCRATCH2(r13)
1136 std r0, VCPU_GPR(R9)(r9)
1137 std r10, VCPU_GPR(R10)(r9)
1138 std r11, VCPU_GPR(R11)(r9)
1139 ld r3, HSTATE_SCRATCH0(r13)
1140 lwz r4, HSTATE_SCRATCH1(r13)
1141 std r3, VCPU_GPR(R12)(r9)
1144 ld r3, HSTATE_CFAR(r13)
1145 std r3, VCPU_CFAR(r9)
1146 END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
1148 ld r4, HSTATE_PPR(r13)
1149 std r4, VCPU_PPR(r9)
1150 END_FTR_SECTION_IFSET(CPU_FTR_HAS_PPR)
1152 /* Restore R1/R2 so we can handle faults */
1153 ld r1, HSTATE_HOST_R1(r13)
1156 mfspr r10, SPRN_SRR0
1157 mfspr r11, SPRN_SRR1
1158 std r10, VCPU_SRR0(r9)
1159 std r11, VCPU_SRR1(r9)
1160 andi. r0, r12, 2 /* need to read HSRR0/1? */
1162 mfspr r10, SPRN_HSRR0
1163 mfspr r11, SPRN_HSRR1
1165 1: std r10, VCPU_PC(r9)
1166 std r11, VCPU_MSR(r9)
1170 std r3, VCPU_GPR(R13)(r9)
1173 stw r12,VCPU_TRAP(r9)
1175 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1176 addi r3, r9, VCPU_TB_RMINTR
1178 bl kvmhv_accumulate_time
1179 ld r5, VCPU_GPR(R5)(r9)
1180 ld r6, VCPU_GPR(R6)(r9)
1181 ld r7, VCPU_GPR(R7)(r9)
1182 ld r8, VCPU_GPR(R8)(r9)
1185 /* Save HEIR (HV emulation assist reg) in emul_inst
1186 if this is an HEI (HV emulation interrupt, e40) */
1187 li r3,KVM_INST_FETCH_FAILED
1188 stw r3,VCPU_LAST_INST(r9)
1189 cmpwi r12,BOOK3S_INTERRUPT_H_EMUL_ASSIST
1192 11: stw r3,VCPU_HEIR(r9)
1194 /* these are volatile across C function calls */
1197 std r3, VCPU_CTR(r9)
1198 std r4, VCPU_XER(r9)
1200 /* If this is a page table miss then see if it's theirs or ours */
1201 cmpwi r12, BOOK3S_INTERRUPT_H_DATA_STORAGE
1203 cmpwi r12, BOOK3S_INTERRUPT_H_INST_STORAGE
1206 /* See if this is a leftover HDEC interrupt */
1207 cmpwi r12,BOOK3S_INTERRUPT_HV_DECREMENTER
1212 bge fast_guest_return
1214 /* See if this is an hcall we can handle in real mode */
1215 cmpwi r12,BOOK3S_INTERRUPT_SYSCALL
1216 beq hcall_try_real_mode
1218 /* Hypervisor doorbell - exit only if host IPI flag set */
1219 cmpwi r12, BOOK3S_INTERRUPT_H_DOORBELL
1221 lbz r0, HSTATE_HOST_IPI(r13)
1226 /* External interrupt ? */
1227 cmpwi r12, BOOK3S_INTERRUPT_EXTERNAL
1228 bne+ guest_exit_cont
1230 /* External interrupt, first check for host_ipi. If this is
1231 * set, we know the host wants us out so let's do it now
1237 /* Check if any CPU is heading out to the host, if so head out too */
1238 4: ld r5, HSTATE_KVM_VCORE(r13)
1239 lwz r0, VCORE_ENTRY_EXIT(r5)
1242 blt deliver_guest_interrupt
1244 guest_exit_cont: /* r9 = vcpu, r12 = trap, r13 = paca */
1245 /* Save more register state */
1248 std r6, VCPU_DAR(r9)
1249 stw r7, VCPU_DSISR(r9)
1250 /* don't overwrite fault_dar/fault_dsisr if HDSI */
1251 cmpwi r12,BOOK3S_INTERRUPT_H_DATA_STORAGE
1253 std r6, VCPU_FAULT_DAR(r9)
1254 stw r7, VCPU_FAULT_DSISR(r9)
1256 /* See if it is a machine check */
1257 cmpwi r12, BOOK3S_INTERRUPT_MACHINE_CHECK
1258 beq machine_check_realmode
1260 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1261 addi r3, r9, VCPU_TB_RMEXIT
1263 bl kvmhv_accumulate_time
1267 /* Increment exit count, poke other threads to exit */
1268 bl kvmhv_commence_exit
1270 ld r9, HSTATE_KVM_VCPU(r13)
1271 lwz r12, VCPU_TRAP(r9)
1273 /* Stop others sending VCPU interrupts to this physical CPU */
1275 stw r0, VCPU_CPU(r9)
1276 stw r0, VCPU_THREAD_CPU(r9)
1278 /* Save guest CTRL register, set runlatch to 1 */
1280 stw r6,VCPU_CTRL(r9)
1286 /* Read the guest SLB and save it away */
1287 lwz r0,VCPU_SLB_NR(r9) /* number of entries in SLB */
1293 andis. r0,r8,SLB_ESID_V@h
1295 add r8,r8,r6 /* put index in */
1297 std r8,VCPU_SLB_E(r7)
1298 std r3,VCPU_SLB_V(r7)
1299 addi r7,r7,VCPU_SLB_SIZE
1303 stw r5,VCPU_SLB_MAX(r9)
1306 * Save the guest PURR/SPURR
1311 ld r8,VCPU_SPURR(r9)
1312 std r5,VCPU_PURR(r9)
1313 std r6,VCPU_SPURR(r9)
1318 * Restore host PURR/SPURR and add guest times
1319 * so that the time in the guest gets accounted.
1321 ld r3,HSTATE_PURR(r13)
1322 ld r4,HSTATE_SPURR(r13)
1333 /* r5 is a guest timebase value here, convert to host TB */
1334 ld r3,HSTATE_KVM_VCORE(r13)
1335 ld r4,VCORE_TB_OFFSET(r3)
1337 std r5,VCPU_DEC_EXPIRES(r9)
1341 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
1342 /* Save POWER8-specific registers */
1346 std r5, VCPU_IAMR(r9)
1347 stw r6, VCPU_PSPB(r9)
1348 std r7, VCPU_FSCR(r9)
1353 std r6, VCPU_VTB(r9)
1354 std r7, VCPU_TAR(r9)
1355 mfspr r8, SPRN_EBBHR
1356 std r8, VCPU_EBBHR(r9)
1357 mfspr r5, SPRN_EBBRR
1358 mfspr r6, SPRN_BESCR
1359 mfspr r7, SPRN_CSIGR
1361 std r5, VCPU_EBBRR(r9)
1362 std r6, VCPU_BESCR(r9)
1363 std r7, VCPU_CSIGR(r9)
1364 std r8, VCPU_TACR(r9)
1365 mfspr r5, SPRN_TCSCR
1369 std r5, VCPU_TCSCR(r9)
1370 std r6, VCPU_ACOP(r9)
1371 stw r7, VCPU_GUEST_PID(r9)
1372 std r8, VCPU_WORT(r9)
1375 /* Save and reset AMR and UAMOR before turning on the MMU */
1379 std r6,VCPU_UAMOR(r9)
1383 /* Switch DSCR back to host value */
1385 ld r7, HSTATE_DSCR(r13)
1386 std r8, VCPU_DSCR(r9)
1389 /* Save non-volatile GPRs */
1390 std r14, VCPU_GPR(R14)(r9)
1391 std r15, VCPU_GPR(R15)(r9)
1392 std r16, VCPU_GPR(R16)(r9)
1393 std r17, VCPU_GPR(R17)(r9)
1394 std r18, VCPU_GPR(R18)(r9)
1395 std r19, VCPU_GPR(R19)(r9)
1396 std r20, VCPU_GPR(R20)(r9)
1397 std r21, VCPU_GPR(R21)(r9)
1398 std r22, VCPU_GPR(R22)(r9)
1399 std r23, VCPU_GPR(R23)(r9)
1400 std r24, VCPU_GPR(R24)(r9)
1401 std r25, VCPU_GPR(R25)(r9)
1402 std r26, VCPU_GPR(R26)(r9)
1403 std r27, VCPU_GPR(R27)(r9)
1404 std r28, VCPU_GPR(R28)(r9)
1405 std r29, VCPU_GPR(R29)(r9)
1406 std r30, VCPU_GPR(R30)(r9)
1407 std r31, VCPU_GPR(R31)(r9)
1410 mfspr r3, SPRN_SPRG0
1411 mfspr r4, SPRN_SPRG1
1412 mfspr r5, SPRN_SPRG2
1413 mfspr r6, SPRN_SPRG3
1414 std r3, VCPU_SPRG0(r9)
1415 std r4, VCPU_SPRG1(r9)
1416 std r5, VCPU_SPRG2(r9)
1417 std r6, VCPU_SPRG3(r9)
1423 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1426 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
1430 rldimi r8, r0, MSR_TM_LG, 63-MSR_TM_LG
1434 rldicl. r5, r5, 64 - MSR_TS_S_LG, 62
1435 beq 1f /* TM not active in guest. */
1437 li r3, TM_CAUSE_KVM_RESCHED
1439 /* Clear the MSR RI since r1, r13 are all going to be foobar. */
1443 /* All GPRs are volatile at this point. */
1446 /* Temporarily store r13 and r9 so we have some regs to play with */
1449 std r9, PACATMSCRATCH(r13)
1450 ld r9, HSTATE_KVM_VCPU(r13)
1452 /* Get a few more GPRs free. */
1453 std r29, VCPU_GPRS_TM(29)(r9)
1454 std r30, VCPU_GPRS_TM(30)(r9)
1455 std r31, VCPU_GPRS_TM(31)(r9)
1457 /* Save away PPR and DSCR soon so don't run with user values. */
1460 mfspr r30, SPRN_DSCR
1461 ld r29, HSTATE_DSCR(r13)
1462 mtspr SPRN_DSCR, r29
1464 /* Save all but r9, r13 & r29-r31 */
1467 .if (reg != 9) && (reg != 13)
1468 std reg, VCPU_GPRS_TM(reg)(r9)
1472 /* ... now save r13 */
1474 std r4, VCPU_GPRS_TM(13)(r9)
1475 /* ... and save r9 */
1476 ld r4, PACATMSCRATCH(r13)
1477 std r4, VCPU_GPRS_TM(9)(r9)
1479 /* Reload stack pointer and TOC. */
1480 ld r1, HSTATE_HOST_R1(r13)
1483 /* Set MSR RI now we have r1 and r13 back. */
1487 /* Save away checkpinted SPRs. */
1488 std r31, VCPU_PPR_TM(r9)
1489 std r30, VCPU_DSCR_TM(r9)
1495 std r5, VCPU_LR_TM(r9)
1496 stw r6, VCPU_CR_TM(r9)
1497 std r7, VCPU_CTR_TM(r9)
1498 std r8, VCPU_AMR_TM(r9)
1499 std r10, VCPU_TAR_TM(r9)
1501 /* Restore r12 as trap number. */
1502 lwz r12, VCPU_TRAP(r9)
1505 addi r3, r9, VCPU_FPRS_TM
1507 addi r3, r9, VCPU_VRS_TM
1509 mfspr r6, SPRN_VRSAVE
1510 stw r6, VCPU_VRSAVE_TM(r9)
1513 * We need to save these SPRs after the treclaim so that the software
1514 * error code is recorded correctly in the TEXASR. Also the user may
1515 * change these outside of a transaction, so they must always be
1518 mfspr r5, SPRN_TFHAR
1519 mfspr r6, SPRN_TFIAR
1520 mfspr r7, SPRN_TEXASR
1521 std r5, VCPU_TFHAR(r9)
1522 std r6, VCPU_TFIAR(r9)
1523 std r7, VCPU_TEXASR(r9)
1527 /* Increment yield count if they have a VPA */
1528 ld r8, VCPU_VPA(r9) /* do they have a VPA? */
1531 li r4, LPPACA_YIELDCOUNT
1536 stb r3, VCPU_VPA_DIRTY(r9)
1538 /* Save PMU registers if requested */
1539 /* r8 and cr0.eq are live here */
1542 * POWER8 seems to have a hardware bug where setting
1543 * MMCR0[PMAE] along with MMCR0[PMC1CE] and/or MMCR0[PMCjCE]
1544 * when some counters are already negative doesn't seem
1545 * to cause a performance monitor alert (and hence interrupt).
1546 * The effect of this is that when saving the PMU state,
1547 * if there is no PMU alert pending when we read MMCR0
1548 * before freezing the counters, but one becomes pending
1549 * before we read the counters, we lose it.
1550 * To work around this, we need a way to freeze the counters
1551 * before reading MMCR0. Normally, freezing the counters
1552 * is done by writing MMCR0 (to set MMCR0[FC]) which
1553 * unavoidably writes MMCR0[PMA0] as well. On POWER8,
1554 * we can also freeze the counters using MMCR2, by writing
1555 * 1s to all the counter freeze condition bits (there are
1556 * 9 bits each for 6 counters).
1558 li r3, -1 /* set all freeze bits */
1560 mfspr r10, SPRN_MMCR2
1561 mtspr SPRN_MMCR2, r3
1563 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
1565 sldi r3, r3, 31 /* MMCR0_FC (freeze counters) bit */
1566 mfspr r4, SPRN_MMCR0 /* save MMCR0 */
1567 mtspr SPRN_MMCR0, r3 /* freeze all counters, disable ints */
1568 mfspr r6, SPRN_MMCRA
1569 /* Clear MMCRA in order to disable SDAR updates */
1571 mtspr SPRN_MMCRA, r7
1573 beq 21f /* if no VPA, save PMU stuff anyway */
1574 lbz r7, LPPACA_PMCINUSE(r8)
1575 cmpwi r7, 0 /* did they ask for PMU stuff to be saved? */
1577 std r3, VCPU_MMCR(r9) /* if not, set saved MMCR0 to FC */
1579 21: mfspr r5, SPRN_MMCR1
1582 std r4, VCPU_MMCR(r9)
1583 std r5, VCPU_MMCR + 8(r9)
1584 std r6, VCPU_MMCR + 16(r9)
1586 std r10, VCPU_MMCR + 24(r9)
1587 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
1588 std r7, VCPU_SIAR(r9)
1589 std r8, VCPU_SDAR(r9)
1596 stw r3, VCPU_PMC(r9)
1597 stw r4, VCPU_PMC + 4(r9)
1598 stw r5, VCPU_PMC + 8(r9)
1599 stw r6, VCPU_PMC + 12(r9)
1600 stw r7, VCPU_PMC + 16(r9)
1601 stw r8, VCPU_PMC + 20(r9)
1604 mfspr r6, SPRN_SPMC1
1605 mfspr r7, SPRN_SPMC2
1606 mfspr r8, SPRN_MMCRS
1607 std r5, VCPU_SIER(r9)
1608 stw r6, VCPU_PMC + 24(r9)
1609 stw r7, VCPU_PMC + 28(r9)
1610 std r8, VCPU_MMCR + 32(r9)
1612 mtspr SPRN_MMCRS, r4
1613 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
1622 * POWER7/POWER8 guest -> host partition switch code.
1623 * We don't have to lock against tlbies but we do
1624 * have to coordinate the hardware threads.
1626 kvmhv_switch_to_host:
1627 /* Secondary threads wait for primary to do partition switch */
1628 ld r5,HSTATE_KVM_VCORE(r13)
1629 ld r4,VCORE_KVM(r5) /* pointer to struct kvm */
1630 lbz r3,HSTATE_PTID(r13)
1634 13: lbz r3,VCORE_IN_GUEST(r5)
1640 /* Primary thread waits for all the secondaries to exit guest */
1641 15: lwz r3,VCORE_ENTRY_EXIT(r5)
1642 rlwinm r0,r3,32-8,0xff
1648 /* Did we actually switch to the guest at all? */
1649 lbz r6, VCORE_IN_GUEST(r5)
1653 /* Primary thread switches back to host partition */
1654 ld r6,KVM_HOST_SDR1(r4)
1655 lwz r7,KVM_HOST_LPID(r4)
1656 li r8,LPID_RSVD /* switch to reserved LPID */
1659 mtspr SPRN_SDR1,r6 /* switch to partition page table */
1664 /* DPDES is shared between threads */
1665 mfspr r7, SPRN_DPDES
1666 std r7, VCORE_DPDES(r5)
1667 /* clear DPDES so we don't get guest doorbells in the host */
1669 mtspr SPRN_DPDES, r8
1670 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
1672 /* Subtract timebase offset from timebase */
1673 ld r8,VCORE_TB_OFFSET(r5)
1676 mftb r6 /* current guest timebase */
1678 mtspr SPRN_TBU40,r8 /* update upper 40 bits */
1679 mftb r7 /* check if lower 24 bits overflowed */
1684 addis r8,r8,0x100 /* if so, increment upper 40 bits */
1688 17: ld r0, VCORE_PCR(r5)
1694 /* Signal secondary CPUs to continue */
1695 stb r0,VCORE_IN_GUEST(r5)
1696 19: lis r8,0x7fff /* MAX_INT@h */
1699 16: ld r8,KVM_HOST_LPCR(r4)
1703 /* load host SLB entries */
1704 ld r8,PACA_SLBSHADOWPTR(r13)
1706 .rept SLB_NUM_BOLTED
1707 li r3, SLBSHADOW_SAVEAREA
1711 andis. r7,r5,SLB_ESID_V@h
1717 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1718 /* Finish timing, if we have a vcpu */
1719 ld r4, HSTATE_KVM_VCPU(r13)
1723 bl kvmhv_accumulate_time
1726 /* Unset guest mode */
1727 li r0, KVM_GUEST_MODE_NONE
1728 stb r0, HSTATE_IN_GUEST(r13)
1730 ld r0, 112+PPC_LR_STKOFF(r1)
1736 * Check whether an HDSI is an HPTE not found fault or something else.
1737 * If it is an HPTE not found fault that is due to the guest accessing
1738 * a page that they have mapped but which we have paged out, then
1739 * we continue on with the guest exit path. In all other cases,
1740 * reflect the HDSI to the guest as a DSI.
1744 mfspr r6, SPRN_HDSISR
1745 /* HPTE not found fault or protection fault? */
1746 andis. r0, r6, (DSISR_NOHPTE | DSISR_PROTFAULT)@h
1747 beq 1f /* if not, send it to the guest */
1748 andi. r0, r11, MSR_DR /* data relocation enabled? */
1751 PPC_SLBFEE_DOT(R5, R0) /* if so, look up SLB */
1752 li r0, BOOK3S_INTERRUPT_DATA_SEGMENT
1753 bne 7f /* if no SLB entry found */
1754 4: std r4, VCPU_FAULT_DAR(r9)
1755 stw r6, VCPU_FAULT_DSISR(r9)
1757 /* Search the hash table. */
1758 mr r3, r9 /* vcpu pointer */
1759 li r7, 1 /* data fault */
1760 bl kvmppc_hpte_hv_fault
1761 ld r9, HSTATE_KVM_VCPU(r13)
1763 ld r11, VCPU_MSR(r9)
1764 li r12, BOOK3S_INTERRUPT_H_DATA_STORAGE
1765 cmpdi r3, 0 /* retry the instruction */
1767 cmpdi r3, -1 /* handle in kernel mode */
1769 cmpdi r3, -2 /* MMIO emulation; need instr word */
1772 /* Synthesize a DSI (or DSegI) for the guest */
1773 ld r4, VCPU_FAULT_DAR(r9)
1775 1: li r0, BOOK3S_INTERRUPT_DATA_STORAGE
1776 mtspr SPRN_DSISR, r6
1777 7: mtspr SPRN_DAR, r4
1778 mtspr SPRN_SRR0, r10
1779 mtspr SPRN_SRR1, r11
1781 bl kvmppc_msr_interrupt
1782 fast_interrupt_c_return:
1783 6: ld r7, VCPU_CTR(r9)
1790 3: ld r5, VCPU_KVM(r9) /* not relocated, use VRMA */
1791 ld r5, KVM_VRMA_SLB_V(r5)
1794 /* If this is for emulated MMIO, load the instruction word */
1795 2: li r8, KVM_INST_FETCH_FAILED /* In case lwz faults */
1797 /* Set guest mode to 'jump over instruction' so if lwz faults
1798 * we'll just continue at the next IP. */
1799 li r0, KVM_GUEST_MODE_SKIP
1800 stb r0, HSTATE_IN_GUEST(r13)
1802 /* Do the access with MSR:DR enabled */
1804 ori r4, r3, MSR_DR /* Enable paging for data */
1809 /* Store the result */
1810 stw r8, VCPU_LAST_INST(r9)
1812 /* Unset guest mode. */
1813 li r0, KVM_GUEST_MODE_HOST_HV
1814 stb r0, HSTATE_IN_GUEST(r13)
1818 * Similarly for an HISI, reflect it to the guest as an ISI unless
1819 * it is an HPTE not found fault for a page that we have paged out.
1822 andis. r0, r11, SRR1_ISI_NOPT@h
1824 andi. r0, r11, MSR_IR /* instruction relocation enabled? */
1827 PPC_SLBFEE_DOT(R5, R0) /* if so, look up SLB */
1828 li r0, BOOK3S_INTERRUPT_INST_SEGMENT
1829 bne 7f /* if no SLB entry found */
1831 /* Search the hash table. */
1832 mr r3, r9 /* vcpu pointer */
1835 li r7, 0 /* instruction fault */
1836 bl kvmppc_hpte_hv_fault
1837 ld r9, HSTATE_KVM_VCPU(r13)
1839 ld r11, VCPU_MSR(r9)
1840 li r12, BOOK3S_INTERRUPT_H_INST_STORAGE
1841 cmpdi r3, 0 /* retry the instruction */
1842 beq fast_interrupt_c_return
1843 cmpdi r3, -1 /* handle in kernel mode */
1846 /* Synthesize an ISI (or ISegI) for the guest */
1848 1: li r0, BOOK3S_INTERRUPT_INST_STORAGE
1849 7: mtspr SPRN_SRR0, r10
1850 mtspr SPRN_SRR1, r11
1852 bl kvmppc_msr_interrupt
1853 b fast_interrupt_c_return
1855 3: ld r6, VCPU_KVM(r9) /* not relocated, use VRMA */
1856 ld r5, KVM_VRMA_SLB_V(r6)
1860 * Try to handle an hcall in real mode.
1861 * Returns to the guest if we handle it, or continues on up to
1862 * the kernel if we can't (i.e. if we don't have a handler for
1863 * it, or if the handler returns H_TOO_HARD).
1865 * r5 - r8 contain hcall args,
1866 * r9 = vcpu, r10 = pc, r11 = msr, r12 = trap, r13 = paca
1868 hcall_try_real_mode:
1869 ld r3,VCPU_GPR(R3)(r9)
1871 /* sc 1 from userspace - reflect to guest syscall */
1872 bne sc_1_fast_return
1874 cmpldi r3,hcall_real_table_end - hcall_real_table
1876 /* See if this hcall is enabled for in-kernel handling */
1878 srdi r0, r3, 8 /* r0 = (r3 / 4) >> 6 */
1879 sldi r0, r0, 3 /* index into kvm->arch.enabled_hcalls[] */
1881 ld r0, KVM_ENABLED_HCALLS(r4)
1882 rlwinm r4, r3, 32-2, 0x3f /* r4 = (r3 / 4) & 0x3f */
1886 /* Get pointer to handler, if any, and call it */
1887 LOAD_REG_ADDR(r4, hcall_real_table)
1893 mr r3,r9 /* get vcpu pointer */
1894 ld r4,VCPU_GPR(R4)(r9)
1897 beq hcall_real_fallback
1898 ld r4,HSTATE_KVM_VCPU(r13)
1899 std r3,VCPU_GPR(R3)(r4)
1907 li r10, BOOK3S_INTERRUPT_SYSCALL
1908 bl kvmppc_msr_interrupt
1912 /* We've attempted a real mode hcall, but it's punted it back
1913 * to userspace. We need to restore some clobbered volatiles
1914 * before resuming the pass-it-to-qemu path */
1915 hcall_real_fallback:
1916 li r12,BOOK3S_INTERRUPT_SYSCALL
1917 ld r9, HSTATE_KVM_VCPU(r13)
1921 .globl hcall_real_table
1923 .long 0 /* 0 - unused */
1924 .long DOTSYM(kvmppc_h_remove) - hcall_real_table
1925 .long DOTSYM(kvmppc_h_enter) - hcall_real_table
1926 .long DOTSYM(kvmppc_h_read) - hcall_real_table
1927 .long DOTSYM(kvmppc_h_clear_mod) - hcall_real_table
1928 .long DOTSYM(kvmppc_h_clear_ref) - hcall_real_table
1929 .long DOTSYM(kvmppc_h_protect) - hcall_real_table
1930 .long DOTSYM(kvmppc_h_get_tce) - hcall_real_table
1931 .long DOTSYM(kvmppc_h_put_tce) - hcall_real_table
1932 .long 0 /* 0x24 - H_SET_SPRG0 */
1933 .long DOTSYM(kvmppc_h_set_dabr) - hcall_real_table
1948 #ifdef CONFIG_KVM_XICS
1949 .long DOTSYM(kvmppc_rm_h_eoi) - hcall_real_table
1950 .long DOTSYM(kvmppc_rm_h_cppr) - hcall_real_table
1951 .long DOTSYM(kvmppc_rm_h_ipi) - hcall_real_table
1952 .long 0 /* 0x70 - H_IPOLL */
1953 .long DOTSYM(kvmppc_rm_h_xirr) - hcall_real_table
1955 .long 0 /* 0x64 - H_EOI */
1956 .long 0 /* 0x68 - H_CPPR */
1957 .long 0 /* 0x6c - H_IPI */
1958 .long 0 /* 0x70 - H_IPOLL */
1959 .long 0 /* 0x74 - H_XIRR */
1987 .long DOTSYM(kvmppc_h_cede) - hcall_real_table
1988 .long DOTSYM(kvmppc_rm_h_confer) - hcall_real_table
2004 .long DOTSYM(kvmppc_h_bulk_remove) - hcall_real_table
2008 .long DOTSYM(kvmppc_h_set_xdabr) - hcall_real_table
2123 .long DOTSYM(kvmppc_h_random) - hcall_real_table
2124 .globl hcall_real_table_end
2125 hcall_real_table_end:
2127 _GLOBAL(kvmppc_h_set_xdabr)
2128 andi. r0, r5, DABRX_USER | DABRX_KERNEL
2130 li r0, DABRX_USER | DABRX_KERNEL | DABRX_BTI
2133 6: li r3, H_PARAMETER
2136 _GLOBAL(kvmppc_h_set_dabr)
2137 li r5, DABRX_USER | DABRX_KERNEL
2141 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
2142 std r4,VCPU_DABR(r3)
2143 stw r5, VCPU_DABRX(r3)
2144 mtspr SPRN_DABRX, r5
2145 /* Work around P7 bug where DABR can get corrupted on mtspr */
2146 1: mtspr SPRN_DABR,r4
2154 /* Emulate H_SET_DABR/X on P8 for the sake of compat mode guests */
2155 2: rlwimi r5, r4, 5, DAWRX_DR | DAWRX_DW
2156 rlwimi r5, r4, 1, DAWRX_WT
2158 std r4, VCPU_DAWR(r3)
2159 std r5, VCPU_DAWRX(r3)
2161 mtspr SPRN_DAWRX, r5
2165 _GLOBAL(kvmppc_h_cede) /* r3 = vcpu pointer, r11 = msr, r13 = paca */
2167 std r11,VCPU_MSR(r3)
2169 stb r0,VCPU_CEDED(r3)
2170 sync /* order setting ceded vs. testing prodded */
2171 lbz r5,VCPU_PRODDED(r3)
2173 bne kvm_cede_prodded
2174 li r12,0 /* set trap to 0 to say hcall is handled */
2175 stw r12,VCPU_TRAP(r3)
2177 std r0,VCPU_GPR(R3)(r3)
2180 * Set our bit in the bitmask of napping threads unless all the
2181 * other threads are already napping, in which case we send this
2184 ld r5,HSTATE_KVM_VCORE(r13)
2185 lbz r6,HSTATE_PTID(r13)
2186 lwz r8,VCORE_ENTRY_EXIT(r5)
2190 addi r6,r5,VCORE_NAPPING_THREADS
2197 /* order napping_threads update vs testing entry_exit_map */
2200 stb r0,HSTATE_NAPPING(r13)
2201 lwz r7,VCORE_ENTRY_EXIT(r5)
2203 bge 33f /* another thread already exiting */
2206 * Although not specifically required by the architecture, POWER7
2207 * preserves the following registers in nap mode, even if an SMT mode
2208 * switch occurs: SLB entries, PURR, SPURR, AMOR, UAMOR, AMR, SPRG0-3,
2209 * DAR, DSISR, DABR, DABRX, DSCR, PMCx, MMCRx, SIAR, SDAR.
2211 /* Save non-volatile GPRs */
2212 std r14, VCPU_GPR(R14)(r3)
2213 std r15, VCPU_GPR(R15)(r3)
2214 std r16, VCPU_GPR(R16)(r3)
2215 std r17, VCPU_GPR(R17)(r3)
2216 std r18, VCPU_GPR(R18)(r3)
2217 std r19, VCPU_GPR(R19)(r3)
2218 std r20, VCPU_GPR(R20)(r3)
2219 std r21, VCPU_GPR(R21)(r3)
2220 std r22, VCPU_GPR(R22)(r3)
2221 std r23, VCPU_GPR(R23)(r3)
2222 std r24, VCPU_GPR(R24)(r3)
2223 std r25, VCPU_GPR(R25)(r3)
2224 std r26, VCPU_GPR(R26)(r3)
2225 std r27, VCPU_GPR(R27)(r3)
2226 std r28, VCPU_GPR(R28)(r3)
2227 std r29, VCPU_GPR(R29)(r3)
2228 std r30, VCPU_GPR(R30)(r3)
2229 std r31, VCPU_GPR(R31)(r3)
2235 * Set DEC to the smaller of DEC and HDEC, so that we wake
2236 * no later than the end of our timeslice (HDEC interrupts
2237 * don't wake us from nap).
2246 /* save expiry time of guest decrementer */
2249 ld r4, HSTATE_KVM_VCPU(r13)
2250 ld r5, HSTATE_KVM_VCORE(r13)
2251 ld r6, VCORE_TB_OFFSET(r5)
2252 subf r3, r6, r3 /* convert to host TB value */
2253 std r3, VCPU_DEC_EXPIRES(r4)
2255 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
2256 ld r4, HSTATE_KVM_VCPU(r13)
2257 addi r3, r4, VCPU_TB_CEDE
2258 bl kvmhv_accumulate_time
2261 lis r3, LPCR_PECEDP@h /* Do wake on privileged doorbell */
2264 * Take a nap until a decrementer or external or doobell interrupt
2265 * occurs, with PECE1 and PECE0 set in LPCR.
2266 * On POWER8, set PECEDH, and if we are ceding, also set PECEDP.
2267 * Also clear the runlatch bit before napping.
2270 mfspr r0, SPRN_CTRLF
2272 mtspr SPRN_CTRLT, r0
2275 stb r0,HSTATE_HWTHREAD_REQ(r13)
2277 ori r5,r5,LPCR_PECE0 | LPCR_PECE1
2279 ori r5, r5, LPCR_PECEDH
2280 rlwimi r5, r3, 0, LPCR_PECEDP
2281 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
2285 std r0, HSTATE_SCRATCH0(r13)
2287 ld r0, HSTATE_SCRATCH0(r13)
2299 /* get vcpu pointer */
2300 ld r4, HSTATE_KVM_VCPU(r13)
2302 /* Woken by external or decrementer interrupt */
2303 ld r1, HSTATE_HOST_R1(r13)
2305 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
2306 addi r3, r4, VCPU_TB_RMINTR
2307 bl kvmhv_accumulate_time
2310 /* load up FP state */
2313 /* Restore guest decrementer */
2314 ld r3, VCPU_DEC_EXPIRES(r4)
2315 ld r5, HSTATE_KVM_VCORE(r13)
2316 ld r6, VCORE_TB_OFFSET(r5)
2317 add r3, r3, r6 /* convert host TB to guest TB value */
2323 ld r14, VCPU_GPR(R14)(r4)
2324 ld r15, VCPU_GPR(R15)(r4)
2325 ld r16, VCPU_GPR(R16)(r4)
2326 ld r17, VCPU_GPR(R17)(r4)
2327 ld r18, VCPU_GPR(R18)(r4)
2328 ld r19, VCPU_GPR(R19)(r4)
2329 ld r20, VCPU_GPR(R20)(r4)
2330 ld r21, VCPU_GPR(R21)(r4)
2331 ld r22, VCPU_GPR(R22)(r4)
2332 ld r23, VCPU_GPR(R23)(r4)
2333 ld r24, VCPU_GPR(R24)(r4)
2334 ld r25, VCPU_GPR(R25)(r4)
2335 ld r26, VCPU_GPR(R26)(r4)
2336 ld r27, VCPU_GPR(R27)(r4)
2337 ld r28, VCPU_GPR(R28)(r4)
2338 ld r29, VCPU_GPR(R29)(r4)
2339 ld r30, VCPU_GPR(R30)(r4)
2340 ld r31, VCPU_GPR(R31)(r4)
2342 /* Check the wake reason in SRR1 to see why we got here */
2343 bl kvmppc_check_wake_reason
2345 /* clear our bit in vcore->napping_threads */
2346 34: ld r5,HSTATE_KVM_VCORE(r13)
2347 lbz r7,HSTATE_PTID(r13)
2350 addi r6,r5,VCORE_NAPPING_THREADS
2356 stb r0,HSTATE_NAPPING(r13)
2358 /* See if the wake reason means we need to exit */
2359 stw r12, VCPU_TRAP(r4)
2364 /* see if any other thread is already exiting */
2365 lwz r0,VCORE_ENTRY_EXIT(r5)
2369 b kvmppc_cede_reentry /* if not go back to guest */
2371 /* cede when already previously prodded case */
2374 stb r0,VCPU_PRODDED(r3)
2375 sync /* order testing prodded vs. clearing ceded */
2376 stb r0,VCPU_CEDED(r3)
2380 /* we've ceded but we want to give control to the host */
2382 ld r9, HSTATE_KVM_VCPU(r13)
2385 /* Try to handle a machine check in real mode */
2386 machine_check_realmode:
2387 mr r3, r9 /* get vcpu pointer */
2388 bl kvmppc_realmode_machine_check
2390 ld r9, HSTATE_KVM_VCPU(r13)
2391 li r12, BOOK3S_INTERRUPT_MACHINE_CHECK
2393 * Deliver unhandled/fatal (e.g. UE) MCE errors to guest through
2394 * machine check interrupt (set HSRR0 to 0x200). And for handled
2395 * errors (no-fatal), just go back to guest execution with current
2396 * HSRR0 instead of exiting guest. This new approach will inject
2397 * machine check to guest for fatal error causing guest to crash.
2399 * The old code used to return to host for unhandled errors which
2400 * was causing guest to hang with soft lockups inside guest and
2401 * makes it difficult to recover guest instance.
2403 * if we receive machine check with MSR(RI=0) then deliver it to
2404 * guest as machine check causing guest to crash.
2406 ld r11, VCPU_MSR(r9)
2407 andi. r10, r11, MSR_RI /* check for unrecoverable exception */
2408 beq 1f /* Deliver a machine check to guest */
2410 cmpdi r3, 0 /* Did we handle MCE ? */
2411 bne 2f /* Continue guest execution. */
2412 /* If not, deliver a machine check. SRR0/1 are already set */
2413 1: li r10, BOOK3S_INTERRUPT_MACHINE_CHECK
2414 bl kvmppc_msr_interrupt
2415 2: b fast_interrupt_c_return
2418 * Check the reason we woke from nap, and take appropriate action.
2420 * 0 if nothing needs to be done
2421 * 1 if something happened that needs to be handled by the host
2422 * -1 if there was a guest wakeup (IPI or msgsnd)
2424 * Also sets r12 to the interrupt vector for any interrupt that needs
2425 * to be handled now by the host (0x500 for external interrupt), or zero.
2426 * Modifies r0, r6, r7, r8.
2428 kvmppc_check_wake_reason:
2431 rlwinm r6, r6, 45-31, 0xf /* extract wake reason field (P8) */
2433 rlwinm r6, r6, 45-31, 0xe /* P7 wake reason field is 3 bits */
2434 ALT_FTR_SECTION_END_IFSET(CPU_FTR_ARCH_207S)
2435 cmpwi r6, 8 /* was it an external interrupt? */
2436 li r12, BOOK3S_INTERRUPT_EXTERNAL
2437 beq kvmppc_read_intr /* if so, see what it was */
2440 cmpwi r6, 6 /* was it the decrementer? */
2443 cmpwi r6, 5 /* privileged doorbell? */
2445 cmpwi r6, 3 /* hypervisor doorbell? */
2447 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
2448 li r3, 1 /* anything else, return 1 */
2451 /* hypervisor doorbell */
2452 3: li r12, BOOK3S_INTERRUPT_H_DOORBELL
2455 * Clear the doorbell as we will invoke the handler
2456 * explicitly in the guest exit path.
2458 lis r6, (PPC_DBELL_SERVER << (63-36))@h
2460 /* see if it's a host IPI */
2462 lbz r0, HSTATE_HOST_IPI(r13)
2465 /* if not, return -1 */
2470 * Determine what sort of external interrupt is pending (if any).
2472 * 0 if no interrupt is pending
2473 * 1 if an interrupt is pending that needs to be handled by the host
2474 * -1 if there was a guest wakeup IPI (which has now been cleared)
2475 * Modifies r0, r6, r7, r8, returns value in r3.
2478 /* see if a host IPI is pending */
2480 lbz r0, HSTATE_HOST_IPI(r13)
2484 /* Now read the interrupt from the ICP */
2485 ld r6, HSTATE_XICS_PHYS(r13)
2491 * Save XIRR for later. Since we get in in reverse endian on LE
2492 * systems, save it byte reversed and fetch it back in host endian.
2494 li r3, HSTATE_SAVED_XIRR
2496 #ifdef __LITTLE_ENDIAN__
2497 lwz r3, HSTATE_SAVED_XIRR(r13)
2501 rlwinm. r3, r3, 0, 0xffffff
2503 beq 1f /* if nothing pending in the ICP */
2505 /* We found something in the ICP...
2507 * If it's not an IPI, stash it in the PACA and return to
2508 * the host, we don't (yet) handle directing real external
2509 * interrupts directly to the guest
2511 cmpwi r3, XICS_IPI /* if there is, is it an IPI? */
2514 /* It's an IPI, clear the MFRR and EOI it */
2517 stbcix r3, r6, r8 /* clear the IPI */
2518 stwcix r0, r6, r7 /* EOI it */
2521 /* We need to re-check host IPI now in case it got set in the
2522 * meantime. If it's clear, we bounce the interrupt to the
2525 lbz r0, HSTATE_HOST_IPI(r13)
2529 /* OK, it's an IPI for us */
2534 42: /* It's not an IPI and it's for the host. We saved a copy of XIRR in
2535 * the PACA earlier, it will be picked up by the host ICP driver
2540 43: /* We raced with the host, we need to resend that IPI, bummer */
2542 stbcix r0, r6, r8 /* set the IPI */
2548 * Save away FP, VMX and VSX registers.
2550 * N.B. r30 and r31 are volatile across this function,
2551 * thus it is not callable from C.
2558 #ifdef CONFIG_ALTIVEC
2560 oris r8,r8,MSR_VEC@h
2561 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2565 oris r8,r8,MSR_VSX@h
2566 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
2569 addi r3,r3,VCPU_FPRS
2571 #ifdef CONFIG_ALTIVEC
2573 addi r3,r31,VCPU_VRS
2575 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2577 mfspr r6,SPRN_VRSAVE
2578 stw r6,VCPU_VRSAVE(r31)
2583 * Load up FP, VMX and VSX registers
2585 * N.B. r30 and r31 are volatile across this function,
2586 * thus it is not callable from C.
2593 #ifdef CONFIG_ALTIVEC
2595 oris r8,r8,MSR_VEC@h
2596 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2600 oris r8,r8,MSR_VSX@h
2601 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
2604 addi r3,r4,VCPU_FPRS
2606 #ifdef CONFIG_ALTIVEC
2608 addi r3,r31,VCPU_VRS
2610 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2612 lwz r7,VCPU_VRSAVE(r31)
2613 mtspr SPRN_VRSAVE,r7
2619 * We come here if we get any exception or interrupt while we are
2620 * executing host real mode code while in guest MMU context.
2621 * For now just spin, but we should do something better.
2623 kvmppc_bad_host_intr:
2627 * This mimics the MSR transition on IRQ delivery. The new guest MSR is taken
2628 * from VCPU_INTR_MSR and is modified based on the required TM state changes.
2629 * r11 has the guest MSR value (in/out)
2630 * r9 has a vcpu pointer (in)
2631 * r0 is used as a scratch register
2633 kvmppc_msr_interrupt:
2634 rldicl r0, r11, 64 - MSR_TS_S_LG, 62
2635 cmpwi r0, 2 /* Check if we are in transactional state.. */
2636 ld r11, VCPU_INTR_MSR(r9)
2638 /* ... if transactional, change to suspended */
2640 1: rldimi r11, r0, MSR_TS_S_LG, 63 - MSR_TS_T_LG
2644 * This works around a hardware bug on POWER8E processors, where
2645 * writing a 1 to the MMCR0[PMAO] bit doesn't generate a
2646 * performance monitor interrupt. Instead, when we need to have
2647 * an interrupt pending, we have to arrange for a counter to overflow.
2651 mtspr SPRN_MMCR2, r3
2652 lis r3, (MMCR0_PMXE | MMCR0_FCECE)@h
2653 ori r3, r3, MMCR0_PMCjCE | MMCR0_C56RUN
2654 mtspr SPRN_MMCR0, r3
2661 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
2663 * Start timing an activity
2664 * r3 = pointer to time accumulation struct, r4 = vcpu
2667 ld r5, HSTATE_KVM_VCORE(r13)
2668 lbz r6, VCORE_IN_GUEST(r5)
2670 beq 5f /* if in guest, need to */
2671 ld r6, VCORE_TB_OFFSET(r5) /* subtract timebase offset */
2674 std r3, VCPU_CUR_ACTIVITY(r4)
2675 std r5, VCPU_ACTIVITY_START(r4)
2679 * Accumulate time to one activity and start another.
2680 * r3 = pointer to new time accumulation struct, r4 = vcpu
2682 kvmhv_accumulate_time:
2683 ld r5, HSTATE_KVM_VCORE(r13)
2684 lbz r8, VCORE_IN_GUEST(r5)
2686 beq 4f /* if in guest, need to */
2687 ld r8, VCORE_TB_OFFSET(r5) /* subtract timebase offset */
2688 4: ld r5, VCPU_CUR_ACTIVITY(r4)
2689 ld r6, VCPU_ACTIVITY_START(r4)
2690 std r3, VCPU_CUR_ACTIVITY(r4)
2693 std r7, VCPU_ACTIVITY_START(r4)
2697 ld r8, TAS_SEQCOUNT(r5)
2700 std r8, TAS_SEQCOUNT(r5)
2702 ld r7, TAS_TOTAL(r5)
2704 std r7, TAS_TOTAL(r5)
2710 3: std r3, TAS_MIN(r5)
2716 std r8, TAS_SEQCOUNT(r5)