blob: 9963f65c212b8cad5a348830651df52b2b7e0c0f [file] [log] [blame]
Paul Mackerrasde56a942011-06-29 00:21:34 +00001/*
2 * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
3 * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved.
4 *
5 * Authors:
6 * Paul Mackerras <paulus@au1.ibm.com>
7 * Alexander Graf <agraf@suse.de>
8 * Kevin Wolf <mail@kevin-wolf.de>
9 *
10 * Description: KVM functions specific to running on Book 3S
11 * processors in hypervisor mode (specifically POWER7 and later).
12 *
13 * This file is derived from arch/powerpc/kvm/book3s.c,
14 * by Alexander Graf <agraf@suse.de>.
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License, version 2, as
18 * published by the Free Software Foundation.
19 */
20
21#include <linux/kvm_host.h>
Thomas Meyer4bb817ed2017-09-03 14:19:31 +020022#include <linux/kernel.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000023#include <linux/err.h>
24#include <linux/slab.h>
25#include <linux/preempt.h>
Ingo Molnar174cd4b2017-02-02 19:15:33 +010026#include <linux/sched/signal.h>
Ingo Molnar03441a32017-02-08 18:51:35 +010027#include <linux/sched/stat.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000028#include <linux/delay.h>
Paul Gortmaker66b15db2011-05-27 10:46:24 -040029#include <linux/export.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000030#include <linux/fs.h>
31#include <linux/anon_inodes.h>
Gavin Shan07f8ab252016-05-11 11:15:55 +100032#include <linux/cpu.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000033#include <linux/cpumask.h>
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +000034#include <linux/spinlock.h>
35#include <linux/page-flags.h>
Paul Mackerras2c9097e2012-09-11 13:27:01 +000036#include <linux/srcu.h>
Alexander Graf398a76c2013-12-09 13:53:42 +010037#include <linux/miscdevice.h>
Paul Mackerrase23a8082015-03-28 14:21:01 +110038#include <linux/debugfs.h>
Benjamin Herrenschmidtd3989142017-04-05 17:54:51 +100039#include <linux/gfp.h>
40#include <linux/vmalloc.h>
41#include <linux/highmem.h>
42#include <linux/hugetlb.h>
43#include <linux/kvm_irqfd.h>
44#include <linux/irqbypass.h>
45#include <linux/module.h>
46#include <linux/compiler.h>
47#include <linux/of.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000048
49#include <asm/reg.h>
Paul Mackerras57900692017-05-16 16:41:20 +100050#include <asm/ppc-opcode.h>
Nicholas Piggin6de66382017-11-05 23:33:55 +110051#include <asm/asm-prototypes.h>
Nicholas Piggine303c082018-04-01 15:50:35 +100052#include <asm/debug.h>
Paul Mackerras57900692017-05-16 16:41:20 +100053#include <asm/disassemble.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000054#include <asm/cputable.h>
55#include <asm/cacheflush.h>
56#include <asm/tlbflush.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080057#include <linux/uaccess.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000058#include <asm/io.h>
59#include <asm/kvm_ppc.h>
60#include <asm/kvm_book3s.h>
61#include <asm/mmu_context.h>
62#include <asm/lppaca.h>
63#include <asm/processor.h>
Paul Mackerras371fefd2011-06-29 00:23:08 +000064#include <asm/cputhreads.h>
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +000065#include <asm/page.h>
Michael Neulingde1d9242011-11-09 20:39:49 +000066#include <asm/hvcall.h>
David Howellsae3a1972012-03-28 18:30:02 +010067#include <asm/switch_to.h>
Paul Mackerras512691d2012-10-15 01:15:41 +000068#include <asm/smp.h>
Paul Mackerras66feed62015-03-28 14:21:12 +110069#include <asm/dbell.h>
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +053070#include <asm/hmi.h>
Suresh Warrierc57875f2016-08-19 15:35:50 +100071#include <asm/pnv-pci.h>
Paul Mackerras7a840842016-11-16 22:25:20 +110072#include <asm/mmu.h>
Paul Mackerrasf7257582016-11-18 09:02:08 +110073#include <asm/opal.h>
74#include <asm/xics.h>
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +100075#include <asm/xive.h>
Paul Mackerrasde56a942011-06-29 00:21:34 +000076
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +053077#include "book3s.h"
78
Suresh E. Warrier3c78f782014-12-03 18:48:10 -060079#define CREATE_TRACE_POINTS
80#include "trace_hv.h"
81
Paul Mackerrasde56a942011-06-29 00:21:34 +000082/* #define EXIT_DEBUG */
83/* #define EXIT_DEBUG_SIMPLE */
84/* #define EXIT_DEBUG_INT */
85
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +000086/* Used to indicate that a guest page fault needs to be handled */
87#define RESUME_PAGE_FAULT (RESUME_GUEST | RESUME_FLAG_ARCH1)
Suresh Warrierf7af5202016-08-19 15:35:52 +100088/* Used to indicate that a guest passthrough interrupt needs to be handled */
89#define RESUME_PASSTHROUGH (RESUME_GUEST | RESUME_FLAG_ARCH2)
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +000090
Paul Mackerrasc7b67672012-10-15 01:18:07 +000091/* Used as a "null" value for timebase values */
92#define TB_NIL (~(u64)0)
93
Paul Mackerras699a0ea2014-06-02 11:02:59 +100094static DECLARE_BITMAP(default_enabled_hcalls, MAX_HCALL_OPCODE/4 + 1);
95
Paul Mackerrasb4deba52015-07-02 20:38:16 +100096static int dynamic_mt_modes = 6;
Russell Currey57ad583f2017-01-12 14:54:13 +110097module_param(dynamic_mt_modes, int, 0644);
Paul Mackerrasb4deba52015-07-02 20:38:16 +100098MODULE_PARM_DESC(dynamic_mt_modes, "Set of allowed dynamic micro-threading modes: 0 (= none), 2, 4, or 6 (= 2 or 4)");
Paul Mackerrasec257162015-06-24 21:18:03 +100099static int target_smt_mode;
Russell Currey57ad583f2017-01-12 14:54:13 +1100100module_param(target_smt_mode, int, 0644);
Paul Mackerrasec257162015-06-24 21:18:03 +1000101MODULE_PARM_DESC(target_smt_mode, "Target threads per core (0 = max)");
Stewart Smith9678cda2014-07-18 14:18:43 +1000102
Paul Mackerras516f7892017-10-16 16:11:57 +1100103static bool indep_threads_mode = true;
104module_param(indep_threads_mode, bool, S_IRUGO | S_IWUSR);
105MODULE_PARM_DESC(indep_threads_mode, "Independent-threads mode (only on POWER9)");
106
Suresh E. Warrier520fe9c2015-12-21 16:33:57 -0600107#ifdef CONFIG_KVM_XICS
108static struct kernel_param_ops module_param_ops = {
109 .set = param_set_int,
110 .get = param_get_int,
111};
112
Russell Currey57ad583f2017-01-12 14:54:13 +1100113module_param_cb(kvm_irq_bypass, &module_param_ops, &kvm_irq_bypass, 0644);
Suresh Warrier644abbb2016-08-19 15:35:54 +1000114MODULE_PARM_DESC(kvm_irq_bypass, "Bypass passthrough interrupt optimization");
115
Russell Currey57ad583f2017-01-12 14:54:13 +1100116module_param_cb(h_ipi_redirect, &module_param_ops, &h_ipi_redirect, 0644);
Suresh E. Warrier520fe9c2015-12-21 16:33:57 -0600117MODULE_PARM_DESC(h_ipi_redirect, "Redirect H_IPI wakeup to a free host core");
118#endif
119
Paul Mackerras00608e12018-01-11 16:54:26 +1100120/* If set, the threads on each CPU core have to be in the same MMU mode */
121static bool no_mixing_hpt_and_radix;
122
Paul Mackerras19ccb762011-07-23 17:42:46 +1000123static void kvmppc_end_cede(struct kvm_vcpu *vcpu);
Paul Mackerras32fad282012-05-04 02:32:53 +0000124static int kvmppc_hv_setup_htab_rma(struct kvm_vcpu *vcpu);
Paul Mackerras19ccb762011-07-23 17:42:46 +1000125
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +1000126static inline struct kvm_vcpu *next_runnable_thread(struct kvmppc_vcore *vc,
127 int *ip)
128{
129 int i = *ip;
130 struct kvm_vcpu *vcpu;
131
132 while (++i < MAX_SMT_THREADS) {
133 vcpu = READ_ONCE(vc->runnable_threads[i]);
134 if (vcpu) {
135 *ip = i;
136 return vcpu;
137 }
138 }
139 return NULL;
140}
141
142/* Used to traverse the list of runnable threads for a given vcore */
143#define for_each_runnable_thread(i, vcpu, vc) \
144 for (i = -1; (vcpu = next_runnable_thread(vc, &i)); )
145
Paul Mackerras66feed62015-03-28 14:21:12 +1100146static bool kvmppc_ipi_thread(int cpu)
147{
Paul Mackerras1704a812016-11-18 08:47:08 +1100148 unsigned long msg = PPC_DBELL_TYPE(PPC_DBELL_SERVER);
149
150 /* On POWER9 we can use msgsnd to IPI any cpu */
151 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
152 msg |= get_hard_smp_processor_id(cpu);
153 smp_mb();
154 __asm__ __volatile__ (PPC_MSGSND(%0) : : "r" (msg));
155 return true;
156 }
157
Paul Mackerras66feed62015-03-28 14:21:12 +1100158 /* On POWER8 for IPIs to threads in the same core, use msgsnd */
159 if (cpu_has_feature(CPU_FTR_ARCH_207S)) {
160 preempt_disable();
161 if (cpu_first_thread_sibling(cpu) ==
162 cpu_first_thread_sibling(smp_processor_id())) {
Paul Mackerras66feed62015-03-28 14:21:12 +1100163 msg |= cpu_thread_in_core(cpu);
164 smp_mb();
165 __asm__ __volatile__ (PPC_MSGSND(%0) : : "r" (msg));
166 preempt_enable();
167 return true;
168 }
169 preempt_enable();
170 }
171
172#if defined(CONFIG_PPC_ICP_NATIVE) && defined(CONFIG_SMP)
Paul Mackerrasf7257582016-11-18 09:02:08 +1100173 if (cpu >= 0 && cpu < nr_cpu_ids) {
Nicholas Piggind2e60072018-02-14 01:08:12 +1000174 if (paca_ptrs[cpu]->kvm_hstate.xics_phys) {
Paul Mackerrasf7257582016-11-18 09:02:08 +1100175 xics_wake_cpu(cpu);
176 return true;
177 }
178 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), IPI_PRIORITY);
Paul Mackerras66feed62015-03-28 14:21:12 +1100179 return true;
180 }
181#endif
182
183 return false;
184}
185
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +0530186static void kvmppc_fast_vcpu_kick_hv(struct kvm_vcpu *vcpu)
Benjamin Herrenschmidt54695c32013-04-17 20:30:50 +0000187{
Paul Mackerrasec257162015-06-24 21:18:03 +1000188 int cpu;
Marcelo Tosatti85773702016-02-19 09:46:39 +0100189 struct swait_queue_head *wqp;
Benjamin Herrenschmidt54695c32013-04-17 20:30:50 +0000190
191 wqp = kvm_arch_vcpu_wq(vcpu);
Davidlohr Bueso267ad7b2017-09-13 13:08:23 -0700192 if (swq_has_sleeper(wqp)) {
Marcelo Tosatti85773702016-02-19 09:46:39 +0100193 swake_up(wqp);
Benjamin Herrenschmidt54695c32013-04-17 20:30:50 +0000194 ++vcpu->stat.halt_wakeup;
195 }
196
Paul Mackerras3deda5e2016-12-20 14:02:29 +1100197 cpu = READ_ONCE(vcpu->arch.thread_cpu);
198 if (cpu >= 0 && kvmppc_ipi_thread(cpu))
Paul Mackerras66feed62015-03-28 14:21:12 +1100199 return;
Benjamin Herrenschmidt54695c32013-04-17 20:30:50 +0000200
201 /* CPU points to the first thread of the core */
Paul Mackerrasec257162015-06-24 21:18:03 +1000202 cpu = vcpu->cpu;
Paul Mackerras66feed62015-03-28 14:21:12 +1100203 if (cpu >= 0 && cpu < nr_cpu_ids && cpu_online(cpu))
204 smp_send_reschedule(cpu);
Benjamin Herrenschmidt54695c32013-04-17 20:30:50 +0000205}
206
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000207/*
208 * We use the vcpu_load/put functions to measure stolen time.
209 * Stolen time is counted as time when either the vcpu is able to
210 * run as part of a virtual core, but the task running the vcore
211 * is preempted or sleeping, or when the vcpu needs something done
212 * in the kernel by the task running the vcpu, but that task is
213 * preempted or sleeping. Those two things have to be counted
214 * separately, since one of the vcpu tasks will take on the job
215 * of running the core, and the other vcpu tasks in the vcore will
216 * sleep waiting for it to do that, but that sleep shouldn't count
217 * as stolen time.
218 *
219 * Hence we accumulate stolen time when the vcpu can run as part of
220 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
221 * needs its task to do other things in the kernel (for example,
222 * service a page fault) in busy_stolen. We don't accumulate
223 * stolen time for a vcore when it is inactive, or for a vcpu
224 * when it is in state RUNNING or NOTREADY. NOTREADY is a bit of
225 * a misnomer; it means that the vcpu task is not executing in
226 * the KVM_VCPU_RUN ioctl, i.e. it is in userspace or elsewhere in
227 * the kernel. We don't have any way of dividing up that time
228 * between time that the vcpu is genuinely stopped, time that
229 * the task is actively working on behalf of the vcpu, and time
230 * that the task is preempted, so we don't count any of it as
231 * stolen.
232 *
233 * Updates to busy_stolen are protected by arch.tbacct_lock;
Paul Mackerras2711e242014-12-04 16:43:28 +1100234 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
235 * lock. The stolen times are measured in units of timebase ticks.
236 * (Note that the != TB_NIL checks below are purely defensive;
237 * they should never fail.)
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000238 */
239
Paul Mackerrasec257162015-06-24 21:18:03 +1000240static void kvmppc_core_start_stolen(struct kvmppc_vcore *vc)
241{
242 unsigned long flags;
243
244 spin_lock_irqsave(&vc->stoltb_lock, flags);
245 vc->preempt_tb = mftb();
246 spin_unlock_irqrestore(&vc->stoltb_lock, flags);
247}
248
249static void kvmppc_core_end_stolen(struct kvmppc_vcore *vc)
250{
251 unsigned long flags;
252
253 spin_lock_irqsave(&vc->stoltb_lock, flags);
254 if (vc->preempt_tb != TB_NIL) {
255 vc->stolen_tb += mftb() - vc->preempt_tb;
256 vc->preempt_tb = TB_NIL;
257 }
258 spin_unlock_irqrestore(&vc->stoltb_lock, flags);
259}
260
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +0530261static void kvmppc_core_vcpu_load_hv(struct kvm_vcpu *vcpu, int cpu)
Paul Mackerrasde56a942011-06-29 00:21:34 +0000262{
Paul Mackerras0456ec42012-02-03 00:56:21 +0000263 struct kvmppc_vcore *vc = vcpu->arch.vcore;
Paul Mackerrasbf3d32e2013-11-16 17:46:04 +1100264 unsigned long flags;
Paul Mackerras0456ec42012-02-03 00:56:21 +0000265
Paul Mackerras2711e242014-12-04 16:43:28 +1100266 /*
267 * We can test vc->runner without taking the vcore lock,
268 * because only this task ever sets vc->runner to this
269 * vcpu, and once it is set to this vcpu, only this task
270 * ever sets it to NULL.
271 */
Paul Mackerrasec257162015-06-24 21:18:03 +1000272 if (vc->runner == vcpu && vc->vcore_state >= VCORE_SLEEPING)
273 kvmppc_core_end_stolen(vc);
274
Paul Mackerras2711e242014-12-04 16:43:28 +1100275 spin_lock_irqsave(&vcpu->arch.tbacct_lock, flags);
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000276 if (vcpu->arch.state == KVMPPC_VCPU_BUSY_IN_HOST &&
277 vcpu->arch.busy_preempt != TB_NIL) {
278 vcpu->arch.busy_stolen += mftb() - vcpu->arch.busy_preempt;
279 vcpu->arch.busy_preempt = TB_NIL;
280 }
Paul Mackerrasbf3d32e2013-11-16 17:46:04 +1100281 spin_unlock_irqrestore(&vcpu->arch.tbacct_lock, flags);
Paul Mackerrasde56a942011-06-29 00:21:34 +0000282}
283
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +0530284static void kvmppc_core_vcpu_put_hv(struct kvm_vcpu *vcpu)
Paul Mackerrasde56a942011-06-29 00:21:34 +0000285{
Paul Mackerras0456ec42012-02-03 00:56:21 +0000286 struct kvmppc_vcore *vc = vcpu->arch.vcore;
Paul Mackerrasbf3d32e2013-11-16 17:46:04 +1100287 unsigned long flags;
Paul Mackerras0456ec42012-02-03 00:56:21 +0000288
Paul Mackerrasec257162015-06-24 21:18:03 +1000289 if (vc->runner == vcpu && vc->vcore_state >= VCORE_SLEEPING)
290 kvmppc_core_start_stolen(vc);
291
Paul Mackerras2711e242014-12-04 16:43:28 +1100292 spin_lock_irqsave(&vcpu->arch.tbacct_lock, flags);
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000293 if (vcpu->arch.state == KVMPPC_VCPU_BUSY_IN_HOST)
294 vcpu->arch.busy_preempt = mftb();
Paul Mackerrasbf3d32e2013-11-16 17:46:04 +1100295 spin_unlock_irqrestore(&vcpu->arch.tbacct_lock, flags);
Paul Mackerrasde56a942011-06-29 00:21:34 +0000296}
297
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +0530298static void kvmppc_set_msr_hv(struct kvm_vcpu *vcpu, u64 msr)
Paul Mackerrasde56a942011-06-29 00:21:34 +0000299{
Paul Mackerrasc20875a2015-11-12 16:43:02 +1100300 /*
301 * Check for illegal transactional state bit combination
302 * and if we find it, force the TS field to a safe state.
303 */
304 if ((msr & MSR_TS_MASK) == MSR_TS_MASK)
305 msr &= ~MSR_TS_MASK;
Paul Mackerrasde56a942011-06-29 00:21:34 +0000306 vcpu->arch.shregs.msr = msr;
Paul Mackerras19ccb762011-07-23 17:42:46 +1000307 kvmppc_end_cede(vcpu);
Paul Mackerrasde56a942011-06-29 00:21:34 +0000308}
309
Thomas Huth5358a962015-05-22 09:25:02 +0200310static void kvmppc_set_pvr_hv(struct kvm_vcpu *vcpu, u32 pvr)
Paul Mackerrasde56a942011-06-29 00:21:34 +0000311{
312 vcpu->arch.pvr = pvr;
313}
314
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100315/* Dummy value used in computing PCR value below */
316#define PCR_ARCH_300 (PCR_ARCH_207 << 1)
317
Thomas Huth5358a962015-05-22 09:25:02 +0200318static int kvmppc_set_arch_compat(struct kvm_vcpu *vcpu, u32 arch_compat)
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000319{
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100320 unsigned long host_pcr_bit = 0, guest_pcr_bit = 0;
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000321 struct kvmppc_vcore *vc = vcpu->arch.vcore;
322
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100323 /* We can (emulate) our own architecture version and anything older */
324 if (cpu_has_feature(CPU_FTR_ARCH_300))
325 host_pcr_bit = PCR_ARCH_300;
326 else if (cpu_has_feature(CPU_FTR_ARCH_207S))
327 host_pcr_bit = PCR_ARCH_207;
328 else if (cpu_has_feature(CPU_FTR_ARCH_206))
329 host_pcr_bit = PCR_ARCH_206;
330 else
331 host_pcr_bit = PCR_ARCH_205;
332
333 /* Determine lowest PCR bit needed to run guest in given PVR level */
334 guest_pcr_bit = host_pcr_bit;
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000335 if (arch_compat) {
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000336 switch (arch_compat) {
337 case PVR_ARCH_205:
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100338 guest_pcr_bit = PCR_ARCH_205;
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000339 break;
340 case PVR_ARCH_206:
341 case PVR_ARCH_206p:
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100342 guest_pcr_bit = PCR_ARCH_206;
Paul Mackerras5557ae02014-01-08 21:25:24 +1100343 break;
344 case PVR_ARCH_207:
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100345 guest_pcr_bit = PCR_ARCH_207;
346 break;
347 case PVR_ARCH_300:
348 guest_pcr_bit = PCR_ARCH_300;
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000349 break;
350 default:
351 return -EINVAL;
352 }
353 }
354
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100355 /* Check requested PCR bits don't exceed our capabilities */
356 if (guest_pcr_bit > host_pcr_bit)
357 return -EINVAL;
358
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000359 spin_lock(&vc->lock);
360 vc->arch_compat = arch_compat;
Suraj Jitindar Singh2ee13be32016-11-14 11:35:08 +1100361 /* Set all PCR bits for which guest_pcr_bit <= bit < host_pcr_bit */
362 vc->pcr = host_pcr_bit - guest_pcr_bit;
Paul Mackerras388cc6e2013-09-21 14:35:02 +1000363 spin_unlock(&vc->lock);
364
365 return 0;
366}
367
Thomas Huth5358a962015-05-22 09:25:02 +0200368static void kvmppc_dump_regs(struct kvm_vcpu *vcpu)
Paul Mackerrasde56a942011-06-29 00:21:34 +0000369{
370 int r;
371
372 pr_err("vcpu %p (%d):\n", vcpu, vcpu->vcpu_id);
373 pr_err("pc = %.16lx msr = %.16llx trap = %x\n",
374 vcpu->arch.pc, vcpu->arch.shregs.msr, vcpu->arch.trap);
375 for (r = 0; r < 16; ++r)
376 pr_err("r%2d = %.16lx r%d = %.16lx\n",
377 r, kvmppc_get_gpr(vcpu, r),
378 r+16, kvmppc_get_gpr(vcpu, r+16));
379 pr_err("ctr = %.16lx lr = %.16lx\n",
380 vcpu->arch.ctr, vcpu->arch.lr);
381 pr_err("srr0 = %.16llx srr1 = %.16llx\n",
382 vcpu->arch.shregs.srr0, vcpu->arch.shregs.srr1);
383 pr_err("sprg0 = %.16llx sprg1 = %.16llx\n",
384 vcpu->arch.shregs.sprg0, vcpu->arch.shregs.sprg1);
385 pr_err("sprg2 = %.16llx sprg3 = %.16llx\n",
386 vcpu->arch.shregs.sprg2, vcpu->arch.shregs.sprg3);
387 pr_err("cr = %.8x xer = %.16lx dsisr = %.8x\n",
388 vcpu->arch.cr, vcpu->arch.xer, vcpu->arch.shregs.dsisr);
389 pr_err("dar = %.16llx\n", vcpu->arch.shregs.dar);
390 pr_err("fault dar = %.16lx dsisr = %.8x\n",
391 vcpu->arch.fault_dar, vcpu->arch.fault_dsisr);
392 pr_err("SLB (%d entries):\n", vcpu->arch.slb_max);
393 for (r = 0; r < vcpu->arch.slb_max; ++r)
394 pr_err(" ESID = %.16llx VSID = %.16llx\n",
395 vcpu->arch.slb[r].orige, vcpu->arch.slb[r].origv);
396 pr_err("lpcr = %.16lx sdr1 = %.16lx last_inst = %.8x\n",
Paul Mackerrasa0144e22013-09-20 14:52:38 +1000397 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1,
Paul Mackerrasde56a942011-06-29 00:21:34 +0000398 vcpu->arch.last_inst);
399}
400
Thomas Huth5358a962015-05-22 09:25:02 +0200401static struct kvm_vcpu *kvmppc_find_vcpu(struct kvm *kvm, int id)
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000402{
David Hildenbrande09fefd2015-11-05 09:03:50 +0100403 struct kvm_vcpu *ret;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000404
405 mutex_lock(&kvm->lock);
David Hildenbrande09fefd2015-11-05 09:03:50 +0100406 ret = kvm_get_vcpu_by_id(kvm, id);
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000407 mutex_unlock(&kvm->lock);
408 return ret;
409}
410
411static void init_vpa(struct kvm_vcpu *vcpu, struct lppaca *vpa)
412{
Anton Blanchardf13c13a2013-08-07 02:01:26 +1000413 vpa->__old_status |= LPPACA_OLD_SHARED_PROC;
Alexander Graf02407552014-06-11 10:34:19 +0200414 vpa->yield_count = cpu_to_be32(1);
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000415}
416
Paul Mackerras55b665b2012-09-25 20:33:06 +0000417static int set_vpa(struct kvm_vcpu *vcpu, struct kvmppc_vpa *v,
418 unsigned long addr, unsigned long len)
419{
420 /* check address is cacheline aligned */
421 if (addr & (L1_CACHE_BYTES - 1))
422 return -EINVAL;
423 spin_lock(&vcpu->arch.vpa_update_lock);
424 if (v->next_gpa != addr || v->len != len) {
425 v->next_gpa = addr;
426 v->len = addr ? len : 0;
427 v->update_pending = 1;
428 }
429 spin_unlock(&vcpu->arch.vpa_update_lock);
430 return 0;
431}
432
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000433/* Length for a per-processor buffer is passed in at offset 4 in the buffer */
434struct reg_vpa {
435 u32 dummy;
436 union {
Alexander Graf02407552014-06-11 10:34:19 +0200437 __be16 hword;
438 __be32 word;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000439 } length;
440};
441
442static int vpa_is_registered(struct kvmppc_vpa *vpap)
443{
444 if (vpap->update_pending)
445 return vpap->next_gpa != 0;
446 return vpap->pinned_addr != NULL;
447}
448
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000449static unsigned long do_h_register_vpa(struct kvm_vcpu *vcpu,
450 unsigned long flags,
451 unsigned long vcpuid, unsigned long vpa)
452{
453 struct kvm *kvm = vcpu->kvm;
Paul Mackerras93e60242011-12-12 12:28:55 +0000454 unsigned long len, nb;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000455 void *va;
456 struct kvm_vcpu *tvcpu;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000457 int err;
458 int subfunc;
459 struct kvmppc_vpa *vpap;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000460
461 tvcpu = kvmppc_find_vcpu(kvm, vcpuid);
462 if (!tvcpu)
463 return H_PARAMETER;
464
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000465 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK;
466 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL ||
467 subfunc == H_VPA_REG_SLB) {
468 /* Registering new area - address must be cache-line aligned */
469 if ((vpa & (L1_CACHE_BYTES - 1)) || !vpa)
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000470 return H_PARAMETER;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000471
472 /* convert logical addr to kernel addr and read length */
Paul Mackerras93e60242011-12-12 12:28:55 +0000473 va = kvmppc_pin_guest_page(kvm, vpa, &nb);
474 if (va == NULL)
Paul Mackerrasb2b2f162011-12-12 12:28:21 +0000475 return H_PARAMETER;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000476 if (subfunc == H_VPA_REG_VPA)
Alexander Graf02407552014-06-11 10:34:19 +0200477 len = be16_to_cpu(((struct reg_vpa *)va)->length.hword);
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000478 else
Alexander Graf02407552014-06-11 10:34:19 +0200479 len = be32_to_cpu(((struct reg_vpa *)va)->length.word);
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000480 kvmppc_unpin_guest_page(kvm, va, vpa, false);
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000481
482 /* Check length */
483 if (len > nb || len < sizeof(struct reg_vpa))
484 return H_PARAMETER;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000485 } else {
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000486 vpa = 0;
487 len = 0;
488 }
489
490 err = H_PARAMETER;
491 vpap = NULL;
492 spin_lock(&tvcpu->arch.vpa_update_lock);
493
494 switch (subfunc) {
495 case H_VPA_REG_VPA: /* register VPA */
Nicholas Piggineaac112e2017-08-13 11:33:38 +1000496 /*
497 * The size of our lppaca is 1kB because of the way we align
498 * it for the guest to avoid crossing a 4kB boundary. We only
499 * use 640 bytes of the structure though, so we should accept
500 * clients that set a size of 640.
501 */
Nicholas Piggin499dcd42018-02-14 01:08:13 +1000502 BUILD_BUG_ON(sizeof(struct lppaca) != 640);
503 if (len < sizeof(struct lppaca))
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000504 break;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000505 vpap = &tvcpu->arch.vpa;
506 err = 0;
507 break;
508
509 case H_VPA_REG_DTL: /* register DTL */
510 if (len < sizeof(struct dtl_entry))
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000511 break;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000512 len -= len % sizeof(struct dtl_entry);
513
514 /* Check that they have previously registered a VPA */
515 err = H_RESOURCE;
516 if (!vpa_is_registered(&tvcpu->arch.vpa))
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000517 break;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000518
519 vpap = &tvcpu->arch.dtl;
520 err = 0;
521 break;
522
523 case H_VPA_REG_SLB: /* register SLB shadow buffer */
524 /* Check that they have previously registered a VPA */
525 err = H_RESOURCE;
526 if (!vpa_is_registered(&tvcpu->arch.vpa))
527 break;
528
529 vpap = &tvcpu->arch.slb_shadow;
530 err = 0;
531 break;
532
533 case H_VPA_DEREG_VPA: /* deregister VPA */
534 /* Check they don't still have a DTL or SLB buf registered */
535 err = H_RESOURCE;
536 if (vpa_is_registered(&tvcpu->arch.dtl) ||
537 vpa_is_registered(&tvcpu->arch.slb_shadow))
538 break;
539
540 vpap = &tvcpu->arch.vpa;
541 err = 0;
542 break;
543
544 case H_VPA_DEREG_DTL: /* deregister DTL */
545 vpap = &tvcpu->arch.dtl;
546 err = 0;
547 break;
548
549 case H_VPA_DEREG_SLB: /* deregister SLB shadow buffer */
550 vpap = &tvcpu->arch.slb_shadow;
551 err = 0;
552 break;
553 }
554
555 if (vpap) {
556 vpap->next_gpa = vpa;
557 vpap->len = len;
558 vpap->update_pending = 1;
559 }
560
561 spin_unlock(&tvcpu->arch.vpa_update_lock);
562
563 return err;
564}
565
Paul Mackerras081f3232012-06-01 20:20:24 +1000566static void kvmppc_update_vpa(struct kvm_vcpu *vcpu, struct kvmppc_vpa *vpap)
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000567{
Paul Mackerras081f3232012-06-01 20:20:24 +1000568 struct kvm *kvm = vcpu->kvm;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000569 void *va;
570 unsigned long nb;
Paul Mackerras081f3232012-06-01 20:20:24 +1000571 unsigned long gpa;
572
573 /*
574 * We need to pin the page pointed to by vpap->next_gpa,
575 * but we can't call kvmppc_pin_guest_page under the lock
576 * as it does get_user_pages() and down_read(). So we
577 * have to drop the lock, pin the page, then get the lock
578 * again and check that a new area didn't get registered
579 * in the meantime.
580 */
581 for (;;) {
582 gpa = vpap->next_gpa;
583 spin_unlock(&vcpu->arch.vpa_update_lock);
584 va = NULL;
585 nb = 0;
586 if (gpa)
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000587 va = kvmppc_pin_guest_page(kvm, gpa, &nb);
Paul Mackerras081f3232012-06-01 20:20:24 +1000588 spin_lock(&vcpu->arch.vpa_update_lock);
589 if (gpa == vpap->next_gpa)
590 break;
591 /* sigh... unpin that one and try again */
592 if (va)
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000593 kvmppc_unpin_guest_page(kvm, va, gpa, false);
Paul Mackerras081f3232012-06-01 20:20:24 +1000594 }
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000595
596 vpap->update_pending = 0;
Paul Mackerras081f3232012-06-01 20:20:24 +1000597 if (va && nb < vpap->len) {
598 /*
599 * If it's now too short, it must be that userspace
600 * has changed the mappings underlying guest memory,
601 * so unregister the region.
602 */
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000603 kvmppc_unpin_guest_page(kvm, va, gpa, false);
Paul Mackerras081f3232012-06-01 20:20:24 +1000604 va = NULL;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000605 }
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000606 if (vpap->pinned_addr)
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000607 kvmppc_unpin_guest_page(kvm, vpap->pinned_addr, vpap->gpa,
608 vpap->dirty);
609 vpap->gpa = gpa;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000610 vpap->pinned_addr = va;
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000611 vpap->dirty = false;
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000612 if (va)
613 vpap->pinned_end = va + vpap->len;
614}
Paul Mackerras93e60242011-12-12 12:28:55 +0000615
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000616static void kvmppc_update_vpas(struct kvm_vcpu *vcpu)
617{
Paul Mackerras2f12f032012-10-15 01:17:17 +0000618 if (!(vcpu->arch.vpa.update_pending ||
619 vcpu->arch.slb_shadow.update_pending ||
620 vcpu->arch.dtl.update_pending))
621 return;
622
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000623 spin_lock(&vcpu->arch.vpa_update_lock);
624 if (vcpu->arch.vpa.update_pending) {
Paul Mackerras081f3232012-06-01 20:20:24 +1000625 kvmppc_update_vpa(vcpu, &vcpu->arch.vpa);
Paul Mackerras55b665b2012-09-25 20:33:06 +0000626 if (vcpu->arch.vpa.pinned_addr)
627 init_vpa(vcpu, vcpu->arch.vpa.pinned_addr);
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000628 }
629 if (vcpu->arch.dtl.update_pending) {
Paul Mackerras081f3232012-06-01 20:20:24 +1000630 kvmppc_update_vpa(vcpu, &vcpu->arch.dtl);
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000631 vcpu->arch.dtl_ptr = vcpu->arch.dtl.pinned_addr;
632 vcpu->arch.dtl_index = 0;
633 }
634 if (vcpu->arch.slb_shadow.update_pending)
Paul Mackerras081f3232012-06-01 20:20:24 +1000635 kvmppc_update_vpa(vcpu, &vcpu->arch.slb_shadow);
Paul Mackerras2e25aa52012-02-19 17:46:32 +0000636 spin_unlock(&vcpu->arch.vpa_update_lock);
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000637}
638
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000639/*
640 * Return the accumulated stolen time for the vcore up until `now'.
641 * The caller should hold the vcore lock.
642 */
643static u64 vcore_stolen_time(struct kvmppc_vcore *vc, u64 now)
644{
645 u64 p;
Paul Mackerras2711e242014-12-04 16:43:28 +1100646 unsigned long flags;
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000647
Paul Mackerras2711e242014-12-04 16:43:28 +1100648 spin_lock_irqsave(&vc->stoltb_lock, flags);
649 p = vc->stolen_tb;
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000650 if (vc->vcore_state != VCORE_INACTIVE &&
Paul Mackerras2711e242014-12-04 16:43:28 +1100651 vc->preempt_tb != TB_NIL)
652 p += now - vc->preempt_tb;
653 spin_unlock_irqrestore(&vc->stoltb_lock, flags);
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000654 return p;
655}
656
Paul Mackerras0456ec42012-02-03 00:56:21 +0000657static void kvmppc_create_dtl_entry(struct kvm_vcpu *vcpu,
658 struct kvmppc_vcore *vc)
659{
660 struct dtl_entry *dt;
661 struct lppaca *vpa;
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000662 unsigned long stolen;
663 unsigned long core_stolen;
664 u64 now;
Paul Mackerras8b24e692017-06-26 15:45:51 +1000665 unsigned long flags;
Paul Mackerras0456ec42012-02-03 00:56:21 +0000666
667 dt = vcpu->arch.dtl_ptr;
668 vpa = vcpu->arch.vpa.pinned_addr;
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000669 now = mftb();
670 core_stolen = vcore_stolen_time(vc, now);
671 stolen = core_stolen - vcpu->arch.stolen_logged;
672 vcpu->arch.stolen_logged = core_stolen;
Paul Mackerras8b24e692017-06-26 15:45:51 +1000673 spin_lock_irqsave(&vcpu->arch.tbacct_lock, flags);
Paul Mackerrasc7b67672012-10-15 01:18:07 +0000674 stolen += vcpu->arch.busy_stolen;
675 vcpu->arch.busy_stolen = 0;
Paul Mackerras8b24e692017-06-26 15:45:51 +1000676 spin_unlock_irqrestore(&vcpu->arch.tbacct_lock, flags);
Paul Mackerras0456ec42012-02-03 00:56:21 +0000677 if (!dt || !vpa)
678 return;
679 memset(dt, 0, sizeof(struct dtl_entry));
680 dt->dispatch_reason = 7;
Alexander Graf02407552014-06-11 10:34:19 +0200681 dt->processor_id = cpu_to_be16(vc->pcpu + vcpu->arch.ptid);
682 dt->timebase = cpu_to_be64(now + vc->tb_offset);
683 dt->enqueue_to_dispatch_time = cpu_to_be32(stolen);
684 dt->srr0 = cpu_to_be64(kvmppc_get_pc(vcpu));
685 dt->srr1 = cpu_to_be64(vcpu->arch.shregs.msr);
Paul Mackerras0456ec42012-02-03 00:56:21 +0000686 ++dt;
687 if (dt == vcpu->arch.dtl.pinned_end)
688 dt = vcpu->arch.dtl.pinned_addr;
689 vcpu->arch.dtl_ptr = dt;
690 /* order writing *dt vs. writing vpa->dtl_idx */
691 smp_wmb();
Alexander Graf02407552014-06-11 10:34:19 +0200692 vpa->dtl_idx = cpu_to_be64(++vcpu->arch.dtl_index);
Paul Mackerrasc35635e2013-04-18 19:51:04 +0000693 vcpu->arch.dtl.dirty = true;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000694}
695
Paul Mackerras1da4e2f2017-05-19 16:26:16 +1000696/* See if there is a doorbell interrupt pending for a vcpu */
697static bool kvmppc_doorbell_pending(struct kvm_vcpu *vcpu)
698{
699 int thr;
700 struct kvmppc_vcore *vc;
701
Paul Mackerras57900692017-05-16 16:41:20 +1000702 if (vcpu->arch.doorbell_request)
703 return true;
704 /*
705 * Ensure that the read of vcore->dpdes comes after the read
706 * of vcpu->doorbell_request. This barrier matches the
707 * lwsync in book3s_hv_rmhandlers.S just before the
708 * fast_guest_return label.
709 */
710 smp_rmb();
Paul Mackerras1da4e2f2017-05-19 16:26:16 +1000711 vc = vcpu->arch.vcore;
712 thr = vcpu->vcpu_id - vc->first_vcpuid;
713 return !!(vc->dpdes & (1 << thr));
714}
715
Michael Neuling96423822014-06-02 11:03:01 +1000716static bool kvmppc_power8_compatible(struct kvm_vcpu *vcpu)
717{
718 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207)
719 return true;
720 if ((!vcpu->arch.vcore->arch_compat) &&
721 cpu_has_feature(CPU_FTR_ARCH_207S))
722 return true;
723 return false;
724}
725
726static int kvmppc_h_set_mode(struct kvm_vcpu *vcpu, unsigned long mflags,
727 unsigned long resource, unsigned long value1,
728 unsigned long value2)
729{
730 switch (resource) {
731 case H_SET_MODE_RESOURCE_SET_CIABR:
732 if (!kvmppc_power8_compatible(vcpu))
733 return H_P2;
734 if (value2)
735 return H_P4;
736 if (mflags)
737 return H_UNSUPPORTED_FLAG_START;
738 /* Guests can't breakpoint the hypervisor */
739 if ((value1 & CIABR_PRIV) == CIABR_PRIV_HYPER)
740 return H_P3;
741 vcpu->arch.ciabr = value1;
742 return H_SUCCESS;
743 case H_SET_MODE_RESOURCE_SET_DAWR:
744 if (!kvmppc_power8_compatible(vcpu))
745 return H_P2;
Michael Neuling398e7122018-03-27 15:37:20 +1100746 if (!ppc_breakpoint_available())
747 return H_P2;
Michael Neuling96423822014-06-02 11:03:01 +1000748 if (mflags)
749 return H_UNSUPPORTED_FLAG_START;
750 if (value2 & DABRX_HYP)
751 return H_P4;
752 vcpu->arch.dawr = value1;
753 vcpu->arch.dawrx = value2;
754 return H_SUCCESS;
755 default:
756 return H_TOO_HARD;
757 }
758}
759
Sam Bobroff90fd09f2014-12-03 13:30:40 +1100760static int kvm_arch_vcpu_yield_to(struct kvm_vcpu *target)
761{
762 struct kvmppc_vcore *vcore = target->arch.vcore;
763
764 /*
765 * We expect to have been called by the real mode handler
766 * (kvmppc_rm_h_confer()) which would have directly returned
767 * H_SUCCESS if the source vcore wasn't idle (e.g. if it may
768 * have useful work to do and should not confer) so we don't
769 * recheck that here.
770 */
771
772 spin_lock(&vcore->lock);
773 if (target->arch.state == KVMPPC_VCPU_RUNNABLE &&
Paul Mackerrasec257162015-06-24 21:18:03 +1000774 vcore->vcore_state != VCORE_INACTIVE &&
775 vcore->runner)
Sam Bobroff90fd09f2014-12-03 13:30:40 +1100776 target = vcore->runner;
777 spin_unlock(&vcore->lock);
778
779 return kvm_vcpu_yield_to(target);
780}
781
782static int kvmppc_get_yield_count(struct kvm_vcpu *vcpu)
783{
784 int yield_count = 0;
785 struct lppaca *lppaca;
786
787 spin_lock(&vcpu->arch.vpa_update_lock);
788 lppaca = (struct lppaca *)vcpu->arch.vpa.pinned_addr;
789 if (lppaca)
Paul Mackerrasecb6d612015-03-20 20:39:39 +1100790 yield_count = be32_to_cpu(lppaca->yield_count);
Sam Bobroff90fd09f2014-12-03 13:30:40 +1100791 spin_unlock(&vcpu->arch.vpa_update_lock);
792 return yield_count;
793}
794
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000795int kvmppc_pseries_do_hcall(struct kvm_vcpu *vcpu)
796{
797 unsigned long req = kvmppc_get_gpr(vcpu, 3);
798 unsigned long target, ret = H_SUCCESS;
Sam Bobroff90fd09f2014-12-03 13:30:40 +1100799 int yield_count;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000800 struct kvm_vcpu *tvcpu;
Michael Ellerman8e591cb2013-04-17 20:30:00 +0000801 int idx, rc;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000802
Paul Mackerras699a0ea2014-06-02 11:02:59 +1000803 if (req <= MAX_HCALL_OPCODE &&
804 !test_bit(req/4, vcpu->kvm->arch.enabled_hcalls))
805 return RESUME_HOST;
806
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000807 switch (req) {
808 case H_CEDE:
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000809 break;
810 case H_PROD:
811 target = kvmppc_get_gpr(vcpu, 4);
812 tvcpu = kvmppc_find_vcpu(vcpu->kvm, target);
813 if (!tvcpu) {
814 ret = H_PARAMETER;
815 break;
816 }
817 tvcpu->arch.prodded = 1;
818 smp_mb();
Paul Mackerras8464c882016-12-06 20:42:05 +1100819 if (tvcpu->arch.ceded)
820 kvmppc_fast_vcpu_kick_hv(tvcpu);
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000821 break;
822 case H_CONFER:
Paul Mackerras42d76042013-09-06 13:23:21 +1000823 target = kvmppc_get_gpr(vcpu, 4);
824 if (target == -1)
825 break;
826 tvcpu = kvmppc_find_vcpu(vcpu->kvm, target);
827 if (!tvcpu) {
828 ret = H_PARAMETER;
829 break;
830 }
Sam Bobroff90fd09f2014-12-03 13:30:40 +1100831 yield_count = kvmppc_get_gpr(vcpu, 5);
832 if (kvmppc_get_yield_count(tvcpu) != yield_count)
833 break;
834 kvm_arch_vcpu_yield_to(tvcpu);
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000835 break;
836 case H_REGISTER_VPA:
837 ret = do_h_register_vpa(vcpu, kvmppc_get_gpr(vcpu, 4),
838 kvmppc_get_gpr(vcpu, 5),
839 kvmppc_get_gpr(vcpu, 6));
840 break;
Michael Ellerman8e591cb2013-04-17 20:30:00 +0000841 case H_RTAS:
842 if (list_empty(&vcpu->kvm->arch.rtas_tokens))
843 return RESUME_HOST;
844
Paul Mackerrasc9438092013-11-16 17:46:05 +1100845 idx = srcu_read_lock(&vcpu->kvm->srcu);
Michael Ellerman8e591cb2013-04-17 20:30:00 +0000846 rc = kvmppc_rtas_hcall(vcpu);
Paul Mackerrasc9438092013-11-16 17:46:05 +1100847 srcu_read_unlock(&vcpu->kvm->srcu, idx);
Michael Ellerman8e591cb2013-04-17 20:30:00 +0000848
849 if (rc == -ENOENT)
850 return RESUME_HOST;
851 else if (rc == 0)
852 break;
853
854 /* Send the error out to userspace via KVM_RUN */
855 return rc;
David Gibson99342cf82015-02-05 11:53:25 +1100856 case H_LOGICAL_CI_LOAD:
857 ret = kvmppc_h_logical_ci_load(vcpu);
858 if (ret == H_TOO_HARD)
859 return RESUME_HOST;
860 break;
861 case H_LOGICAL_CI_STORE:
862 ret = kvmppc_h_logical_ci_store(vcpu);
863 if (ret == H_TOO_HARD)
864 return RESUME_HOST;
865 break;
Michael Neuling96423822014-06-02 11:03:01 +1000866 case H_SET_MODE:
867 ret = kvmppc_h_set_mode(vcpu, kvmppc_get_gpr(vcpu, 4),
868 kvmppc_get_gpr(vcpu, 5),
869 kvmppc_get_gpr(vcpu, 6),
870 kvmppc_get_gpr(vcpu, 7));
871 if (ret == H_TOO_HARD)
872 return RESUME_HOST;
873 break;
Benjamin Herrenschmidtbc5ad3f2013-04-17 20:30:26 +0000874 case H_XIRR:
875 case H_CPPR:
876 case H_EOI:
877 case H_IPI:
Paul Mackerras8e44ddc2013-05-23 15:42:21 +0000878 case H_IPOLL:
879 case H_XIRR_X:
Benjamin Herrenschmidtbc5ad3f2013-04-17 20:30:26 +0000880 if (kvmppc_xics_enabled(vcpu)) {
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +1000881 if (xive_enabled()) {
882 ret = H_NOT_AVAILABLE;
883 return RESUME_GUEST;
884 }
Benjamin Herrenschmidtbc5ad3f2013-04-17 20:30:26 +0000885 ret = kvmppc_xics_hcall(vcpu, req);
886 break;
Alexey Kardashevskiyd3695aa2016-02-15 12:55:09 +1100887 }
888 return RESUME_HOST;
889 case H_PUT_TCE:
890 ret = kvmppc_h_put_tce(vcpu, kvmppc_get_gpr(vcpu, 4),
891 kvmppc_get_gpr(vcpu, 5),
892 kvmppc_get_gpr(vcpu, 6));
893 if (ret == H_TOO_HARD)
894 return RESUME_HOST;
895 break;
896 case H_PUT_TCE_INDIRECT:
897 ret = kvmppc_h_put_tce_indirect(vcpu, kvmppc_get_gpr(vcpu, 4),
898 kvmppc_get_gpr(vcpu, 5),
899 kvmppc_get_gpr(vcpu, 6),
900 kvmppc_get_gpr(vcpu, 7));
901 if (ret == H_TOO_HARD)
902 return RESUME_HOST;
903 break;
904 case H_STUFF_TCE:
905 ret = kvmppc_h_stuff_tce(vcpu, kvmppc_get_gpr(vcpu, 4),
906 kvmppc_get_gpr(vcpu, 5),
907 kvmppc_get_gpr(vcpu, 6),
908 kvmppc_get_gpr(vcpu, 7));
909 if (ret == H_TOO_HARD)
910 return RESUME_HOST;
911 break;
Paul Mackerrasa8606e22011-06-29 00:22:05 +0000912 default:
913 return RESUME_HOST;
914 }
915 kvmppc_set_gpr(vcpu, 3, ret);
916 vcpu->arch.hcall_needed = 0;
917 return RESUME_GUEST;
918}
919
Paul Mackerrasae2113a2014-06-02 11:03:00 +1000920static int kvmppc_hcall_impl_hv(unsigned long cmd)
921{
922 switch (cmd) {
923 case H_CEDE:
924 case H_PROD:
925 case H_CONFER:
926 case H_REGISTER_VPA:
Michael Neuling96423822014-06-02 11:03:01 +1000927 case H_SET_MODE:
David Gibson99342cf82015-02-05 11:53:25 +1100928 case H_LOGICAL_CI_LOAD:
929 case H_LOGICAL_CI_STORE:
Paul Mackerrasae2113a2014-06-02 11:03:00 +1000930#ifdef CONFIG_KVM_XICS
931 case H_XIRR:
932 case H_CPPR:
933 case H_EOI:
934 case H_IPI:
935 case H_IPOLL:
936 case H_XIRR_X:
937#endif
938 return 1;
939 }
940
941 /* See if it's in the real-mode table */
942 return kvmppc_hcall_impl_hv_realmode(cmd);
943}
944
Madhavan Srinivasana59c1d92014-09-09 22:37:35 +0530945static int kvmppc_emulate_debug_inst(struct kvm_run *run,
946 struct kvm_vcpu *vcpu)
947{
948 u32 last_inst;
949
950 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) !=
951 EMULATE_DONE) {
952 /*
953 * Fetch failed, so return to guest and
954 * try executing it again.
955 */
956 return RESUME_GUEST;
957 }
958
959 if (last_inst == KVMPPC_INST_SW_BREAKPOINT) {
960 run->exit_reason = KVM_EXIT_DEBUG;
961 run->debug.arch.address = kvmppc_get_pc(vcpu);
962 return RESUME_HOST;
963 } else {
964 kvmppc_core_queue_program(vcpu, SRR1_PROGILL);
965 return RESUME_GUEST;
966 }
967}
968
Paul Mackerras57900692017-05-16 16:41:20 +1000969static void do_nothing(void *x)
970{
971}
972
973static unsigned long kvmppc_read_dpdes(struct kvm_vcpu *vcpu)
974{
975 int thr, cpu, pcpu, nthreads;
976 struct kvm_vcpu *v;
977 unsigned long dpdes;
978
979 nthreads = vcpu->kvm->arch.emul_smt_mode;
980 dpdes = 0;
981 cpu = vcpu->vcpu_id & ~(nthreads - 1);
982 for (thr = 0; thr < nthreads; ++thr, ++cpu) {
983 v = kvmppc_find_vcpu(vcpu->kvm, cpu);
984 if (!v)
985 continue;
986 /*
987 * If the vcpu is currently running on a physical cpu thread,
988 * interrupt it in order to pull it out of the guest briefly,
989 * which will update its vcore->dpdes value.
990 */
991 pcpu = READ_ONCE(v->cpu);
992 if (pcpu >= 0)
993 smp_call_function_single(pcpu, do_nothing, NULL, 1);
994 if (kvmppc_doorbell_pending(v))
995 dpdes |= 1 << thr;
996 }
997 return dpdes;
998}
999
1000/*
1001 * On POWER9, emulate doorbell-related instructions in order to
1002 * give the guest the illusion of running on a multi-threaded core.
1003 * The instructions emulated are msgsndp, msgclrp, mfspr TIR,
1004 * and mfspr DPDES.
1005 */
1006static int kvmppc_emulate_doorbell_instr(struct kvm_vcpu *vcpu)
1007{
1008 u32 inst, rb, thr;
1009 unsigned long arg;
1010 struct kvm *kvm = vcpu->kvm;
1011 struct kvm_vcpu *tvcpu;
1012
Paul Mackerras57900692017-05-16 16:41:20 +10001013 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst) != EMULATE_DONE)
1014 return RESUME_GUEST;
1015 if (get_op(inst) != 31)
1016 return EMULATE_FAIL;
1017 rb = get_rb(inst);
1018 thr = vcpu->vcpu_id & (kvm->arch.emul_smt_mode - 1);
1019 switch (get_xop(inst)) {
1020 case OP_31_XOP_MSGSNDP:
1021 arg = kvmppc_get_gpr(vcpu, rb);
1022 if (((arg >> 27) & 0xf) != PPC_DBELL_SERVER)
1023 break;
1024 arg &= 0x3f;
1025 if (arg >= kvm->arch.emul_smt_mode)
1026 break;
1027 tvcpu = kvmppc_find_vcpu(kvm, vcpu->vcpu_id - thr + arg);
1028 if (!tvcpu)
1029 break;
1030 if (!tvcpu->arch.doorbell_request) {
1031 tvcpu->arch.doorbell_request = 1;
1032 kvmppc_fast_vcpu_kick_hv(tvcpu);
1033 }
1034 break;
1035 case OP_31_XOP_MSGCLRP:
1036 arg = kvmppc_get_gpr(vcpu, rb);
1037 if (((arg >> 27) & 0xf) != PPC_DBELL_SERVER)
1038 break;
1039 vcpu->arch.vcore->dpdes = 0;
1040 vcpu->arch.doorbell_request = 0;
1041 break;
1042 case OP_31_XOP_MFSPR:
1043 switch (get_sprn(inst)) {
1044 case SPRN_TIR:
1045 arg = thr;
1046 break;
1047 case SPRN_DPDES:
1048 arg = kvmppc_read_dpdes(vcpu);
1049 break;
1050 default:
1051 return EMULATE_FAIL;
1052 }
1053 kvmppc_set_gpr(vcpu, get_rt(inst), arg);
1054 break;
1055 default:
1056 return EMULATE_FAIL;
1057 }
1058 kvmppc_set_pc(vcpu, kvmppc_get_pc(vcpu) + 4);
1059 return RESUME_GUEST;
1060}
1061
Paul Mackerras36ee41d2018-01-30 10:51:32 +11001062/* Called with vcpu->arch.vcore->lock held */
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301063static int kvmppc_handle_exit_hv(struct kvm_run *run, struct kvm_vcpu *vcpu,
1064 struct task_struct *tsk)
Paul Mackerrasde56a942011-06-29 00:21:34 +00001065{
1066 int r = RESUME_HOST;
1067
1068 vcpu->stat.sum_exits++;
1069
Paul Mackerras1c9e3d52015-11-12 16:43:48 +11001070 /*
1071 * This can happen if an interrupt occurs in the last stages
1072 * of guest entry or the first stages of guest exit (i.e. after
1073 * setting paca->kvm_hstate.in_guest to KVM_GUEST_MODE_GUEST_HV
1074 * and before setting it to KVM_GUEST_MODE_HOST_HV).
1075 * That can happen due to a bug, or due to a machine check
1076 * occurring at just the wrong time.
1077 */
1078 if (vcpu->arch.shregs.msr & MSR_HV) {
1079 printk(KERN_EMERG "KVM trap in HV mode!\n");
1080 printk(KERN_EMERG "trap=0x%x | pc=0x%lx | msr=0x%llx\n",
1081 vcpu->arch.trap, kvmppc_get_pc(vcpu),
1082 vcpu->arch.shregs.msr);
1083 kvmppc_dump_regs(vcpu);
1084 run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
1085 run->hw.hardware_exit_reason = vcpu->arch.trap;
1086 return RESUME_HOST;
1087 }
Paul Mackerrasde56a942011-06-29 00:21:34 +00001088 run->exit_reason = KVM_EXIT_UNKNOWN;
1089 run->ready_for_interrupt_injection = 1;
1090 switch (vcpu->arch.trap) {
1091 /* We're good on these - the host merely wanted to get our attention */
1092 case BOOK3S_INTERRUPT_HV_DECREMENTER:
1093 vcpu->stat.dec_exits++;
1094 r = RESUME_GUEST;
1095 break;
1096 case BOOK3S_INTERRUPT_EXTERNAL:
Paul Mackerras5d00f662014-01-08 21:25:28 +11001097 case BOOK3S_INTERRUPT_H_DOORBELL:
Paul Mackerras84f71392016-11-22 14:30:14 +11001098 case BOOK3S_INTERRUPT_H_VIRT:
Paul Mackerrasde56a942011-06-29 00:21:34 +00001099 vcpu->stat.ext_intr_exits++;
1100 r = RESUME_GUEST;
1101 break;
Nicholas Piggin6de66382017-11-05 23:33:55 +11001102 /* SR/HMI/PMI are HV interrupts that host has handled. Resume guest.*/
Mahesh Salgaonkardee6f242014-11-03 15:51:57 +11001103 case BOOK3S_INTERRUPT_HMI:
Paul Mackerrasde56a942011-06-29 00:21:34 +00001104 case BOOK3S_INTERRUPT_PERFMON:
Nicholas Piggin6de66382017-11-05 23:33:55 +11001105 case BOOK3S_INTERRUPT_SYSTEM_RESET:
Paul Mackerrasde56a942011-06-29 00:21:34 +00001106 r = RESUME_GUEST;
1107 break;
Paul Mackerrasb4072df2012-11-23 22:37:50 +00001108 case BOOK3S_INTERRUPT_MACHINE_CHECK:
Aravinda Prasade20bbd32017-05-11 16:33:37 +05301109 /* Exit to guest with KVM_EXIT_NMI as exit reason */
1110 run->exit_reason = KVM_EXIT_NMI;
1111 run->hw.hardware_exit_reason = vcpu->arch.trap;
1112 /* Clear out the old NMI status from run->flags */
1113 run->flags &= ~KVM_RUN_PPC_NMI_DISP_MASK;
1114 /* Now set the NMI status */
1115 if (vcpu->arch.mce_evt.disposition == MCE_DISPOSITION_RECOVERED)
1116 run->flags |= KVM_RUN_PPC_NMI_DISP_FULLY_RECOV;
1117 else
1118 run->flags |= KVM_RUN_PPC_NMI_DISP_NOT_RECOV;
1119
1120 r = RESUME_HOST;
1121 /* Print the MCE event to host console. */
1122 machine_check_print_event_info(&vcpu->arch.mce_evt, false);
Paul Mackerrasb4072df2012-11-23 22:37:50 +00001123 break;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001124 case BOOK3S_INTERRUPT_PROGRAM:
1125 {
1126 ulong flags;
1127 /*
1128 * Normally program interrupts are delivered directly
1129 * to the guest by the hardware, but we can get here
1130 * as a result of a hypervisor emulation interrupt
1131 * (e40) getting turned into a 700 by BML RTAS.
1132 */
1133 flags = vcpu->arch.shregs.msr & 0x1f0000ull;
1134 kvmppc_core_queue_program(vcpu, flags);
1135 r = RESUME_GUEST;
1136 break;
1137 }
1138 case BOOK3S_INTERRUPT_SYSCALL:
1139 {
1140 /* hcall - punt to userspace */
1141 int i;
1142
Liu Ping Fan27025a62013-11-19 14:12:48 +08001143 /* hypercall with MSR_PR has already been handled in rmode,
1144 * and never reaches here.
1145 */
1146
Paul Mackerrasde56a942011-06-29 00:21:34 +00001147 run->papr_hcall.nr = kvmppc_get_gpr(vcpu, 3);
1148 for (i = 0; i < 9; ++i)
1149 run->papr_hcall.args[i] = kvmppc_get_gpr(vcpu, 4 + i);
1150 run->exit_reason = KVM_EXIT_PAPR_HCALL;
1151 vcpu->arch.hcall_needed = 1;
1152 r = RESUME_HOST;
1153 break;
1154 }
1155 /*
Paul Mackerras342d3db2011-12-12 12:38:05 +00001156 * We get these next two if the guest accesses a page which it thinks
1157 * it has mapped but which is not actually present, either because
1158 * it is for an emulated I/O device or because the corresonding
1159 * host page has been paged out. Any other HDSI/HISI interrupts
1160 * have been handled already.
Paul Mackerrasde56a942011-06-29 00:21:34 +00001161 */
1162 case BOOK3S_INTERRUPT_H_DATA_STORAGE:
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00001163 r = RESUME_PAGE_FAULT;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001164 break;
1165 case BOOK3S_INTERRUPT_H_INST_STORAGE:
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00001166 vcpu->arch.fault_dar = kvmppc_get_pc(vcpu);
1167 vcpu->arch.fault_dsisr = 0;
1168 r = RESUME_PAGE_FAULT;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001169 break;
1170 /*
1171 * This occurs if the guest executes an illegal instruction.
Madhavan Srinivasana59c1d92014-09-09 22:37:35 +05301172 * If the guest debug is disabled, generate a program interrupt
1173 * to the guest. If guest debug is enabled, we need to check
1174 * whether the instruction is a software breakpoint instruction.
1175 * Accordingly return to Guest or Host.
Paul Mackerrasde56a942011-06-29 00:21:34 +00001176 */
1177 case BOOK3S_INTERRUPT_H_EMUL_ASSIST:
Paul Mackerras4a157d62014-12-03 13:30:39 +11001178 if (vcpu->arch.emul_inst != KVM_INST_FETCH_FAILED)
1179 vcpu->arch.last_inst = kvmppc_need_byteswap(vcpu) ?
1180 swab32(vcpu->arch.emul_inst) :
1181 vcpu->arch.emul_inst;
Madhavan Srinivasana59c1d92014-09-09 22:37:35 +05301182 if (vcpu->guest_debug & KVM_GUESTDBG_USE_SW_BP) {
Paul Mackerras36ee41d2018-01-30 10:51:32 +11001183 /* Need vcore unlocked to call kvmppc_get_last_inst */
1184 spin_unlock(&vcpu->arch.vcore->lock);
Madhavan Srinivasana59c1d92014-09-09 22:37:35 +05301185 r = kvmppc_emulate_debug_inst(run, vcpu);
Paul Mackerras36ee41d2018-01-30 10:51:32 +11001186 spin_lock(&vcpu->arch.vcore->lock);
Madhavan Srinivasana59c1d92014-09-09 22:37:35 +05301187 } else {
1188 kvmppc_core_queue_program(vcpu, SRR1_PROGILL);
1189 r = RESUME_GUEST;
1190 }
Michael Ellermanbd3048b2014-01-08 21:25:23 +11001191 break;
1192 /*
1193 * This occurs if the guest (kernel or userspace), does something that
Paul Mackerras57900692017-05-16 16:41:20 +10001194 * is prohibited by HFSCR.
1195 * On POWER9, this could be a doorbell instruction that we need
1196 * to emulate.
1197 * Otherwise, we just generate a program interrupt to the guest.
Michael Ellermanbd3048b2014-01-08 21:25:23 +11001198 */
1199 case BOOK3S_INTERRUPT_H_FAC_UNAVAIL:
Paul Mackerras57900692017-05-16 16:41:20 +10001200 r = EMULATE_FAIL;
Paul Mackerras36ee41d2018-01-30 10:51:32 +11001201 if (((vcpu->arch.hfscr >> 56) == FSCR_MSGP_LG) &&
1202 cpu_has_feature(CPU_FTR_ARCH_300)) {
1203 /* Need vcore unlocked to call kvmppc_get_last_inst */
1204 spin_unlock(&vcpu->arch.vcore->lock);
Paul Mackerras57900692017-05-16 16:41:20 +10001205 r = kvmppc_emulate_doorbell_instr(vcpu);
Paul Mackerras36ee41d2018-01-30 10:51:32 +11001206 spin_lock(&vcpu->arch.vcore->lock);
1207 }
Paul Mackerras57900692017-05-16 16:41:20 +10001208 if (r == EMULATE_FAIL) {
1209 kvmppc_core_queue_program(vcpu, SRR1_PROGILL);
1210 r = RESUME_GUEST;
1211 }
Paul Mackerrasde56a942011-06-29 00:21:34 +00001212 break;
Paul Mackerras4bb3c7a2018-03-21 21:32:01 +11001213
1214#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1215 case BOOK3S_INTERRUPT_HV_SOFTPATCH:
1216 /*
1217 * This occurs for various TM-related instructions that
1218 * we need to emulate on POWER9 DD2.2. We have already
1219 * handled the cases where the guest was in real-suspend
1220 * mode and was transitioning to transactional state.
1221 */
1222 r = kvmhv_p9_tm_emulation(vcpu);
1223 break;
1224#endif
1225
Suresh Warrierf7af5202016-08-19 15:35:52 +10001226 case BOOK3S_INTERRUPT_HV_RM_HARD:
1227 r = RESUME_PASSTHROUGH;
1228 break;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001229 default:
1230 kvmppc_dump_regs(vcpu);
1231 printk(KERN_EMERG "trap=0x%x | pc=0x%lx | msr=0x%llx\n",
1232 vcpu->arch.trap, kvmppc_get_pc(vcpu),
1233 vcpu->arch.shregs.msr);
Paul Mackerrasf3271d42013-09-20 14:52:41 +10001234 run->hw.hardware_exit_reason = vcpu->arch.trap;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001235 r = RESUME_HOST;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001236 break;
1237 }
1238
Paul Mackerrasde56a942011-06-29 00:21:34 +00001239 return r;
1240}
1241
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301242static int kvm_arch_vcpu_ioctl_get_sregs_hv(struct kvm_vcpu *vcpu,
1243 struct kvm_sregs *sregs)
Paul Mackerrasde56a942011-06-29 00:21:34 +00001244{
1245 int i;
1246
Paul Mackerrasde56a942011-06-29 00:21:34 +00001247 memset(sregs, 0, sizeof(struct kvm_sregs));
Aneesh Kumar K.V87916442013-08-22 17:08:39 +05301248 sregs->pvr = vcpu->arch.pvr;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001249 for (i = 0; i < vcpu->arch.slb_max; i++) {
1250 sregs->u.s.ppc64.slb[i].slbe = vcpu->arch.slb[i].orige;
1251 sregs->u.s.ppc64.slb[i].slbv = vcpu->arch.slb[i].origv;
1252 }
1253
1254 return 0;
1255}
1256
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301257static int kvm_arch_vcpu_ioctl_set_sregs_hv(struct kvm_vcpu *vcpu,
1258 struct kvm_sregs *sregs)
Paul Mackerrasde56a942011-06-29 00:21:34 +00001259{
1260 int i, j;
1261
Paul Mackerras9333e6c2014-09-02 16:14:43 +10001262 /* Only accept the same PVR as the host's, since we can't spoof it */
1263 if (sregs->pvr != vcpu->arch.pvr)
1264 return -EINVAL;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001265
1266 j = 0;
1267 for (i = 0; i < vcpu->arch.slb_nr; i++) {
1268 if (sregs->u.s.ppc64.slb[i].slbe & SLB_ESID_V) {
1269 vcpu->arch.slb[j].orige = sregs->u.s.ppc64.slb[i].slbe;
1270 vcpu->arch.slb[j].origv = sregs->u.s.ppc64.slb[i].slbv;
1271 ++j;
1272 }
1273 }
1274 vcpu->arch.slb_max = j;
1275
1276 return 0;
1277}
1278
Alexey Kardashevskiya0840242014-07-19 17:59:34 +10001279static void kvmppc_set_lpcr(struct kvm_vcpu *vcpu, u64 new_lpcr,
1280 bool preserve_top32)
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001281{
Paul Mackerras8f902b02015-03-20 20:39:38 +11001282 struct kvm *kvm = vcpu->kvm;
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001283 struct kvmppc_vcore *vc = vcpu->arch.vcore;
1284 u64 mask;
1285
Paul Mackerras8f902b02015-03-20 20:39:38 +11001286 mutex_lock(&kvm->lock);
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001287 spin_lock(&vc->lock);
1288 /*
Anton Blanchardd6829162014-01-08 21:25:30 +11001289 * If ILE (interrupt little-endian) has changed, update the
1290 * MSR_LE bit in the intr_msr for each vcpu in this vcore.
1291 */
1292 if ((new_lpcr & LPCR_ILE) != (vc->lpcr & LPCR_ILE)) {
Anton Blanchardd6829162014-01-08 21:25:30 +11001293 struct kvm_vcpu *vcpu;
1294 int i;
1295
Anton Blanchardd6829162014-01-08 21:25:30 +11001296 kvm_for_each_vcpu(i, vcpu, kvm) {
1297 if (vcpu->arch.vcore != vc)
1298 continue;
1299 if (new_lpcr & LPCR_ILE)
1300 vcpu->arch.intr_msr |= MSR_LE;
1301 else
1302 vcpu->arch.intr_msr &= ~MSR_LE;
1303 }
Anton Blanchardd6829162014-01-08 21:25:30 +11001304 }
1305
1306 /*
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001307 * Userspace can only modify DPFD (default prefetch depth),
1308 * ILE (interrupt little-endian) and TC (translation control).
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11001309 * On POWER8 and POWER9 userspace can also modify AIL (alt. interrupt loc.).
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001310 */
1311 mask = LPCR_DPFD | LPCR_ILE | LPCR_TC;
Paul Mackerrase0622bd2014-01-08 21:25:27 +11001312 if (cpu_has_feature(CPU_FTR_ARCH_207S))
1313 mask |= LPCR_AIL;
Paul Mackerras1bc3fe82017-05-22 16:55:16 +10001314 /*
1315 * On POWER9, allow userspace to enable large decrementer for the
1316 * guest, whether or not the host has it enabled.
1317 */
1318 if (cpu_has_feature(CPU_FTR_ARCH_300))
1319 mask |= LPCR_LD;
Alexey Kardashevskiya0840242014-07-19 17:59:34 +10001320
1321 /* Broken 32-bit version of LPCR must not clear top bits */
1322 if (preserve_top32)
1323 mask &= 0xFFFFFFFF;
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001324 vc->lpcr = (vc->lpcr & ~mask) | (new_lpcr & mask);
1325 spin_unlock(&vc->lock);
Paul Mackerras8f902b02015-03-20 20:39:38 +11001326 mutex_unlock(&kvm->lock);
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001327}
1328
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301329static int kvmppc_get_one_reg_hv(struct kvm_vcpu *vcpu, u64 id,
1330 union kvmppc_one_reg *val)
Paul Mackerras31f34382011-12-12 12:26:50 +00001331{
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001332 int r = 0;
1333 long int i;
Paul Mackerras31f34382011-12-12 12:26:50 +00001334
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001335 switch (id) {
Madhavan Srinivasana59c1d92014-09-09 22:37:35 +05301336 case KVM_REG_PPC_DEBUG_INST:
1337 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT);
1338 break;
Paul Mackerras31f34382011-12-12 12:26:50 +00001339 case KVM_REG_PPC_HIOR:
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001340 *val = get_reg_val(id, 0);
1341 break;
1342 case KVM_REG_PPC_DABR:
1343 *val = get_reg_val(id, vcpu->arch.dabr);
1344 break;
Paul Mackerras8563bf52014-01-08 21:25:29 +11001345 case KVM_REG_PPC_DABRX:
1346 *val = get_reg_val(id, vcpu->arch.dabrx);
1347 break;
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001348 case KVM_REG_PPC_DSCR:
1349 *val = get_reg_val(id, vcpu->arch.dscr);
1350 break;
1351 case KVM_REG_PPC_PURR:
1352 *val = get_reg_val(id, vcpu->arch.purr);
1353 break;
1354 case KVM_REG_PPC_SPURR:
1355 *val = get_reg_val(id, vcpu->arch.spurr);
1356 break;
1357 case KVM_REG_PPC_AMR:
1358 *val = get_reg_val(id, vcpu->arch.amr);
1359 break;
1360 case KVM_REG_PPC_UAMOR:
1361 *val = get_reg_val(id, vcpu->arch.uamor);
1362 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001363 case KVM_REG_PPC_MMCR0 ... KVM_REG_PPC_MMCRS:
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001364 i = id - KVM_REG_PPC_MMCR0;
1365 *val = get_reg_val(id, vcpu->arch.mmcr[i]);
1366 break;
1367 case KVM_REG_PPC_PMC1 ... KVM_REG_PPC_PMC8:
1368 i = id - KVM_REG_PPC_PMC1;
1369 *val = get_reg_val(id, vcpu->arch.pmc[i]);
Paul Mackerras31f34382011-12-12 12:26:50 +00001370 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001371 case KVM_REG_PPC_SPMC1 ... KVM_REG_PPC_SPMC2:
1372 i = id - KVM_REG_PPC_SPMC1;
1373 *val = get_reg_val(id, vcpu->arch.spmc[i]);
1374 break;
Paul Mackerras14941782013-09-06 13:11:18 +10001375 case KVM_REG_PPC_SIAR:
1376 *val = get_reg_val(id, vcpu->arch.siar);
1377 break;
1378 case KVM_REG_PPC_SDAR:
1379 *val = get_reg_val(id, vcpu->arch.sdar);
1380 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001381 case KVM_REG_PPC_SIER:
1382 *val = get_reg_val(id, vcpu->arch.sier);
Paul Mackerrasa8bd19e2012-09-25 20:32:30 +00001383 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001384 case KVM_REG_PPC_IAMR:
1385 *val = get_reg_val(id, vcpu->arch.iamr);
Paul Mackerrasa8bd19e2012-09-25 20:32:30 +00001386 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001387 case KVM_REG_PPC_PSPB:
1388 *val = get_reg_val(id, vcpu->arch.pspb);
1389 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001390 case KVM_REG_PPC_DPDES:
1391 *val = get_reg_val(id, vcpu->arch.vcore->dpdes);
1392 break;
Paul Mackerras88b02cf92016-09-15 13:42:52 +10001393 case KVM_REG_PPC_VTB:
1394 *val = get_reg_val(id, vcpu->arch.vcore->vtb);
1395 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001396 case KVM_REG_PPC_DAWR:
1397 *val = get_reg_val(id, vcpu->arch.dawr);
1398 break;
1399 case KVM_REG_PPC_DAWRX:
1400 *val = get_reg_val(id, vcpu->arch.dawrx);
1401 break;
1402 case KVM_REG_PPC_CIABR:
1403 *val = get_reg_val(id, vcpu->arch.ciabr);
1404 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001405 case KVM_REG_PPC_CSIGR:
1406 *val = get_reg_val(id, vcpu->arch.csigr);
1407 break;
1408 case KVM_REG_PPC_TACR:
1409 *val = get_reg_val(id, vcpu->arch.tacr);
1410 break;
1411 case KVM_REG_PPC_TCSCR:
1412 *val = get_reg_val(id, vcpu->arch.tcscr);
1413 break;
1414 case KVM_REG_PPC_PID:
1415 *val = get_reg_val(id, vcpu->arch.pid);
1416 break;
1417 case KVM_REG_PPC_ACOP:
1418 *val = get_reg_val(id, vcpu->arch.acop);
1419 break;
1420 case KVM_REG_PPC_WORT:
1421 *val = get_reg_val(id, vcpu->arch.wort);
1422 break;
Paul Mackerrase9cf1e02016-11-18 13:11:42 +11001423 case KVM_REG_PPC_TIDR:
1424 *val = get_reg_val(id, vcpu->arch.tid);
1425 break;
1426 case KVM_REG_PPC_PSSCR:
1427 *val = get_reg_val(id, vcpu->arch.psscr);
1428 break;
Paul Mackerras55b665b2012-09-25 20:33:06 +00001429 case KVM_REG_PPC_VPA_ADDR:
1430 spin_lock(&vcpu->arch.vpa_update_lock);
1431 *val = get_reg_val(id, vcpu->arch.vpa.next_gpa);
1432 spin_unlock(&vcpu->arch.vpa_update_lock);
1433 break;
1434 case KVM_REG_PPC_VPA_SLB:
1435 spin_lock(&vcpu->arch.vpa_update_lock);
1436 val->vpaval.addr = vcpu->arch.slb_shadow.next_gpa;
1437 val->vpaval.length = vcpu->arch.slb_shadow.len;
1438 spin_unlock(&vcpu->arch.vpa_update_lock);
1439 break;
1440 case KVM_REG_PPC_VPA_DTL:
1441 spin_lock(&vcpu->arch.vpa_update_lock);
1442 val->vpaval.addr = vcpu->arch.dtl.next_gpa;
1443 val->vpaval.length = vcpu->arch.dtl.len;
1444 spin_unlock(&vcpu->arch.vpa_update_lock);
1445 break;
Paul Mackerras93b0f4d2013-09-06 13:17:46 +10001446 case KVM_REG_PPC_TB_OFFSET:
1447 *val = get_reg_val(id, vcpu->arch.vcore->tb_offset);
1448 break;
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001449 case KVM_REG_PPC_LPCR:
Alexey Kardashevskiya0840242014-07-19 17:59:34 +10001450 case KVM_REG_PPC_LPCR_64:
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001451 *val = get_reg_val(id, vcpu->arch.vcore->lpcr);
1452 break;
Paul Mackerras4b8473c2013-09-20 14:52:39 +10001453 case KVM_REG_PPC_PPR:
1454 *val = get_reg_val(id, vcpu->arch.ppr);
1455 break;
Michael Neulinga7d80d02014-03-25 10:47:03 +11001456#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1457 case KVM_REG_PPC_TFHAR:
1458 *val = get_reg_val(id, vcpu->arch.tfhar);
1459 break;
1460 case KVM_REG_PPC_TFIAR:
1461 *val = get_reg_val(id, vcpu->arch.tfiar);
1462 break;
1463 case KVM_REG_PPC_TEXASR:
1464 *val = get_reg_val(id, vcpu->arch.texasr);
1465 break;
1466 case KVM_REG_PPC_TM_GPR0 ... KVM_REG_PPC_TM_GPR31:
1467 i = id - KVM_REG_PPC_TM_GPR0;
1468 *val = get_reg_val(id, vcpu->arch.gpr_tm[i]);
1469 break;
1470 case KVM_REG_PPC_TM_VSR0 ... KVM_REG_PPC_TM_VSR63:
1471 {
1472 int j;
1473 i = id - KVM_REG_PPC_TM_VSR0;
1474 if (i < 32)
1475 for (j = 0; j < TS_FPRWIDTH; j++)
1476 val->vsxval[j] = vcpu->arch.fp_tm.fpr[i][j];
1477 else {
1478 if (cpu_has_feature(CPU_FTR_ALTIVEC))
1479 val->vval = vcpu->arch.vr_tm.vr[i-32];
1480 else
1481 r = -ENXIO;
1482 }
1483 break;
1484 }
1485 case KVM_REG_PPC_TM_CR:
1486 *val = get_reg_val(id, vcpu->arch.cr_tm);
1487 break;
Paul Mackerras0d808df2016-11-07 15:09:58 +11001488 case KVM_REG_PPC_TM_XER:
1489 *val = get_reg_val(id, vcpu->arch.xer_tm);
1490 break;
Michael Neulinga7d80d02014-03-25 10:47:03 +11001491 case KVM_REG_PPC_TM_LR:
1492 *val = get_reg_val(id, vcpu->arch.lr_tm);
1493 break;
1494 case KVM_REG_PPC_TM_CTR:
1495 *val = get_reg_val(id, vcpu->arch.ctr_tm);
1496 break;
1497 case KVM_REG_PPC_TM_FPSCR:
1498 *val = get_reg_val(id, vcpu->arch.fp_tm.fpscr);
1499 break;
1500 case KVM_REG_PPC_TM_AMR:
1501 *val = get_reg_val(id, vcpu->arch.amr_tm);
1502 break;
1503 case KVM_REG_PPC_TM_PPR:
1504 *val = get_reg_val(id, vcpu->arch.ppr_tm);
1505 break;
1506 case KVM_REG_PPC_TM_VRSAVE:
1507 *val = get_reg_val(id, vcpu->arch.vrsave_tm);
1508 break;
1509 case KVM_REG_PPC_TM_VSCR:
1510 if (cpu_has_feature(CPU_FTR_ALTIVEC))
1511 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]);
1512 else
1513 r = -ENXIO;
1514 break;
1515 case KVM_REG_PPC_TM_DSCR:
1516 *val = get_reg_val(id, vcpu->arch.dscr_tm);
1517 break;
1518 case KVM_REG_PPC_TM_TAR:
1519 *val = get_reg_val(id, vcpu->arch.tar_tm);
1520 break;
1521#endif
Paul Mackerras388cc6e2013-09-21 14:35:02 +10001522 case KVM_REG_PPC_ARCH_COMPAT:
1523 *val = get_reg_val(id, vcpu->arch.vcore->arch_compat);
1524 break;
Paul Mackerras58555642018-01-12 20:55:20 +11001525 case KVM_REG_PPC_DEC_EXPIRY:
1526 *val = get_reg_val(id, vcpu->arch.dec_expires +
1527 vcpu->arch.vcore->tb_offset);
1528 break;
Paul Mackerras31f34382011-12-12 12:26:50 +00001529 default:
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001530 r = -EINVAL;
Paul Mackerras31f34382011-12-12 12:26:50 +00001531 break;
1532 }
1533
1534 return r;
1535}
1536
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301537static int kvmppc_set_one_reg_hv(struct kvm_vcpu *vcpu, u64 id,
1538 union kvmppc_one_reg *val)
Paul Mackerras31f34382011-12-12 12:26:50 +00001539{
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001540 int r = 0;
1541 long int i;
Paul Mackerras55b665b2012-09-25 20:33:06 +00001542 unsigned long addr, len;
Paul Mackerras31f34382011-12-12 12:26:50 +00001543
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001544 switch (id) {
Paul Mackerras31f34382011-12-12 12:26:50 +00001545 case KVM_REG_PPC_HIOR:
Paul Mackerras31f34382011-12-12 12:26:50 +00001546 /* Only allow this to be set to zero */
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001547 if (set_reg_val(id, *val))
Paul Mackerras31f34382011-12-12 12:26:50 +00001548 r = -EINVAL;
1549 break;
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001550 case KVM_REG_PPC_DABR:
1551 vcpu->arch.dabr = set_reg_val(id, *val);
1552 break;
Paul Mackerras8563bf52014-01-08 21:25:29 +11001553 case KVM_REG_PPC_DABRX:
1554 vcpu->arch.dabrx = set_reg_val(id, *val) & ~DABRX_HYP;
1555 break;
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001556 case KVM_REG_PPC_DSCR:
1557 vcpu->arch.dscr = set_reg_val(id, *val);
1558 break;
1559 case KVM_REG_PPC_PURR:
1560 vcpu->arch.purr = set_reg_val(id, *val);
1561 break;
1562 case KVM_REG_PPC_SPURR:
1563 vcpu->arch.spurr = set_reg_val(id, *val);
1564 break;
1565 case KVM_REG_PPC_AMR:
1566 vcpu->arch.amr = set_reg_val(id, *val);
1567 break;
1568 case KVM_REG_PPC_UAMOR:
1569 vcpu->arch.uamor = set_reg_val(id, *val);
1570 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001571 case KVM_REG_PPC_MMCR0 ... KVM_REG_PPC_MMCRS:
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001572 i = id - KVM_REG_PPC_MMCR0;
1573 vcpu->arch.mmcr[i] = set_reg_val(id, *val);
1574 break;
1575 case KVM_REG_PPC_PMC1 ... KVM_REG_PPC_PMC8:
1576 i = id - KVM_REG_PPC_PMC1;
1577 vcpu->arch.pmc[i] = set_reg_val(id, *val);
1578 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001579 case KVM_REG_PPC_SPMC1 ... KVM_REG_PPC_SPMC2:
1580 i = id - KVM_REG_PPC_SPMC1;
1581 vcpu->arch.spmc[i] = set_reg_val(id, *val);
1582 break;
Paul Mackerras14941782013-09-06 13:11:18 +10001583 case KVM_REG_PPC_SIAR:
1584 vcpu->arch.siar = set_reg_val(id, *val);
1585 break;
1586 case KVM_REG_PPC_SDAR:
1587 vcpu->arch.sdar = set_reg_val(id, *val);
1588 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001589 case KVM_REG_PPC_SIER:
1590 vcpu->arch.sier = set_reg_val(id, *val);
Paul Mackerrasa8bd19e2012-09-25 20:32:30 +00001591 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001592 case KVM_REG_PPC_IAMR:
1593 vcpu->arch.iamr = set_reg_val(id, *val);
Paul Mackerrasa8bd19e2012-09-25 20:32:30 +00001594 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001595 case KVM_REG_PPC_PSPB:
1596 vcpu->arch.pspb = set_reg_val(id, *val);
1597 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001598 case KVM_REG_PPC_DPDES:
1599 vcpu->arch.vcore->dpdes = set_reg_val(id, *val);
1600 break;
Paul Mackerras88b02cf92016-09-15 13:42:52 +10001601 case KVM_REG_PPC_VTB:
1602 vcpu->arch.vcore->vtb = set_reg_val(id, *val);
1603 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001604 case KVM_REG_PPC_DAWR:
1605 vcpu->arch.dawr = set_reg_val(id, *val);
1606 break;
1607 case KVM_REG_PPC_DAWRX:
1608 vcpu->arch.dawrx = set_reg_val(id, *val) & ~DAWRX_HYP;
1609 break;
1610 case KVM_REG_PPC_CIABR:
1611 vcpu->arch.ciabr = set_reg_val(id, *val);
1612 /* Don't allow setting breakpoints in hypervisor code */
1613 if ((vcpu->arch.ciabr & CIABR_PRIV) == CIABR_PRIV_HYPER)
1614 vcpu->arch.ciabr &= ~CIABR_PRIV; /* disable */
1615 break;
Michael Neulingb005255e2014-01-08 21:25:21 +11001616 case KVM_REG_PPC_CSIGR:
1617 vcpu->arch.csigr = set_reg_val(id, *val);
1618 break;
1619 case KVM_REG_PPC_TACR:
1620 vcpu->arch.tacr = set_reg_val(id, *val);
1621 break;
1622 case KVM_REG_PPC_TCSCR:
1623 vcpu->arch.tcscr = set_reg_val(id, *val);
1624 break;
1625 case KVM_REG_PPC_PID:
1626 vcpu->arch.pid = set_reg_val(id, *val);
1627 break;
1628 case KVM_REG_PPC_ACOP:
1629 vcpu->arch.acop = set_reg_val(id, *val);
1630 break;
1631 case KVM_REG_PPC_WORT:
1632 vcpu->arch.wort = set_reg_val(id, *val);
1633 break;
Paul Mackerrase9cf1e02016-11-18 13:11:42 +11001634 case KVM_REG_PPC_TIDR:
1635 vcpu->arch.tid = set_reg_val(id, *val);
1636 break;
1637 case KVM_REG_PPC_PSSCR:
1638 vcpu->arch.psscr = set_reg_val(id, *val) & PSSCR_GUEST_VIS;
1639 break;
Paul Mackerras55b665b2012-09-25 20:33:06 +00001640 case KVM_REG_PPC_VPA_ADDR:
1641 addr = set_reg_val(id, *val);
1642 r = -EINVAL;
1643 if (!addr && (vcpu->arch.slb_shadow.next_gpa ||
1644 vcpu->arch.dtl.next_gpa))
1645 break;
1646 r = set_vpa(vcpu, &vcpu->arch.vpa, addr, sizeof(struct lppaca));
1647 break;
1648 case KVM_REG_PPC_VPA_SLB:
1649 addr = val->vpaval.addr;
1650 len = val->vpaval.length;
1651 r = -EINVAL;
1652 if (addr && !vcpu->arch.vpa.next_gpa)
1653 break;
1654 r = set_vpa(vcpu, &vcpu->arch.slb_shadow, addr, len);
1655 break;
1656 case KVM_REG_PPC_VPA_DTL:
1657 addr = val->vpaval.addr;
1658 len = val->vpaval.length;
1659 r = -EINVAL;
Paul Mackerras9f8c8c72012-10-15 01:18:37 +00001660 if (addr && (len < sizeof(struct dtl_entry) ||
1661 !vcpu->arch.vpa.next_gpa))
Paul Mackerras55b665b2012-09-25 20:33:06 +00001662 break;
1663 len -= len % sizeof(struct dtl_entry);
1664 r = set_vpa(vcpu, &vcpu->arch.dtl, addr, len);
1665 break;
Paul Mackerras93b0f4d2013-09-06 13:17:46 +10001666 case KVM_REG_PPC_TB_OFFSET:
Paul Mackerras3d3efb62017-06-06 14:35:30 +10001667 /*
1668 * POWER9 DD1 has an erratum where writing TBU40 causes
1669 * the timebase to lose ticks. So we don't let the
1670 * timebase offset be changed on P9 DD1. (It is
1671 * initialized to zero.)
1672 */
1673 if (cpu_has_feature(CPU_FTR_POWER9_DD1))
1674 break;
Paul Mackerras93b0f4d2013-09-06 13:17:46 +10001675 /* round up to multiple of 2^24 */
1676 vcpu->arch.vcore->tb_offset =
1677 ALIGN(set_reg_val(id, *val), 1UL << 24);
1678 break;
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001679 case KVM_REG_PPC_LPCR:
Alexey Kardashevskiya0840242014-07-19 17:59:34 +10001680 kvmppc_set_lpcr(vcpu, set_reg_val(id, *val), true);
1681 break;
1682 case KVM_REG_PPC_LPCR_64:
1683 kvmppc_set_lpcr(vcpu, set_reg_val(id, *val), false);
Paul Mackerrasa0144e22013-09-20 14:52:38 +10001684 break;
Paul Mackerras4b8473c2013-09-20 14:52:39 +10001685 case KVM_REG_PPC_PPR:
1686 vcpu->arch.ppr = set_reg_val(id, *val);
1687 break;
Michael Neulinga7d80d02014-03-25 10:47:03 +11001688#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1689 case KVM_REG_PPC_TFHAR:
1690 vcpu->arch.tfhar = set_reg_val(id, *val);
1691 break;
1692 case KVM_REG_PPC_TFIAR:
1693 vcpu->arch.tfiar = set_reg_val(id, *val);
1694 break;
1695 case KVM_REG_PPC_TEXASR:
1696 vcpu->arch.texasr = set_reg_val(id, *val);
1697 break;
1698 case KVM_REG_PPC_TM_GPR0 ... KVM_REG_PPC_TM_GPR31:
1699 i = id - KVM_REG_PPC_TM_GPR0;
1700 vcpu->arch.gpr_tm[i] = set_reg_val(id, *val);
1701 break;
1702 case KVM_REG_PPC_TM_VSR0 ... KVM_REG_PPC_TM_VSR63:
1703 {
1704 int j;
1705 i = id - KVM_REG_PPC_TM_VSR0;
1706 if (i < 32)
1707 for (j = 0; j < TS_FPRWIDTH; j++)
1708 vcpu->arch.fp_tm.fpr[i][j] = val->vsxval[j];
1709 else
1710 if (cpu_has_feature(CPU_FTR_ALTIVEC))
1711 vcpu->arch.vr_tm.vr[i-32] = val->vval;
1712 else
1713 r = -ENXIO;
1714 break;
1715 }
1716 case KVM_REG_PPC_TM_CR:
1717 vcpu->arch.cr_tm = set_reg_val(id, *val);
1718 break;
Paul Mackerras0d808df2016-11-07 15:09:58 +11001719 case KVM_REG_PPC_TM_XER:
1720 vcpu->arch.xer_tm = set_reg_val(id, *val);
1721 break;
Michael Neulinga7d80d02014-03-25 10:47:03 +11001722 case KVM_REG_PPC_TM_LR:
1723 vcpu->arch.lr_tm = set_reg_val(id, *val);
1724 break;
1725 case KVM_REG_PPC_TM_CTR:
1726 vcpu->arch.ctr_tm = set_reg_val(id, *val);
1727 break;
1728 case KVM_REG_PPC_TM_FPSCR:
1729 vcpu->arch.fp_tm.fpscr = set_reg_val(id, *val);
1730 break;
1731 case KVM_REG_PPC_TM_AMR:
1732 vcpu->arch.amr_tm = set_reg_val(id, *val);
1733 break;
1734 case KVM_REG_PPC_TM_PPR:
1735 vcpu->arch.ppr_tm = set_reg_val(id, *val);
1736 break;
1737 case KVM_REG_PPC_TM_VRSAVE:
1738 vcpu->arch.vrsave_tm = set_reg_val(id, *val);
1739 break;
1740 case KVM_REG_PPC_TM_VSCR:
1741 if (cpu_has_feature(CPU_FTR_ALTIVEC))
1742 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val);
1743 else
1744 r = - ENXIO;
1745 break;
1746 case KVM_REG_PPC_TM_DSCR:
1747 vcpu->arch.dscr_tm = set_reg_val(id, *val);
1748 break;
1749 case KVM_REG_PPC_TM_TAR:
1750 vcpu->arch.tar_tm = set_reg_val(id, *val);
1751 break;
1752#endif
Paul Mackerras388cc6e2013-09-21 14:35:02 +10001753 case KVM_REG_PPC_ARCH_COMPAT:
1754 r = kvmppc_set_arch_compat(vcpu, set_reg_val(id, *val));
1755 break;
Paul Mackerras58555642018-01-12 20:55:20 +11001756 case KVM_REG_PPC_DEC_EXPIRY:
1757 vcpu->arch.dec_expires = set_reg_val(id, *val) -
1758 vcpu->arch.vcore->tb_offset;
1759 break;
Paul Mackerras31f34382011-12-12 12:26:50 +00001760 default:
Paul Mackerrasa136a8b2012-09-25 20:31:56 +00001761 r = -EINVAL;
Paul Mackerras31f34382011-12-12 12:26:50 +00001762 break;
1763 }
1764
1765 return r;
1766}
1767
Paul Mackerras45c940b2016-11-18 17:43:30 +11001768/*
1769 * On POWER9, threads are independent and can be in different partitions.
1770 * Therefore we consider each thread to be a subcore.
1771 * There is a restriction that all threads have to be in the same
1772 * MMU mode (radix or HPT), unfortunately, but since we only support
1773 * HPT guests on a HPT host so far, that isn't an impediment yet.
1774 */
Paul Mackerras516f7892017-10-16 16:11:57 +11001775static int threads_per_vcore(struct kvm *kvm)
Paul Mackerras45c940b2016-11-18 17:43:30 +11001776{
Paul Mackerras516f7892017-10-16 16:11:57 +11001777 if (kvm->arch.threads_indep)
Paul Mackerras45c940b2016-11-18 17:43:30 +11001778 return 1;
1779 return threads_per_subcore;
1780}
1781
Stewart Smithde9bdd12014-07-18 14:18:42 +10001782static struct kvmppc_vcore *kvmppc_vcore_create(struct kvm *kvm, int core)
1783{
1784 struct kvmppc_vcore *vcore;
1785
1786 vcore = kzalloc(sizeof(struct kvmppc_vcore), GFP_KERNEL);
1787
1788 if (vcore == NULL)
1789 return NULL;
1790
Stewart Smithde9bdd12014-07-18 14:18:42 +10001791 spin_lock_init(&vcore->lock);
Paul Mackerras2711e242014-12-04 16:43:28 +11001792 spin_lock_init(&vcore->stoltb_lock);
Marcelo Tosatti85773702016-02-19 09:46:39 +01001793 init_swait_queue_head(&vcore->wq);
Stewart Smithde9bdd12014-07-18 14:18:42 +10001794 vcore->preempt_tb = TB_NIL;
1795 vcore->lpcr = kvm->arch.lpcr;
Paul Mackerras3c313522017-02-06 13:24:41 +11001796 vcore->first_vcpuid = core * kvm->arch.smt_mode;
Stewart Smithde9bdd12014-07-18 14:18:42 +10001797 vcore->kvm = kvm;
Paul Mackerrasec257162015-06-24 21:18:03 +10001798 INIT_LIST_HEAD(&vcore->preempt_list);
Stewart Smithde9bdd12014-07-18 14:18:42 +10001799
1800 return vcore;
1801}
1802
Paul Mackerrasb6c295d2015-03-28 14:21:02 +11001803#ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
1804static struct debugfs_timings_element {
1805 const char *name;
1806 size_t offset;
1807} timings[] = {
1808 {"rm_entry", offsetof(struct kvm_vcpu, arch.rm_entry)},
1809 {"rm_intr", offsetof(struct kvm_vcpu, arch.rm_intr)},
1810 {"rm_exit", offsetof(struct kvm_vcpu, arch.rm_exit)},
1811 {"guest", offsetof(struct kvm_vcpu, arch.guest_time)},
1812 {"cede", offsetof(struct kvm_vcpu, arch.cede_time)},
1813};
1814
Thomas Meyer4bb817ed2017-09-03 14:19:31 +02001815#define N_TIMINGS (ARRAY_SIZE(timings))
Paul Mackerrasb6c295d2015-03-28 14:21:02 +11001816
1817struct debugfs_timings_state {
1818 struct kvm_vcpu *vcpu;
1819 unsigned int buflen;
1820 char buf[N_TIMINGS * 100];
1821};
1822
1823static int debugfs_timings_open(struct inode *inode, struct file *file)
1824{
1825 struct kvm_vcpu *vcpu = inode->i_private;
1826 struct debugfs_timings_state *p;
1827
1828 p = kzalloc(sizeof(*p), GFP_KERNEL);
1829 if (!p)
1830 return -ENOMEM;
1831
1832 kvm_get_kvm(vcpu->kvm);
1833 p->vcpu = vcpu;
1834 file->private_data = p;
1835
1836 return nonseekable_open(inode, file);
1837}
1838
1839static int debugfs_timings_release(struct inode *inode, struct file *file)
1840{
1841 struct debugfs_timings_state *p = file->private_data;
1842
1843 kvm_put_kvm(p->vcpu->kvm);
1844 kfree(p);
1845 return 0;
1846}
1847
1848static ssize_t debugfs_timings_read(struct file *file, char __user *buf,
1849 size_t len, loff_t *ppos)
1850{
1851 struct debugfs_timings_state *p = file->private_data;
1852 struct kvm_vcpu *vcpu = p->vcpu;
1853 char *s, *buf_end;
1854 struct kvmhv_tb_accumulator tb;
1855 u64 count;
1856 loff_t pos;
1857 ssize_t n;
1858 int i, loops;
1859 bool ok;
1860
1861 if (!p->buflen) {
1862 s = p->buf;
1863 buf_end = s + sizeof(p->buf);
1864 for (i = 0; i < N_TIMINGS; ++i) {
1865 struct kvmhv_tb_accumulator *acc;
1866
1867 acc = (struct kvmhv_tb_accumulator *)
1868 ((unsigned long)vcpu + timings[i].offset);
1869 ok = false;
1870 for (loops = 0; loops < 1000; ++loops) {
1871 count = acc->seqcount;
1872 if (!(count & 1)) {
1873 smp_rmb();
1874 tb = *acc;
1875 smp_rmb();
1876 if (count == acc->seqcount) {
1877 ok = true;
1878 break;
1879 }
1880 }
1881 udelay(1);
1882 }
1883 if (!ok)
1884 snprintf(s, buf_end - s, "%s: stuck\n",
1885 timings[i].name);
1886 else
1887 snprintf(s, buf_end - s,
1888 "%s: %llu %llu %llu %llu\n",
1889 timings[i].name, count / 2,
1890 tb_to_ns(tb.tb_total),
1891 tb_to_ns(tb.tb_min),
1892 tb_to_ns(tb.tb_max));
1893 s += strlen(s);
1894 }
1895 p->buflen = s - p->buf;
1896 }
1897
1898 pos = *ppos;
1899 if (pos >= p->buflen)
1900 return 0;
1901 if (len > p->buflen - pos)
1902 len = p->buflen - pos;
1903 n = copy_to_user(buf, p->buf + pos, len);
1904 if (n) {
1905 if (n == len)
1906 return -EFAULT;
1907 len -= n;
1908 }
1909 *ppos = pos + len;
1910 return len;
1911}
1912
1913static ssize_t debugfs_timings_write(struct file *file, const char __user *buf,
1914 size_t len, loff_t *ppos)
1915{
1916 return -EACCES;
1917}
1918
1919static const struct file_operations debugfs_timings_ops = {
1920 .owner = THIS_MODULE,
1921 .open = debugfs_timings_open,
1922 .release = debugfs_timings_release,
1923 .read = debugfs_timings_read,
1924 .write = debugfs_timings_write,
1925 .llseek = generic_file_llseek,
1926};
1927
1928/* Create a debugfs directory for the vcpu */
1929static void debugfs_vcpu_init(struct kvm_vcpu *vcpu, unsigned int id)
1930{
1931 char buf[16];
1932 struct kvm *kvm = vcpu->kvm;
1933
1934 snprintf(buf, sizeof(buf), "vcpu%u", id);
1935 if (IS_ERR_OR_NULL(kvm->arch.debugfs_dir))
1936 return;
1937 vcpu->arch.debugfs_dir = debugfs_create_dir(buf, kvm->arch.debugfs_dir);
1938 if (IS_ERR_OR_NULL(vcpu->arch.debugfs_dir))
1939 return;
1940 vcpu->arch.debugfs_timings =
1941 debugfs_create_file("timings", 0444, vcpu->arch.debugfs_dir,
1942 vcpu, &debugfs_timings_ops);
1943}
1944
1945#else /* CONFIG_KVM_BOOK3S_HV_EXIT_TIMING */
1946static void debugfs_vcpu_init(struct kvm_vcpu *vcpu, unsigned int id)
1947{
1948}
1949#endif /* CONFIG_KVM_BOOK3S_HV_EXIT_TIMING */
1950
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301951static struct kvm_vcpu *kvmppc_core_vcpu_create_hv(struct kvm *kvm,
1952 unsigned int id)
Paul Mackerrasde56a942011-06-29 00:21:34 +00001953{
1954 struct kvm_vcpu *vcpu;
Paul Mackerras3c313522017-02-06 13:24:41 +11001955 int err;
Paul Mackerras371fefd2011-06-29 00:23:08 +00001956 int core;
1957 struct kvmppc_vcore *vcore;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001958
Paul Mackerras371fefd2011-06-29 00:23:08 +00001959 err = -ENOMEM;
Sasha Levin6b75e6b2011-12-07 10:24:56 +02001960 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
Paul Mackerrasde56a942011-06-29 00:21:34 +00001961 if (!vcpu)
1962 goto out;
1963
1964 err = kvm_vcpu_init(vcpu, kvm, id);
1965 if (err)
1966 goto free_vcpu;
1967
1968 vcpu->arch.shared = &vcpu->arch.shregs;
Alexander Graf5deb8e72014-04-24 13:46:24 +02001969#ifdef CONFIG_KVM_BOOK3S_PR_POSSIBLE
1970 /*
1971 * The shared struct is never shared on HV,
1972 * so we can always use host endianness
1973 */
1974#ifdef __BIG_ENDIAN__
1975 vcpu->arch.shared_big_endian = true;
1976#else
1977 vcpu->arch.shared_big_endian = false;
1978#endif
1979#endif
Paul Mackerrasde56a942011-06-29 00:21:34 +00001980 vcpu->arch.mmcr[0] = MMCR0_FC;
1981 vcpu->arch.ctrl = CTRL_RUNLATCH;
1982 /* default to host PVR, since we can't spoof it */
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05301983 kvmppc_set_pvr_hv(vcpu, mfspr(SPRN_PVR));
Paul Mackerras2e25aa52012-02-19 17:46:32 +00001984 spin_lock_init(&vcpu->arch.vpa_update_lock);
Paul Mackerrasc7b67672012-10-15 01:18:07 +00001985 spin_lock_init(&vcpu->arch.tbacct_lock);
1986 vcpu->arch.busy_preempt = TB_NIL;
Anton Blanchardd6829162014-01-08 21:25:30 +11001987 vcpu->arch.intr_msr = MSR_SF | MSR_ME;
Paul Mackerrasde56a942011-06-29 00:21:34 +00001988
Paul Mackerras769377f2017-02-15 14:30:17 +11001989 /*
1990 * Set the default HFSCR for the guest from the host value.
1991 * This value is only used on POWER9.
1992 * On POWER9 DD1, TM doesn't work, so we make sure to
1993 * prevent the guest from using it.
Paul Mackerras57900692017-05-16 16:41:20 +10001994 * On POWER9, we want to virtualize the doorbell facility, so we
1995 * turn off the HFSCR bit, which causes those instructions to trap.
Paul Mackerras769377f2017-02-15 14:30:17 +11001996 */
1997 vcpu->arch.hfscr = mfspr(SPRN_HFSCR);
Paul Mackerras4bb3c7a2018-03-21 21:32:01 +11001998 if (cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST))
1999 vcpu->arch.hfscr |= HFSCR_TM;
2000 else if (!cpu_has_feature(CPU_FTR_TM_COMP))
Paul Mackerras769377f2017-02-15 14:30:17 +11002001 vcpu->arch.hfscr &= ~HFSCR_TM;
Paul Mackerras57900692017-05-16 16:41:20 +10002002 if (cpu_has_feature(CPU_FTR_ARCH_300))
2003 vcpu->arch.hfscr &= ~HFSCR_MSGP;
Paul Mackerras769377f2017-02-15 14:30:17 +11002004
Paul Mackerrasde56a942011-06-29 00:21:34 +00002005 kvmppc_mmu_book3s_hv_init(vcpu);
2006
Paul Mackerras8455d792012-10-15 01:17:42 +00002007 vcpu->arch.state = KVMPPC_VCPU_NOTREADY;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002008
2009 init_waitqueue_head(&vcpu->arch.cpu_run);
2010
2011 mutex_lock(&kvm->lock);
Paul Mackerras3c313522017-02-06 13:24:41 +11002012 vcore = NULL;
2013 err = -EINVAL;
2014 core = id / kvm->arch.smt_mode;
2015 if (core < KVM_MAX_VCORES) {
2016 vcore = kvm->arch.vcores[core];
2017 if (!vcore) {
2018 err = -ENOMEM;
2019 vcore = kvmppc_vcore_create(kvm, core);
2020 kvm->arch.vcores[core] = vcore;
2021 kvm->arch.online_vcores++;
2022 }
Paul Mackerras371fefd2011-06-29 00:23:08 +00002023 }
2024 mutex_unlock(&kvm->lock);
2025
2026 if (!vcore)
2027 goto free_vcpu;
2028
2029 spin_lock(&vcore->lock);
2030 ++vcore->num_threads;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002031 spin_unlock(&vcore->lock);
2032 vcpu->arch.vcore = vcore;
Paul Mackerrase0b7ec02014-01-08 21:25:20 +11002033 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid;
Paul Mackerrasec257162015-06-24 21:18:03 +10002034 vcpu->arch.thread_cpu = -1;
Paul Mackerrasa29ebea2017-01-30 21:21:50 +11002035 vcpu->arch.prev_cpu = -1;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002036
Alexander Grafaf8f38b2011-08-10 13:57:08 +02002037 vcpu->arch.cpu_type = KVM_CPU_3S_64;
2038 kvmppc_sanity_check(vcpu);
2039
Paul Mackerrasb6c295d2015-03-28 14:21:02 +11002040 debugfs_vcpu_init(vcpu, id);
2041
Paul Mackerrasde56a942011-06-29 00:21:34 +00002042 return vcpu;
2043
2044free_vcpu:
Sasha Levin6b75e6b2011-12-07 10:24:56 +02002045 kmem_cache_free(kvm_vcpu_cache, vcpu);
Paul Mackerrasde56a942011-06-29 00:21:34 +00002046out:
2047 return ERR_PTR(err);
2048}
2049
Paul Mackerras3c313522017-02-06 13:24:41 +11002050static int kvmhv_set_smt_mode(struct kvm *kvm, unsigned long smt_mode,
2051 unsigned long flags)
2052{
2053 int err;
Paul Mackerras57900692017-05-16 16:41:20 +10002054 int esmt = 0;
Paul Mackerras3c313522017-02-06 13:24:41 +11002055
2056 if (flags)
2057 return -EINVAL;
2058 if (smt_mode > MAX_SMT_THREADS || !is_power_of_2(smt_mode))
2059 return -EINVAL;
2060 if (!cpu_has_feature(CPU_FTR_ARCH_300)) {
2061 /*
2062 * On POWER8 (or POWER7), the threading mode is "strict",
2063 * so we pack smt_mode vcpus per vcore.
2064 */
2065 if (smt_mode > threads_per_subcore)
2066 return -EINVAL;
2067 } else {
2068 /*
2069 * On POWER9, the threading mode is "loose",
2070 * so each vcpu gets its own vcore.
2071 */
Paul Mackerras57900692017-05-16 16:41:20 +10002072 esmt = smt_mode;
Paul Mackerras3c313522017-02-06 13:24:41 +11002073 smt_mode = 1;
2074 }
2075 mutex_lock(&kvm->lock);
2076 err = -EBUSY;
2077 if (!kvm->arch.online_vcores) {
2078 kvm->arch.smt_mode = smt_mode;
Paul Mackerras57900692017-05-16 16:41:20 +10002079 kvm->arch.emul_smt_mode = esmt;
Paul Mackerras3c313522017-02-06 13:24:41 +11002080 err = 0;
2081 }
2082 mutex_unlock(&kvm->lock);
2083
2084 return err;
2085}
2086
Paul Mackerrasc35635e2013-04-18 19:51:04 +00002087static void unpin_vpa(struct kvm *kvm, struct kvmppc_vpa *vpa)
2088{
2089 if (vpa->pinned_addr)
2090 kvmppc_unpin_guest_page(kvm, vpa->pinned_addr, vpa->gpa,
2091 vpa->dirty);
2092}
2093
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05302094static void kvmppc_core_vcpu_free_hv(struct kvm_vcpu *vcpu)
Paul Mackerrasde56a942011-06-29 00:21:34 +00002095{
Paul Mackerras2e25aa52012-02-19 17:46:32 +00002096 spin_lock(&vcpu->arch.vpa_update_lock);
Paul Mackerrasc35635e2013-04-18 19:51:04 +00002097 unpin_vpa(vcpu->kvm, &vcpu->arch.dtl);
2098 unpin_vpa(vcpu->kvm, &vcpu->arch.slb_shadow);
2099 unpin_vpa(vcpu->kvm, &vcpu->arch.vpa);
Paul Mackerras2e25aa52012-02-19 17:46:32 +00002100 spin_unlock(&vcpu->arch.vpa_update_lock);
Paul Mackerrasde56a942011-06-29 00:21:34 +00002101 kvm_vcpu_uninit(vcpu);
Sasha Levin6b75e6b2011-12-07 10:24:56 +02002102 kmem_cache_free(kvm_vcpu_cache, vcpu);
Paul Mackerrasde56a942011-06-29 00:21:34 +00002103}
2104
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05302105static int kvmppc_core_check_requests_hv(struct kvm_vcpu *vcpu)
2106{
2107 /* Indicate we want to get back into the guest */
2108 return 1;
2109}
2110
Paul Mackerras19ccb762011-07-23 17:42:46 +10002111static void kvmppc_set_timer(struct kvm_vcpu *vcpu)
Paul Mackerrasde56a942011-06-29 00:21:34 +00002112{
Paul Mackerras19ccb762011-07-23 17:42:46 +10002113 unsigned long dec_nsec, now;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002114
Paul Mackerras19ccb762011-07-23 17:42:46 +10002115 now = get_tb();
2116 if (now > vcpu->arch.dec_expires) {
2117 /* decrementer has already gone negative */
2118 kvmppc_core_queue_dec(vcpu);
Scott Wood7e28e60e2011-11-08 18:23:20 -06002119 kvmppc_core_prepare_to_enter(vcpu);
Paul Mackerras19ccb762011-07-23 17:42:46 +10002120 return;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002121 }
Paul Mackerras19ccb762011-07-23 17:42:46 +10002122 dec_nsec = (vcpu->arch.dec_expires - now) * NSEC_PER_SEC
2123 / tb_ticks_per_sec;
Thomas Gleixner8b0e1952016-12-25 12:30:41 +01002124 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL);
Paul Mackerras19ccb762011-07-23 17:42:46 +10002125 vcpu->arch.timer_running = 1;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002126}
2127
Paul Mackerras19ccb762011-07-23 17:42:46 +10002128static void kvmppc_end_cede(struct kvm_vcpu *vcpu)
Paul Mackerras371fefd2011-06-29 00:23:08 +00002129{
Paul Mackerras19ccb762011-07-23 17:42:46 +10002130 vcpu->arch.ceded = 0;
2131 if (vcpu->arch.timer_running) {
2132 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
2133 vcpu->arch.timer_running = 0;
2134 }
Paul Mackerras371fefd2011-06-29 00:23:08 +00002135}
2136
Paul Mackerras8b24e692017-06-26 15:45:51 +10002137extern int __kvmppc_vcore_entry(void);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002138
2139static void kvmppc_remove_runnable(struct kvmppc_vcore *vc,
2140 struct kvm_vcpu *vcpu)
2141{
Paul Mackerrasc7b67672012-10-15 01:18:07 +00002142 u64 now;
2143
Paul Mackerras371fefd2011-06-29 00:23:08 +00002144 if (vcpu->arch.state != KVMPPC_VCPU_RUNNABLE)
2145 return;
Paul Mackerrasbf3d32e2013-11-16 17:46:04 +11002146 spin_lock_irq(&vcpu->arch.tbacct_lock);
Paul Mackerrasc7b67672012-10-15 01:18:07 +00002147 now = mftb();
2148 vcpu->arch.busy_stolen += vcore_stolen_time(vc, now) -
2149 vcpu->arch.stolen_logged;
2150 vcpu->arch.busy_preempt = now;
2151 vcpu->arch.state = KVMPPC_VCPU_BUSY_IN_HOST;
Paul Mackerrasbf3d32e2013-11-16 17:46:04 +11002152 spin_unlock_irq(&vcpu->arch.tbacct_lock);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002153 --vc->n_runnable;
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002154 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002155}
2156
Paul Mackerrasf0888f72012-02-03 00:54:17 +00002157static int kvmppc_grab_hwthread(int cpu)
2158{
2159 struct paca_struct *tpaca;
Paul Mackerrasb754c732014-09-02 16:14:42 +10002160 long timeout = 10000;
Paul Mackerrasf0888f72012-02-03 00:54:17 +00002161
Nicholas Piggind2e60072018-02-14 01:08:12 +10002162 tpaca = paca_ptrs[cpu];
Paul Mackerrasf0888f72012-02-03 00:54:17 +00002163
2164 /* Ensure the thread won't go into the kernel if it wakes */
Paul Mackerras7b444c62012-10-15 01:16:14 +00002165 tpaca->kvm_hstate.kvm_vcpu = NULL;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002166 tpaca->kvm_hstate.kvm_vcore = NULL;
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002167 tpaca->kvm_hstate.napping = 0;
2168 smp_wmb();
2169 tpaca->kvm_hstate.hwthread_req = 1;
Paul Mackerrasf0888f72012-02-03 00:54:17 +00002170
2171 /*
2172 * If the thread is already executing in the kernel (e.g. handling
2173 * a stray interrupt), wait for it to get back to nap mode.
2174 * The smp_mb() is to ensure that our setting of hwthread_req
2175 * is visible before we look at hwthread_state, so if this
2176 * races with the code at system_reset_pSeries and the thread
2177 * misses our setting of hwthread_req, we are sure to see its
2178 * setting of hwthread_state, and vice versa.
2179 */
2180 smp_mb();
2181 while (tpaca->kvm_hstate.hwthread_state == KVM_HWTHREAD_IN_KERNEL) {
2182 if (--timeout <= 0) {
2183 pr_err("KVM: couldn't grab cpu %d\n", cpu);
2184 return -EBUSY;
2185 }
2186 udelay(1);
2187 }
2188 return 0;
2189}
2190
2191static void kvmppc_release_hwthread(int cpu)
2192{
2193 struct paca_struct *tpaca;
2194
Nicholas Piggind2e60072018-02-14 01:08:12 +10002195 tpaca = paca_ptrs[cpu];
Paul Mackerras31a4d442017-10-19 15:14:20 +11002196 tpaca->kvm_hstate.hwthread_req = 0;
Paul Mackerrasf0888f72012-02-03 00:54:17 +00002197 tpaca->kvm_hstate.kvm_vcpu = NULL;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002198 tpaca->kvm_hstate.kvm_vcore = NULL;
2199 tpaca->kvm_hstate.kvm_split_mode = NULL;
Paul Mackerrasf0888f72012-02-03 00:54:17 +00002200}
2201
Paul Mackerrasa29ebea2017-01-30 21:21:50 +11002202static void radix_flush_cpu(struct kvm *kvm, int cpu, struct kvm_vcpu *vcpu)
2203{
2204 int i;
2205
2206 cpu = cpu_first_thread_sibling(cpu);
2207 cpumask_set_cpu(cpu, &kvm->arch.need_tlb_flush);
2208 /*
2209 * Make sure setting of bit in need_tlb_flush precedes
2210 * testing of cpu_in_guest bits. The matching barrier on
2211 * the other side is the first smp_mb() in kvmppc_run_core().
2212 */
2213 smp_mb();
2214 for (i = 0; i < threads_per_core; ++i)
2215 if (cpumask_test_cpu(cpu + i, &kvm->arch.cpu_in_guest))
2216 smp_call_function_single(cpu + i, do_nothing, NULL, 1);
2217}
2218
Paul Mackerras8b24e692017-06-26 15:45:51 +10002219static void kvmppc_prepare_radix_vcpu(struct kvm_vcpu *vcpu, int pcpu)
2220{
2221 struct kvm *kvm = vcpu->kvm;
2222
2223 /*
2224 * With radix, the guest can do TLB invalidations itself,
2225 * and it could choose to use the local form (tlbiel) if
2226 * it is invalidating a translation that has only ever been
2227 * used on one vcpu. However, that doesn't mean it has
2228 * only ever been used on one physical cpu, since vcpus
2229 * can move around between pcpus. To cope with this, when
2230 * a vcpu moves from one pcpu to another, we need to tell
2231 * any vcpus running on the same core as this vcpu previously
2232 * ran to flush the TLB. The TLB is shared between threads,
2233 * so we use a single bit in .need_tlb_flush for all 4 threads.
2234 */
2235 if (vcpu->arch.prev_cpu != pcpu) {
2236 if (vcpu->arch.prev_cpu >= 0 &&
2237 cpu_first_thread_sibling(vcpu->arch.prev_cpu) !=
2238 cpu_first_thread_sibling(pcpu))
2239 radix_flush_cpu(kvm, vcpu->arch.prev_cpu, vcpu);
2240 vcpu->arch.prev_cpu = pcpu;
2241 }
2242}
2243
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002244static void kvmppc_start_thread(struct kvm_vcpu *vcpu, struct kvmppc_vcore *vc)
Paul Mackerras371fefd2011-06-29 00:23:08 +00002245{
2246 int cpu;
2247 struct paca_struct *tpaca;
Paul Mackerrasa29ebea2017-01-30 21:21:50 +11002248 struct kvm *kvm = vc->kvm;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002249
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002250 cpu = vc->pcpu;
2251 if (vcpu) {
2252 if (vcpu->arch.timer_running) {
2253 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
2254 vcpu->arch.timer_running = 0;
2255 }
2256 cpu += vcpu->arch.ptid;
Paul Mackerras898b25b2017-06-22 15:08:42 +10002257 vcpu->cpu = vc->pcpu;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002258 vcpu->arch.thread_cpu = cpu;
Paul Mackerrasa29ebea2017-01-30 21:21:50 +11002259 cpumask_set_cpu(cpu, &kvm->arch.cpu_in_guest);
Paul Mackerras19ccb762011-07-23 17:42:46 +10002260 }
Nicholas Piggind2e60072018-02-14 01:08:12 +10002261 tpaca = paca_ptrs[cpu];
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002262 tpaca->kvm_hstate.kvm_vcpu = vcpu;
Paul Mackerras898b25b2017-06-22 15:08:42 +10002263 tpaca->kvm_hstate.ptid = cpu - vc->pcpu;
Paul Mackerras4bb3c7a2018-03-21 21:32:01 +11002264 tpaca->kvm_hstate.fake_suspend = 0;
Paul Mackerrasec257162015-06-24 21:18:03 +10002265 /* Order stores to hstate.kvm_vcpu etc. before store to kvm_vcore */
Paul Mackerras19ccb762011-07-23 17:42:46 +10002266 smp_wmb();
Paul Mackerras898b25b2017-06-22 15:08:42 +10002267 tpaca->kvm_hstate.kvm_vcore = vc;
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002268 if (cpu != smp_processor_id())
Paul Mackerras66feed62015-03-28 14:21:12 +11002269 kvmppc_ipi_thread(cpu);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002270}
2271
Paul Mackerras516f7892017-10-16 16:11:57 +11002272static void kvmppc_wait_for_nap(int n_threads)
Paul Mackerras371fefd2011-06-29 00:23:08 +00002273{
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002274 int cpu = smp_processor_id();
2275 int i, loops;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002276
Paul Mackerras45c940b2016-11-18 17:43:30 +11002277 if (n_threads <= 1)
2278 return;
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002279 for (loops = 0; loops < 1000000; ++loops) {
2280 /*
2281 * Check if all threads are finished.
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002282 * We set the vcore pointer when starting a thread
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002283 * and the thread clears it when finished, so we look
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002284 * for any threads that still have a non-NULL vcore ptr.
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002285 */
Paul Mackerras45c940b2016-11-18 17:43:30 +11002286 for (i = 1; i < n_threads; ++i)
Nicholas Piggind2e60072018-02-14 01:08:12 +10002287 if (paca_ptrs[cpu + i]->kvm_hstate.kvm_vcore)
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002288 break;
Paul Mackerras45c940b2016-11-18 17:43:30 +11002289 if (i == n_threads) {
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002290 HMT_medium();
2291 return;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002292 }
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002293 HMT_low();
Paul Mackerras371fefd2011-06-29 00:23:08 +00002294 }
2295 HMT_medium();
Paul Mackerras45c940b2016-11-18 17:43:30 +11002296 for (i = 1; i < n_threads; ++i)
Nicholas Piggind2e60072018-02-14 01:08:12 +10002297 if (paca_ptrs[cpu + i]->kvm_hstate.kvm_vcore)
Paul Mackerras5d5b99c2015-03-28 14:21:06 +11002298 pr_err("KVM: CPU %d seems to be stuck\n", cpu + i);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002299}
2300
2301/*
2302 * Check that we are on thread 0 and that any other threads in
Paul Mackerras7b444c62012-10-15 01:16:14 +00002303 * this core are off-line. Then grab the threads so they can't
2304 * enter the kernel.
Paul Mackerras371fefd2011-06-29 00:23:08 +00002305 */
2306static int on_primary_thread(void)
2307{
2308 int cpu = smp_processor_id();
Michael Ellerman3102f782014-05-23 18:15:29 +10002309 int thr;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002310
Michael Ellerman3102f782014-05-23 18:15:29 +10002311 /* Are we on a primary subcore? */
2312 if (cpu_thread_in_subcore(cpu))
Paul Mackerras371fefd2011-06-29 00:23:08 +00002313 return 0;
Michael Ellerman3102f782014-05-23 18:15:29 +10002314
2315 thr = 0;
2316 while (++thr < threads_per_subcore)
Paul Mackerras371fefd2011-06-29 00:23:08 +00002317 if (cpu_online(cpu + thr))
2318 return 0;
Paul Mackerras7b444c62012-10-15 01:16:14 +00002319
2320 /* Grab all hw threads so they can't go into the kernel */
Michael Ellerman3102f782014-05-23 18:15:29 +10002321 for (thr = 1; thr < threads_per_subcore; ++thr) {
Paul Mackerras7b444c62012-10-15 01:16:14 +00002322 if (kvmppc_grab_hwthread(cpu + thr)) {
2323 /* Couldn't grab one; let the others go */
2324 do {
2325 kvmppc_release_hwthread(cpu + thr);
2326 } while (--thr > 0);
2327 return 0;
2328 }
2329 }
Paul Mackerras371fefd2011-06-29 00:23:08 +00002330 return 1;
2331}
2332
Paul Mackerrasec257162015-06-24 21:18:03 +10002333/*
2334 * A list of virtual cores for each physical CPU.
2335 * These are vcores that could run but their runner VCPU tasks are
2336 * (or may be) preempted.
2337 */
2338struct preempted_vcore_list {
2339 struct list_head list;
2340 spinlock_t lock;
2341};
2342
2343static DEFINE_PER_CPU(struct preempted_vcore_list, preempted_vcores);
2344
2345static void init_vcore_lists(void)
2346{
2347 int cpu;
2348
2349 for_each_possible_cpu(cpu) {
2350 struct preempted_vcore_list *lp = &per_cpu(preempted_vcores, cpu);
2351 spin_lock_init(&lp->lock);
2352 INIT_LIST_HEAD(&lp->list);
2353 }
2354}
2355
2356static void kvmppc_vcore_preempt(struct kvmppc_vcore *vc)
2357{
2358 struct preempted_vcore_list *lp = this_cpu_ptr(&preempted_vcores);
2359
2360 vc->vcore_state = VCORE_PREEMPT;
2361 vc->pcpu = smp_processor_id();
Paul Mackerras516f7892017-10-16 16:11:57 +11002362 if (vc->num_threads < threads_per_vcore(vc->kvm)) {
Paul Mackerrasec257162015-06-24 21:18:03 +10002363 spin_lock(&lp->lock);
2364 list_add_tail(&vc->preempt_list, &lp->list);
2365 spin_unlock(&lp->lock);
2366 }
2367
2368 /* Start accumulating stolen time */
2369 kvmppc_core_start_stolen(vc);
2370}
2371
2372static void kvmppc_vcore_end_preempt(struct kvmppc_vcore *vc)
2373{
Paul Mackerras402813f2015-07-16 17:11:13 +10002374 struct preempted_vcore_list *lp;
Paul Mackerrasec257162015-06-24 21:18:03 +10002375
2376 kvmppc_core_end_stolen(vc);
2377 if (!list_empty(&vc->preempt_list)) {
Paul Mackerras402813f2015-07-16 17:11:13 +10002378 lp = &per_cpu(preempted_vcores, vc->pcpu);
Paul Mackerrasec257162015-06-24 21:18:03 +10002379 spin_lock(&lp->lock);
2380 list_del_init(&vc->preempt_list);
2381 spin_unlock(&lp->lock);
2382 }
2383 vc->vcore_state = VCORE_INACTIVE;
2384}
2385
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002386/*
2387 * This stores information about the virtual cores currently
2388 * assigned to a physical core.
2389 */
Paul Mackerrasec257162015-06-24 21:18:03 +10002390struct core_info {
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002391 int n_subcores;
2392 int max_subcore_threads;
Paul Mackerrasec257162015-06-24 21:18:03 +10002393 int total_threads;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002394 int subcore_threads[MAX_SUBCORES];
Paul Mackerras898b25b2017-06-22 15:08:42 +10002395 struct kvmppc_vcore *vc[MAX_SUBCORES];
Paul Mackerrasec257162015-06-24 21:18:03 +10002396};
2397
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002398/*
2399 * This mapping means subcores 0 and 1 can use threads 0-3 and 4-7
Paul Mackerras516f7892017-10-16 16:11:57 +11002400 * respectively in 2-way micro-threading (split-core) mode on POWER8.
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002401 */
2402static int subcore_thread_map[MAX_SUBCORES] = { 0, 4, 2, 6 };
2403
Paul Mackerrasec257162015-06-24 21:18:03 +10002404static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc)
2405{
2406 memset(cip, 0, sizeof(*cip));
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002407 cip->n_subcores = 1;
2408 cip->max_subcore_threads = vc->num_threads;
Paul Mackerrasec257162015-06-24 21:18:03 +10002409 cip->total_threads = vc->num_threads;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002410 cip->subcore_threads[0] = vc->num_threads;
Paul Mackerras898b25b2017-06-22 15:08:42 +10002411 cip->vc[0] = vc;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002412}
2413
2414static bool subcore_config_ok(int n_subcores, int n_threads)
2415{
Paul Mackerras516f7892017-10-16 16:11:57 +11002416 /*
Paul Mackerras00608e12018-01-11 16:54:26 +11002417 * POWER9 "SMT4" cores are permanently in what is effectively a 4-way
2418 * split-core mode, with one thread per subcore.
Paul Mackerras516f7892017-10-16 16:11:57 +11002419 */
2420 if (cpu_has_feature(CPU_FTR_ARCH_300))
2421 return n_subcores <= 4 && n_threads == 1;
2422
2423 /* On POWER8, can only dynamically split if unsplit to begin with */
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002424 if (n_subcores > 1 && threads_per_subcore < MAX_SMT_THREADS)
2425 return false;
2426 if (n_subcores > MAX_SUBCORES)
2427 return false;
2428 if (n_subcores > 1) {
2429 if (!(dynamic_mt_modes & 2))
2430 n_subcores = 4;
2431 if (n_subcores > 2 && !(dynamic_mt_modes & 4))
2432 return false;
2433 }
2434
2435 return n_subcores * roundup_pow_of_two(n_threads) <= MAX_SMT_THREADS;
Paul Mackerrasec257162015-06-24 21:18:03 +10002436}
2437
Paul Mackerras898b25b2017-06-22 15:08:42 +10002438static void init_vcore_to_run(struct kvmppc_vcore *vc)
Paul Mackerrasec257162015-06-24 21:18:03 +10002439{
Paul Mackerrasec257162015-06-24 21:18:03 +10002440 vc->entry_exit_map = 0;
2441 vc->in_guest = 0;
2442 vc->napping_threads = 0;
2443 vc->conferring_threads = 0;
Paul Mackerras57b8daa2018-04-20 22:51:11 +10002444 vc->tb_offset_applied = 0;
Paul Mackerrasec257162015-06-24 21:18:03 +10002445}
2446
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002447static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip)
2448{
2449 int n_threads = vc->num_threads;
2450 int sub;
2451
2452 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
2453 return false;
2454
Paul Mackerras00608e12018-01-11 16:54:26 +11002455 /* Some POWER9 chips require all threads to be in the same MMU mode */
2456 if (no_mixing_hpt_and_radix &&
Paul Mackerrasc0101502017-10-19 14:11:23 +11002457 kvm_is_radix(vc->kvm) != kvm_is_radix(cip->vc[0]->kvm))
2458 return false;
2459
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002460 if (n_threads < cip->max_subcore_threads)
2461 n_threads = cip->max_subcore_threads;
Paul Mackerrasb0090312016-09-15 16:27:41 +10002462 if (!subcore_config_ok(cip->n_subcores + 1, n_threads))
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002463 return false;
Paul Mackerrasb0090312016-09-15 16:27:41 +10002464 cip->max_subcore_threads = n_threads;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002465
2466 sub = cip->n_subcores;
2467 ++cip->n_subcores;
2468 cip->total_threads += vc->num_threads;
2469 cip->subcore_threads[sub] = vc->num_threads;
Paul Mackerras898b25b2017-06-22 15:08:42 +10002470 cip->vc[sub] = vc;
2471 init_vcore_to_run(vc);
2472 list_del_init(&vc->preempt_list);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002473
2474 return true;
2475}
2476
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002477/*
2478 * Work out whether it is possible to piggyback the execution of
2479 * vcore *pvc onto the execution of the other vcores described in *cip.
2480 */
2481static bool can_piggyback(struct kvmppc_vcore *pvc, struct core_info *cip,
2482 int target_threads)
2483{
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002484 if (cip->total_threads + pvc->num_threads > target_threads)
2485 return false;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002486
Paul Mackerrasb0090312016-09-15 16:27:41 +10002487 return can_dynamic_split(pvc, cip);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002488}
2489
Paul Mackerrasd911f0b2015-03-28 14:21:03 +11002490static void prepare_threads(struct kvmppc_vcore *vc)
2491{
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002492 int i;
2493 struct kvm_vcpu *vcpu;
Paul Mackerrasd911f0b2015-03-28 14:21:03 +11002494
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002495 for_each_runnable_thread(i, vcpu, vc) {
Paul Mackerrasd911f0b2015-03-28 14:21:03 +11002496 if (signal_pending(vcpu->arch.run_task))
2497 vcpu->arch.ret = -EINTR;
2498 else if (vcpu->arch.vpa.update_pending ||
2499 vcpu->arch.slb_shadow.update_pending ||
2500 vcpu->arch.dtl.update_pending)
2501 vcpu->arch.ret = RESUME_GUEST;
2502 else
2503 continue;
2504 kvmppc_remove_runnable(vc, vcpu);
2505 wake_up(&vcpu->arch.cpu_run);
2506 }
2507}
2508
Paul Mackerrasec257162015-06-24 21:18:03 +10002509static void collect_piggybacks(struct core_info *cip, int target_threads)
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002510{
Paul Mackerrasec257162015-06-24 21:18:03 +10002511 struct preempted_vcore_list *lp = this_cpu_ptr(&preempted_vcores);
2512 struct kvmppc_vcore *pvc, *vcnext;
2513
2514 spin_lock(&lp->lock);
2515 list_for_each_entry_safe(pvc, vcnext, &lp->list, preempt_list) {
2516 if (!spin_trylock(&pvc->lock))
2517 continue;
2518 prepare_threads(pvc);
2519 if (!pvc->n_runnable) {
2520 list_del_init(&pvc->preempt_list);
2521 if (pvc->runner == NULL) {
2522 pvc->vcore_state = VCORE_INACTIVE;
2523 kvmppc_core_end_stolen(pvc);
2524 }
2525 spin_unlock(&pvc->lock);
2526 continue;
2527 }
2528 if (!can_piggyback(pvc, cip, target_threads)) {
2529 spin_unlock(&pvc->lock);
2530 continue;
2531 }
2532 kvmppc_core_end_stolen(pvc);
2533 pvc->vcore_state = VCORE_PIGGYBACK;
2534 if (cip->total_threads >= target_threads)
2535 break;
2536 }
2537 spin_unlock(&lp->lock);
2538}
2539
Paul Mackerras8b24e692017-06-26 15:45:51 +10002540static bool recheck_signals(struct core_info *cip)
2541{
2542 int sub, i;
2543 struct kvm_vcpu *vcpu;
2544
2545 for (sub = 0; sub < cip->n_subcores; ++sub)
2546 for_each_runnable_thread(i, vcpu, cip->vc[sub])
2547 if (signal_pending(vcpu->arch.run_task))
2548 return true;
2549 return false;
2550}
2551
Paul Mackerrasec257162015-06-24 21:18:03 +10002552static void post_guest_process(struct kvmppc_vcore *vc, bool is_master)
2553{
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002554 int still_running = 0, i;
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002555 u64 now;
2556 long ret;
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002557 struct kvm_vcpu *vcpu;
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002558
Paul Mackerrasec257162015-06-24 21:18:03 +10002559 spin_lock(&vc->lock);
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002560 now = get_tb();
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002561 for_each_runnable_thread(i, vcpu, vc) {
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002562 /* cancel pending dec exception if dec is positive */
2563 if (now < vcpu->arch.dec_expires &&
2564 kvmppc_core_pending_dec(vcpu))
2565 kvmppc_core_dequeue_dec(vcpu);
2566
2567 trace_kvm_guest_exit(vcpu);
2568
2569 ret = RESUME_GUEST;
2570 if (vcpu->arch.trap)
2571 ret = kvmppc_handle_exit_hv(vcpu->arch.kvm_run, vcpu,
2572 vcpu->arch.run_task);
2573
2574 vcpu->arch.ret = ret;
2575 vcpu->arch.trap = 0;
2576
Paul Mackerrasec257162015-06-24 21:18:03 +10002577 if (is_kvmppc_resume_guest(vcpu->arch.ret)) {
2578 if (vcpu->arch.pending_exceptions)
2579 kvmppc_core_prepare_to_enter(vcpu);
2580 if (vcpu->arch.ceded)
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002581 kvmppc_set_timer(vcpu);
Paul Mackerrasec257162015-06-24 21:18:03 +10002582 else
2583 ++still_running;
2584 } else {
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002585 kvmppc_remove_runnable(vc, vcpu);
2586 wake_up(&vcpu->arch.cpu_run);
2587 }
2588 }
Paul Mackerrasec257162015-06-24 21:18:03 +10002589 if (!is_master) {
Paul Mackerras563a1e92015-07-16 17:11:14 +10002590 if (still_running > 0) {
Paul Mackerrasec257162015-06-24 21:18:03 +10002591 kvmppc_vcore_preempt(vc);
Paul Mackerras563a1e92015-07-16 17:11:14 +10002592 } else if (vc->runner) {
2593 vc->vcore_state = VCORE_PREEMPT;
2594 kvmppc_core_start_stolen(vc);
2595 } else {
2596 vc->vcore_state = VCORE_INACTIVE;
2597 }
Paul Mackerrasec257162015-06-24 21:18:03 +10002598 if (vc->n_runnable > 0 && vc->runner == NULL) {
2599 /* make sure there's a candidate runner awake */
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002600 i = -1;
2601 vcpu = next_runnable_thread(vc, &i);
Paul Mackerrasec257162015-06-24 21:18:03 +10002602 wake_up(&vcpu->arch.cpu_run);
2603 }
2604 }
2605 spin_unlock(&vc->lock);
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002606}
2607
Paul Mackerras371fefd2011-06-29 00:23:08 +00002608/*
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002609 * Clear core from the list of active host cores as we are about to
2610 * enter the guest. Only do this if it is the primary thread of the
2611 * core (not if a subcore) that is entering the guest.
2612 */
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01002613static inline int kvmppc_clear_host_core(unsigned int cpu)
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002614{
2615 int core;
2616
2617 if (!kvmppc_host_rm_ops_hv || cpu_thread_in_core(cpu))
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01002618 return 0;
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002619 /*
2620 * Memory barrier can be omitted here as we will do a smp_wmb()
2621 * later in kvmppc_start_thread and we need ensure that state is
2622 * visible to other CPUs only after we enter guest.
2623 */
2624 core = cpu >> threads_shift;
2625 kvmppc_host_rm_ops_hv->rm_core[core].rm_state.in_host = 0;
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01002626 return 0;
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002627}
2628
2629/*
2630 * Advertise this core as an active host core since we exited the guest
2631 * Only need to do this if it is the primary thread of the core that is
2632 * exiting.
2633 */
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01002634static inline int kvmppc_set_host_core(unsigned int cpu)
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002635{
2636 int core;
2637
2638 if (!kvmppc_host_rm_ops_hv || cpu_thread_in_core(cpu))
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01002639 return 0;
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002640
2641 /*
2642 * Memory barrier can be omitted here because we do a spin_unlock
2643 * immediately after this which provides the memory barrier.
2644 */
2645 core = cpu >> threads_shift;
2646 kvmppc_host_rm_ops_hv->rm_core[core].rm_state.in_host = 1;
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01002647 return 0;
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002648}
2649
Paul Mackerras8b24e692017-06-26 15:45:51 +10002650static void set_irq_happened(int trap)
2651{
2652 switch (trap) {
2653 case BOOK3S_INTERRUPT_EXTERNAL:
2654 local_paca->irq_happened |= PACA_IRQ_EE;
2655 break;
2656 case BOOK3S_INTERRUPT_H_DOORBELL:
2657 local_paca->irq_happened |= PACA_IRQ_DBELL;
2658 break;
2659 case BOOK3S_INTERRUPT_HMI:
2660 local_paca->irq_happened |= PACA_IRQ_HMI;
2661 break;
Nicholas Piggin6de66382017-11-05 23:33:55 +11002662 case BOOK3S_INTERRUPT_SYSTEM_RESET:
2663 replay_system_reset();
2664 break;
Paul Mackerras8b24e692017-06-26 15:45:51 +10002665 }
2666}
2667
Suresh Warrierb8e6a872015-12-17 14:59:07 -06002668/*
Paul Mackerras371fefd2011-06-29 00:23:08 +00002669 * Run a set of guest threads on a physical core.
2670 * Called with vc->lock held.
2671 */
Paul Mackerras66feed62015-03-28 14:21:12 +11002672static noinline void kvmppc_run_core(struct kvmppc_vcore *vc)
Paul Mackerras371fefd2011-06-29 00:23:08 +00002673{
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002674 struct kvm_vcpu *vcpu;
Paul Mackerrasd911f0b2015-03-28 14:21:03 +11002675 int i;
Paul Mackerras2c9097e2012-09-11 13:27:01 +00002676 int srcu_idx;
Paul Mackerrasec257162015-06-24 21:18:03 +10002677 struct core_info core_info;
Paul Mackerras898b25b2017-06-22 15:08:42 +10002678 struct kvmppc_vcore *pvc;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002679 struct kvm_split_mode split_info, *sip;
2680 int split, subcore_size, active;
2681 int sub;
2682 bool thr0_done;
2683 unsigned long cmd_bit, stat_bit;
Paul Mackerrasec257162015-06-24 21:18:03 +10002684 int pcpu, thr;
2685 int target_threads;
Paul Mackerras45c940b2016-11-18 17:43:30 +11002686 int controlled_threads;
Paul Mackerras8b24e692017-06-26 15:45:51 +10002687 int trap;
Paul Mackerras516f7892017-10-16 16:11:57 +11002688 bool is_power8;
Paul Mackerrasc0101502017-10-19 14:11:23 +11002689 bool hpt_on_radix;
Paul Mackerras081f3232012-06-01 20:20:24 +10002690
2691 /*
Paul Mackerrasd911f0b2015-03-28 14:21:03 +11002692 * Remove from the list any threads that have a signal pending
2693 * or need a VPA update done
2694 */
2695 prepare_threads(vc);
2696
2697 /* if the runner is no longer runnable, let the caller pick a new one */
2698 if (vc->runner->arch.state != KVMPPC_VCPU_RUNNABLE)
2699 return;
2700
2701 /*
2702 * Initialize *vc.
Paul Mackerras081f3232012-06-01 20:20:24 +10002703 */
Paul Mackerras898b25b2017-06-22 15:08:42 +10002704 init_vcore_to_run(vc);
Paul Mackerras2711e242014-12-04 16:43:28 +11002705 vc->preempt_tb = TB_NIL;
Paul Mackerras081f3232012-06-01 20:20:24 +10002706
2707 /*
Paul Mackerras45c940b2016-11-18 17:43:30 +11002708 * Number of threads that we will be controlling: the same as
2709 * the number of threads per subcore, except on POWER9,
2710 * where it's 1 because the threads are (mostly) independent.
2711 */
Paul Mackerras516f7892017-10-16 16:11:57 +11002712 controlled_threads = threads_per_vcore(vc->kvm);
Paul Mackerras45c940b2016-11-18 17:43:30 +11002713
2714 /*
Michael Ellerman3102f782014-05-23 18:15:29 +10002715 * Make sure we are running on primary threads, and that secondary
2716 * threads are offline. Also check if the number of threads in this
2717 * guest are greater than the current system threads per guest.
Paul Mackerrasc0101502017-10-19 14:11:23 +11002718 * On POWER9, we need to be not in independent-threads mode if
Paul Mackerras00608e12018-01-11 16:54:26 +11002719 * this is a HPT guest on a radix host machine where the
2720 * CPU threads may not be in different MMU modes.
Paul Mackerras7b444c62012-10-15 01:16:14 +00002721 */
Paul Mackerras00608e12018-01-11 16:54:26 +11002722 hpt_on_radix = no_mixing_hpt_and_radix && radix_enabled() &&
2723 !kvm_is_radix(vc->kvm);
Paul Mackerrasc0101502017-10-19 14:11:23 +11002724 if (((controlled_threads > 1) &&
2725 ((vc->num_threads > threads_per_subcore) || !on_primary_thread())) ||
2726 (hpt_on_radix && vc->kvm->arch.threads_indep)) {
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10002727 for_each_runnable_thread(i, vcpu, vc) {
Paul Mackerras7b444c62012-10-15 01:16:14 +00002728 vcpu->arch.ret = -EBUSY;
Paul Mackerras25fedfc2015-03-28 14:21:05 +11002729 kvmppc_remove_runnable(vc, vcpu);
2730 wake_up(&vcpu->arch.cpu_run);
2731 }
Paul Mackerras7b444c62012-10-15 01:16:14 +00002732 goto out;
2733 }
2734
Paul Mackerrasec257162015-06-24 21:18:03 +10002735 /*
2736 * See if we could run any other vcores on the physical core
2737 * along with this one.
2738 */
2739 init_core_info(&core_info, vc);
2740 pcpu = smp_processor_id();
Paul Mackerras45c940b2016-11-18 17:43:30 +11002741 target_threads = controlled_threads;
Paul Mackerrasec257162015-06-24 21:18:03 +10002742 if (target_smt_mode && target_smt_mode < target_threads)
2743 target_threads = target_smt_mode;
2744 if (vc->num_threads < target_threads)
2745 collect_piggybacks(&core_info, target_threads);
Michael Ellerman3102f782014-05-23 18:15:29 +10002746
Paul Mackerras8b24e692017-06-26 15:45:51 +10002747 /*
2748 * On radix, arrange for TLB flushing if necessary.
2749 * This has to be done before disabling interrupts since
2750 * it uses smp_call_function().
2751 */
2752 pcpu = smp_processor_id();
2753 if (kvm_is_radix(vc->kvm)) {
2754 for (sub = 0; sub < core_info.n_subcores; ++sub)
2755 for_each_runnable_thread(i, vcpu, core_info.vc[sub])
2756 kvmppc_prepare_radix_vcpu(vcpu, pcpu);
2757 }
2758
2759 /*
2760 * Hard-disable interrupts, and check resched flag and signals.
2761 * If we need to reschedule or deliver a signal, clean up
2762 * and return without going into the guest(s).
Paul Mackerras072df812017-11-09 14:30:24 +11002763 * If the mmu_ready flag has been cleared, don't go into the
Paul Mackerras38c53af2017-11-08 14:44:04 +11002764 * guest because that means a HPT resize operation is in progress.
Paul Mackerras8b24e692017-06-26 15:45:51 +10002765 */
2766 local_irq_disable();
2767 hard_irq_disable();
2768 if (lazy_irq_pending() || need_resched() ||
Paul Mackerras072df812017-11-09 14:30:24 +11002769 recheck_signals(&core_info) || !vc->kvm->arch.mmu_ready) {
Paul Mackerras8b24e692017-06-26 15:45:51 +10002770 local_irq_enable();
2771 vc->vcore_state = VCORE_INACTIVE;
2772 /* Unlock all except the primary vcore */
2773 for (sub = 1; sub < core_info.n_subcores; ++sub) {
2774 pvc = core_info.vc[sub];
2775 /* Put back on to the preempted vcores list */
2776 kvmppc_vcore_preempt(pvc);
2777 spin_unlock(&pvc->lock);
2778 }
2779 for (i = 0; i < controlled_threads; ++i)
2780 kvmppc_release_hwthread(pcpu + i);
2781 return;
2782 }
2783
2784 kvmppc_clear_host_core(pcpu);
2785
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002786 /* Decide on micro-threading (split-core) mode */
2787 subcore_size = threads_per_subcore;
2788 cmd_bit = stat_bit = 0;
2789 split = core_info.n_subcores;
2790 sip = NULL;
Paul Mackerras516f7892017-10-16 16:11:57 +11002791 is_power8 = cpu_has_feature(CPU_FTR_ARCH_207S)
2792 && !cpu_has_feature(CPU_FTR_ARCH_300);
2793
Paul Mackerrasc0101502017-10-19 14:11:23 +11002794 if (split > 1 || hpt_on_radix) {
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002795 sip = &split_info;
2796 memset(&split_info, 0, sizeof(split_info));
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002797 for (sub = 0; sub < core_info.n_subcores; ++sub)
Paul Mackerras898b25b2017-06-22 15:08:42 +10002798 split_info.vc[sub] = core_info.vc[sub];
Paul Mackerras516f7892017-10-16 16:11:57 +11002799
2800 if (is_power8) {
2801 if (split == 2 && (dynamic_mt_modes & 2)) {
2802 cmd_bit = HID0_POWER8_1TO2LPAR;
2803 stat_bit = HID0_POWER8_2LPARMODE;
2804 } else {
2805 split = 4;
2806 cmd_bit = HID0_POWER8_1TO4LPAR;
2807 stat_bit = HID0_POWER8_4LPARMODE;
2808 }
2809 subcore_size = MAX_SMT_THREADS / split;
2810 split_info.rpr = mfspr(SPRN_RPR);
2811 split_info.pmmar = mfspr(SPRN_PMMAR);
2812 split_info.ldbar = mfspr(SPRN_LDBAR);
2813 split_info.subcore_size = subcore_size;
2814 } else {
2815 split_info.subcore_size = 1;
Paul Mackerrasc0101502017-10-19 14:11:23 +11002816 if (hpt_on_radix) {
2817 /* Use the split_info for LPCR/LPIDR changes */
2818 split_info.lpcr_req = vc->lpcr;
2819 split_info.lpidr_req = vc->kvm->arch.lpid;
2820 split_info.host_lpcr = vc->kvm->arch.host_lpcr;
2821 split_info.do_set = 1;
2822 }
Paul Mackerras516f7892017-10-16 16:11:57 +11002823 }
2824
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002825 /* order writes to split_info before kvm_split_mode pointer */
2826 smp_wmb();
2827 }
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002828
Paul Mackerrasc0101502017-10-19 14:11:23 +11002829 for (thr = 0; thr < controlled_threads; ++thr) {
Nicholas Piggind2e60072018-02-14 01:08:12 +10002830 struct paca_struct *paca = paca_ptrs[pcpu + thr];
2831
2832 paca->kvm_hstate.tid = thr;
2833 paca->kvm_hstate.napping = 0;
2834 paca->kvm_hstate.kvm_split_mode = sip;
Paul Mackerrasc0101502017-10-19 14:11:23 +11002835 }
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002836
Paul Mackerras516f7892017-10-16 16:11:57 +11002837 /* Initiate micro-threading (split-core) on POWER8 if required */
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002838 if (cmd_bit) {
2839 unsigned long hid0 = mfspr(SPRN_HID0);
2840
2841 hid0 |= cmd_bit | HID0_POWER8_DYNLPARDIS;
2842 mb();
2843 mtspr(SPRN_HID0, hid0);
2844 isync();
2845 for (;;) {
2846 hid0 = mfspr(SPRN_HID0);
2847 if (hid0 & stat_bit)
2848 break;
2849 cpu_relax();
2850 }
Paul Mackerras2e25aa52012-02-19 17:46:32 +00002851 }
Paul Mackerras371fefd2011-06-29 00:23:08 +00002852
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002853 /* Start all the threads */
2854 active = 0;
2855 for (sub = 0; sub < core_info.n_subcores; ++sub) {
Paul Mackerras516f7892017-10-16 16:11:57 +11002856 thr = is_power8 ? subcore_thread_map[sub] : sub;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002857 thr0_done = false;
2858 active |= 1 << thr;
Paul Mackerras898b25b2017-06-22 15:08:42 +10002859 pvc = core_info.vc[sub];
2860 pvc->pcpu = pcpu + thr;
2861 for_each_runnable_thread(i, vcpu, pvc) {
2862 kvmppc_start_thread(vcpu, pvc);
2863 kvmppc_create_dtl_entry(vcpu, pvc);
2864 trace_kvm_guest_enter(vcpu);
2865 if (!vcpu->arch.ptid)
2866 thr0_done = true;
2867 active |= 1 << (thr + vcpu->arch.ptid);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002868 }
Paul Mackerras898b25b2017-06-22 15:08:42 +10002869 /*
2870 * We need to start the first thread of each subcore
2871 * even if it doesn't have a vcpu.
2872 */
2873 if (!thr0_done)
2874 kvmppc_start_thread(NULL, pvc);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002875 }
Gautham R. Shenoy7f235322015-09-02 21:48:58 +05302876
2877 /*
2878 * Ensure that split_info.do_nap is set after setting
2879 * the vcore pointer in the PACA of the secondaries.
2880 */
2881 smp_mb();
Gautham R. Shenoy7f235322015-09-02 21:48:58 +05302882
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002883 /*
2884 * When doing micro-threading, poke the inactive threads as well.
2885 * This gets them to the nap instruction after kvm_do_nap,
2886 * which reduces the time taken to unsplit later.
Paul Mackerrasc0101502017-10-19 14:11:23 +11002887 * For POWER9 HPT guest on radix host, we need all the secondary
2888 * threads woken up so they can do the LPCR/LPIDR change.
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002889 */
Paul Mackerrasc0101502017-10-19 14:11:23 +11002890 if (cmd_bit || hpt_on_radix) {
Paul Mackerras516f7892017-10-16 16:11:57 +11002891 split_info.do_nap = 1; /* ask secondaries to nap when done */
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002892 for (thr = 1; thr < threads_per_subcore; ++thr)
2893 if (!(active & (1 << thr)))
2894 kvmppc_ipi_thread(pcpu + thr);
Paul Mackerras516f7892017-10-16 16:11:57 +11002895 }
Paul Mackerrase0b7ec02014-01-08 21:25:20 +11002896
Paul Mackerras2f12f032012-10-15 01:17:17 +00002897 vc->vcore_state = VCORE_RUNNING;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002898 preempt_disable();
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06002899
2900 trace_kvmppc_run_core(vc, 0);
2901
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002902 for (sub = 0; sub < core_info.n_subcores; ++sub)
Paul Mackerras898b25b2017-06-22 15:08:42 +10002903 spin_unlock(&core_info.vc[sub]->lock);
Paul Mackerrasde56a942011-06-29 00:21:34 +00002904
Paul Mackerras8b24e692017-06-26 15:45:51 +10002905 /*
2906 * Interrupts will be enabled once we get into the guest,
2907 * so tell lockdep that we're about to enable interrupts.
2908 */
2909 trace_hardirqs_on();
Paul Mackerrasde56a942011-06-29 00:21:34 +00002910
Laurent Vivier61bd0f662018-03-02 11:51:56 +01002911 guest_enter_irqoff();
Paul Mackerras2c9097e2012-09-11 13:27:01 +00002912
Paul Mackerrase0b7ec02014-01-08 21:25:20 +11002913 srcu_idx = srcu_read_lock(&vc->kvm->srcu);
Paul Mackerras2c9097e2012-09-11 13:27:01 +00002914
Paul Mackerras8b24e692017-06-26 15:45:51 +10002915 trap = __kvmppc_vcore_entry();
Paul Mackerras19ccb762011-07-23 17:42:46 +10002916
Paul Mackerrasec257162015-06-24 21:18:03 +10002917 srcu_read_unlock(&vc->kvm->srcu, srcu_idx);
2918
Paul Mackerras8b24e692017-06-26 15:45:51 +10002919 trace_hardirqs_off();
2920 set_irq_happened(trap);
2921
Paul Mackerrasec257162015-06-24 21:18:03 +10002922 spin_lock(&vc->lock);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002923 /* prevent other vcpu threads from doing kvmppc_start_thread() now */
Paul Mackerras19ccb762011-07-23 17:42:46 +10002924 vc->vcore_state = VCORE_EXITING;
Paul Mackerras371fefd2011-06-29 00:23:08 +00002925
Paul Mackerras371fefd2011-06-29 00:23:08 +00002926 /* wait for secondary threads to finish writing their state to memory */
Paul Mackerras516f7892017-10-16 16:11:57 +11002927 kvmppc_wait_for_nap(controlled_threads);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002928
2929 /* Return to whole-core mode if we split the core earlier */
Paul Mackerras516f7892017-10-16 16:11:57 +11002930 if (cmd_bit) {
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002931 unsigned long hid0 = mfspr(SPRN_HID0);
2932 unsigned long loops = 0;
2933
2934 hid0 &= ~HID0_POWER8_DYNLPARDIS;
2935 stat_bit = HID0_POWER8_2LPARMODE | HID0_POWER8_4LPARMODE;
2936 mb();
2937 mtspr(SPRN_HID0, hid0);
2938 isync();
2939 for (;;) {
2940 hid0 = mfspr(SPRN_HID0);
2941 if (!(hid0 & stat_bit))
2942 break;
2943 cpu_relax();
2944 ++loops;
2945 }
Paul Mackerrasc0101502017-10-19 14:11:23 +11002946 } else if (hpt_on_radix) {
2947 /* Wait for all threads to have seen final sync */
2948 for (thr = 1; thr < controlled_threads; ++thr) {
Nicholas Piggind2e60072018-02-14 01:08:12 +10002949 struct paca_struct *paca = paca_ptrs[pcpu + thr];
2950
2951 while (paca->kvm_hstate.kvm_split_mode) {
Paul Mackerrasc0101502017-10-19 14:11:23 +11002952 HMT_low();
2953 barrier();
2954 }
2955 HMT_medium();
2956 }
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002957 }
Paul Mackerrasc0101502017-10-19 14:11:23 +11002958 split_info.do_nap = 0;
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002959
Paul Mackerras8b24e692017-06-26 15:45:51 +10002960 kvmppc_set_host_core(pcpu);
2961
2962 local_irq_enable();
Laurent Vivier61bd0f662018-03-02 11:51:56 +01002963 guest_exit();
Paul Mackerras8b24e692017-06-26 15:45:51 +10002964
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002965 /* Let secondaries go back to the offline loop */
Paul Mackerras45c940b2016-11-18 17:43:30 +11002966 for (i = 0; i < controlled_threads; ++i) {
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002967 kvmppc_release_hwthread(pcpu + i);
2968 if (sip && sip->napped[i])
2969 kvmppc_ipi_thread(pcpu + i);
Paul Mackerrasa29ebea2017-01-30 21:21:50 +11002970 cpumask_clear_cpu(pcpu + i, &vc->kvm->arch.cpu_in_guest);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10002971 }
2972
Paul Mackerras371fefd2011-06-29 00:23:08 +00002973 spin_unlock(&vc->lock);
Paul Mackerras2c9097e2012-09-11 13:27:01 +00002974
Paul Mackerras371fefd2011-06-29 00:23:08 +00002975 /* make sure updates to secondary vcpu structs are visible now */
2976 smp_mb();
Paul Mackerrasde56a942011-06-29 00:21:34 +00002977
Paul Mackerras36ee41d2018-01-30 10:51:32 +11002978 preempt_enable();
2979
Paul Mackerras898b25b2017-06-22 15:08:42 +10002980 for (sub = 0; sub < core_info.n_subcores; ++sub) {
2981 pvc = core_info.vc[sub];
2982 post_guest_process(pvc, pvc == vc);
2983 }
Paul Mackerrasde56a942011-06-29 00:21:34 +00002984
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00002985 spin_lock(&vc->lock);
Paul Mackerrasde56a942011-06-29 00:21:34 +00002986
Paul Mackerrasde56a942011-06-29 00:21:34 +00002987 out:
Paul Mackerras19ccb762011-07-23 17:42:46 +10002988 vc->vcore_state = VCORE_INACTIVE;
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06002989 trace_kvmppc_run_core(vc, 1);
Paul Mackerras371fefd2011-06-29 00:23:08 +00002990}
2991
Paul Mackerras19ccb762011-07-23 17:42:46 +10002992/*
2993 * Wait for some other vcpu thread to execute us, and
2994 * wake us up when we need to handle something in the host.
2995 */
Paul Mackerrasec257162015-06-24 21:18:03 +10002996static void kvmppc_wait_for_exec(struct kvmppc_vcore *vc,
2997 struct kvm_vcpu *vcpu, int wait_state)
Paul Mackerras371fefd2011-06-29 00:23:08 +00002998{
Paul Mackerras371fefd2011-06-29 00:23:08 +00002999 DEFINE_WAIT(wait);
3000
Paul Mackerras19ccb762011-07-23 17:42:46 +10003001 prepare_to_wait(&vcpu->arch.cpu_run, &wait, wait_state);
Paul Mackerrasec257162015-06-24 21:18:03 +10003002 if (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE) {
3003 spin_unlock(&vc->lock);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003004 schedule();
Paul Mackerrasec257162015-06-24 21:18:03 +10003005 spin_lock(&vc->lock);
3006 }
Paul Mackerras19ccb762011-07-23 17:42:46 +10003007 finish_wait(&vcpu->arch.cpu_run, &wait);
3008}
Paul Mackerras371fefd2011-06-29 00:23:08 +00003009
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003010static void grow_halt_poll_ns(struct kvmppc_vcore *vc)
3011{
3012 /* 10us base */
3013 if (vc->halt_poll_ns == 0 && halt_poll_ns_grow)
3014 vc->halt_poll_ns = 10000;
3015 else
3016 vc->halt_poll_ns *= halt_poll_ns_grow;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003017}
3018
3019static void shrink_halt_poll_ns(struct kvmppc_vcore *vc)
3020{
3021 if (halt_poll_ns_shrink == 0)
3022 vc->halt_poll_ns = 0;
3023 else
3024 vc->halt_poll_ns /= halt_poll_ns_shrink;
3025}
3026
Paul Mackerrasee3308a2017-06-20 15:46:12 +10003027#ifdef CONFIG_KVM_XICS
3028static inline bool xive_interrupt_pending(struct kvm_vcpu *vcpu)
3029{
3030 if (!xive_enabled())
3031 return false;
Benjamin Herrenschmidt2267ea72018-01-12 13:37:13 +11003032 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr <
Paul Mackerrasee3308a2017-06-20 15:46:12 +10003033 vcpu->arch.xive_saved_state.cppr;
3034}
3035#else
3036static inline bool xive_interrupt_pending(struct kvm_vcpu *vcpu)
3037{
3038 return false;
3039}
3040#endif /* CONFIG_KVM_XICS */
3041
Paul Mackerras1da4e2f2017-05-19 16:26:16 +10003042static bool kvmppc_vcpu_woken(struct kvm_vcpu *vcpu)
3043{
3044 if (vcpu->arch.pending_exceptions || vcpu->arch.prodded ||
Paul Mackerrasee3308a2017-06-20 15:46:12 +10003045 kvmppc_doorbell_pending(vcpu) || xive_interrupt_pending(vcpu))
Paul Mackerras1da4e2f2017-05-19 16:26:16 +10003046 return true;
3047
3048 return false;
3049}
3050
Suraj Jitindar Singh908a0932016-10-14 11:53:23 +11003051/*
3052 * Check to see if any of the runnable vcpus on the vcore have pending
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003053 * exceptions or are no longer ceded
3054 */
3055static int kvmppc_vcore_check_block(struct kvmppc_vcore *vc)
3056{
3057 struct kvm_vcpu *vcpu;
3058 int i;
3059
3060 for_each_runnable_thread(i, vcpu, vc) {
Paul Mackerras1da4e2f2017-05-19 16:26:16 +10003061 if (!vcpu->arch.ceded || kvmppc_vcpu_woken(vcpu))
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003062 return 1;
3063 }
3064
3065 return 0;
3066}
3067
Paul Mackerras19ccb762011-07-23 17:42:46 +10003068/*
3069 * All the vcpus in this vcore are idle, so wait for a decrementer
3070 * or external interrupt to one of the vcpus. vc->lock is held.
3071 */
3072static void kvmppc_vcore_blocked(struct kvmppc_vcore *vc)
3073{
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003074 ktime_t cur, start_poll, start_wait;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003075 int do_sleep = 1;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003076 u64 block_ns;
Marcelo Tosatti85773702016-02-19 09:46:39 +01003077 DECLARE_SWAITQUEUE(wait);
Suresh E. Warrier1bc5d592014-11-03 15:52:00 +11003078
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003079 /* Poll for pending exceptions and ceded state */
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003080 cur = start_poll = ktime_get();
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003081 if (vc->halt_poll_ns) {
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003082 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns);
3083 ++vc->runner->stat.halt_attempted_poll;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003084
3085 vc->vcore_state = VCORE_POLLING;
3086 spin_unlock(&vc->lock);
3087
3088 do {
3089 if (kvmppc_vcore_check_block(vc)) {
3090 do_sleep = 0;
3091 break;
3092 }
3093 cur = ktime_get();
3094 } while (single_task_running() && ktime_before(cur, stop));
3095
3096 spin_lock(&vc->lock);
3097 vc->vcore_state = VCORE_INACTIVE;
3098
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003099 if (!do_sleep) {
3100 ++vc->runner->stat.halt_successful_poll;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003101 goto out;
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003102 }
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003103 }
3104
Marcelo Tosatti85773702016-02-19 09:46:39 +01003105 prepare_to_swait(&vc->wq, &wait, TASK_INTERRUPTIBLE);
Suresh E. Warrier1bc5d592014-11-03 15:52:00 +11003106
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003107 if (kvmppc_vcore_check_block(vc)) {
Marcelo Tosatti85773702016-02-19 09:46:39 +01003108 finish_swait(&vc->wq, &wait);
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003109 do_sleep = 0;
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003110 /* If we polled, count this as a successful poll */
3111 if (vc->halt_poll_ns)
3112 ++vc->runner->stat.halt_successful_poll;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003113 goto out;
Suresh E. Warrier1bc5d592014-11-03 15:52:00 +11003114 }
3115
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003116 start_wait = ktime_get();
3117
Paul Mackerras19ccb762011-07-23 17:42:46 +10003118 vc->vcore_state = VCORE_SLEEPING;
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003119 trace_kvmppc_vcore_blocked(vc, 0);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003120 spin_unlock(&vc->lock);
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00003121 schedule();
Marcelo Tosatti85773702016-02-19 09:46:39 +01003122 finish_swait(&vc->wq, &wait);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003123 spin_lock(&vc->lock);
3124 vc->vcore_state = VCORE_INACTIVE;
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003125 trace_kvmppc_vcore_blocked(vc, 1);
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003126 ++vc->runner->stat.halt_successful_wait;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003127
3128 cur = ktime_get();
3129
3130out:
Suraj Jitindar Singh2a27f512016-08-02 14:03:23 +10003131 block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll);
3132
3133 /* Attribute wait time */
3134 if (do_sleep) {
3135 vc->runner->stat.halt_wait_ns +=
3136 ktime_to_ns(cur) - ktime_to_ns(start_wait);
3137 /* Attribute failed poll time */
3138 if (vc->halt_poll_ns)
3139 vc->runner->stat.halt_poll_fail_ns +=
3140 ktime_to_ns(start_wait) -
3141 ktime_to_ns(start_poll);
3142 } else {
3143 /* Attribute successful poll time */
3144 if (vc->halt_poll_ns)
3145 vc->runner->stat.halt_poll_success_ns +=
3146 ktime_to_ns(cur) -
3147 ktime_to_ns(start_poll);
3148 }
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003149
3150 /* Adjust poll time */
Suraj Jitindar Singh307d93e2016-10-14 11:53:20 +11003151 if (halt_poll_ns) {
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003152 if (block_ns <= vc->halt_poll_ns)
3153 ;
3154 /* We slept and blocked for longer than the max halt time */
Suraj Jitindar Singh307d93e2016-10-14 11:53:20 +11003155 else if (vc->halt_poll_ns && block_ns > halt_poll_ns)
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003156 shrink_halt_poll_ns(vc);
3157 /* We slept and our poll time is too small */
Suraj Jitindar Singh307d93e2016-10-14 11:53:20 +11003158 else if (vc->halt_poll_ns < halt_poll_ns &&
3159 block_ns < halt_poll_ns)
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003160 grow_halt_poll_ns(vc);
Suraj Jitindar Singhe03f3922016-10-14 11:53:21 +11003161 if (vc->halt_poll_ns > halt_poll_ns)
3162 vc->halt_poll_ns = halt_poll_ns;
Suraj Jitindar Singh0cda69d2016-08-02 14:03:21 +10003163 } else
3164 vc->halt_poll_ns = 0;
3165
3166 trace_kvmppc_vcore_wakeup(do_sleep, block_ns);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003167}
3168
Paul Mackerras432953b2017-11-09 15:37:10 +11003169static int kvmhv_setup_mmu(struct kvm_vcpu *vcpu)
3170{
3171 int r = 0;
3172 struct kvm *kvm = vcpu->kvm;
3173
3174 mutex_lock(&kvm->lock);
3175 if (!kvm->arch.mmu_ready) {
3176 if (!kvm_is_radix(kvm))
3177 r = kvmppc_hv_setup_htab_rma(vcpu);
3178 if (!r) {
3179 if (cpu_has_feature(CPU_FTR_ARCH_300))
3180 kvmppc_setup_partition_table(kvm);
3181 kvm->arch.mmu_ready = 1;
3182 }
3183 }
3184 mutex_unlock(&kvm->lock);
3185 return r;
3186}
3187
Paul Mackerras19ccb762011-07-23 17:42:46 +10003188static int kvmppc_run_vcpu(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu)
3189{
Paul Mackerras38c53af2017-11-08 14:44:04 +11003190 int n_ceded, i, r;
Paul Mackerras19ccb762011-07-23 17:42:46 +10003191 struct kvmppc_vcore *vc;
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10003192 struct kvm_vcpu *v;
Paul Mackerras9e368f22011-06-29 00:40:08 +00003193
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003194 trace_kvmppc_run_vcpu_enter(vcpu);
3195
Paul Mackerras371fefd2011-06-29 00:23:08 +00003196 kvm_run->exit_reason = 0;
3197 vcpu->arch.ret = RESUME_GUEST;
3198 vcpu->arch.trap = 0;
Paul Mackerras2f12f032012-10-15 01:17:17 +00003199 kvmppc_update_vpas(vcpu);
Paul Mackerras371fefd2011-06-29 00:23:08 +00003200
Paul Mackerras371fefd2011-06-29 00:23:08 +00003201 /*
3202 * Synchronize with other threads in this virtual core
3203 */
3204 vc = vcpu->arch.vcore;
3205 spin_lock(&vc->lock);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003206 vcpu->arch.ceded = 0;
Paul Mackerras371fefd2011-06-29 00:23:08 +00003207 vcpu->arch.run_task = current;
3208 vcpu->arch.kvm_run = kvm_run;
Paul Mackerrasc7b67672012-10-15 01:18:07 +00003209 vcpu->arch.stolen_logged = vcore_stolen_time(vc, mftb());
Paul Mackerras19ccb762011-07-23 17:42:46 +10003210 vcpu->arch.state = KVMPPC_VCPU_RUNNABLE;
Paul Mackerrasc7b67672012-10-15 01:18:07 +00003211 vcpu->arch.busy_preempt = TB_NIL;
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10003212 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu);
Paul Mackerras371fefd2011-06-29 00:23:08 +00003213 ++vc->n_runnable;
3214
Paul Mackerras19ccb762011-07-23 17:42:46 +10003215 /*
3216 * This happens the first time this is called for a vcpu.
3217 * If the vcore is already running, we may be able to start
3218 * this thread straight away and have it join in.
3219 */
Paul Mackerras8455d792012-10-15 01:17:42 +00003220 if (!signal_pending(current)) {
Paul Mackerrasc0093f12017-11-20 16:12:25 +11003221 if ((vc->vcore_state == VCORE_PIGGYBACK ||
3222 vc->vcore_state == VCORE_RUNNING) &&
Paul Mackerrasec257162015-06-24 21:18:03 +10003223 !VCORE_IS_EXITING(vc)) {
Paul Mackerras2f12f032012-10-15 01:17:17 +00003224 kvmppc_create_dtl_entry(vcpu, vc);
Paul Mackerrasb4deba52015-07-02 20:38:16 +10003225 kvmppc_start_thread(vcpu, vc);
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003226 trace_kvm_guest_enter(vcpu);
Paul Mackerras8455d792012-10-15 01:17:42 +00003227 } else if (vc->vcore_state == VCORE_SLEEPING) {
Marcelo Tosatti85773702016-02-19 09:46:39 +01003228 swake_up(&vc->wq);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003229 }
Paul Mackerras371fefd2011-06-29 00:23:08 +00003230
Paul Mackerras8455d792012-10-15 01:17:42 +00003231 }
Paul Mackerras19ccb762011-07-23 17:42:46 +10003232
3233 while (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE &&
3234 !signal_pending(current)) {
Paul Mackerras072df812017-11-09 14:30:24 +11003235 /* See if the MMU is ready to go */
3236 if (!vcpu->kvm->arch.mmu_ready) {
Paul Mackerras38c53af2017-11-08 14:44:04 +11003237 spin_unlock(&vc->lock);
Paul Mackerras432953b2017-11-09 15:37:10 +11003238 r = kvmhv_setup_mmu(vcpu);
Paul Mackerras38c53af2017-11-08 14:44:04 +11003239 spin_lock(&vc->lock);
3240 if (r) {
3241 kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY;
Paul Mackerras432953b2017-11-09 15:37:10 +11003242 kvm_run->fail_entry.
3243 hardware_entry_failure_reason = 0;
Paul Mackerras38c53af2017-11-08 14:44:04 +11003244 vcpu->arch.ret = r;
3245 break;
3246 }
3247 }
3248
Paul Mackerrasec257162015-06-24 21:18:03 +10003249 if (vc->vcore_state == VCORE_PREEMPT && vc->runner == NULL)
3250 kvmppc_vcore_end_preempt(vc);
3251
Paul Mackerras8455d792012-10-15 01:17:42 +00003252 if (vc->vcore_state != VCORE_INACTIVE) {
Paul Mackerrasec257162015-06-24 21:18:03 +10003253 kvmppc_wait_for_exec(vc, vcpu, TASK_INTERRUPTIBLE);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003254 continue;
3255 }
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10003256 for_each_runnable_thread(i, v, vc) {
Scott Wood7e28e60e2011-11-08 18:23:20 -06003257 kvmppc_core_prepare_to_enter(v);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003258 if (signal_pending(v->arch.run_task)) {
3259 kvmppc_remove_runnable(vc, v);
3260 v->stat.signal_exits++;
3261 v->arch.kvm_run->exit_reason = KVM_EXIT_INTR;
3262 v->arch.ret = -EINTR;
3263 wake_up(&v->arch.cpu_run);
3264 }
3265 }
Paul Mackerras8455d792012-10-15 01:17:42 +00003266 if (!vc->n_runnable || vcpu->arch.state != KVMPPC_VCPU_RUNNABLE)
3267 break;
Paul Mackerras8455d792012-10-15 01:17:42 +00003268 n_ceded = 0;
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10003269 for_each_runnable_thread(i, v, vc) {
Paul Mackerras1da4e2f2017-05-19 16:26:16 +10003270 if (!kvmppc_vcpu_woken(v))
Paul Mackerras8455d792012-10-15 01:17:42 +00003271 n_ceded += v->arch.ceded;
Paul Mackerras4619ac82013-04-17 20:31:41 +00003272 else
3273 v->arch.ceded = 0;
3274 }
Paul Mackerras25fedfc2015-03-28 14:21:05 +11003275 vc->runner = vcpu;
3276 if (n_ceded == vc->n_runnable) {
Paul Mackerras8455d792012-10-15 01:17:42 +00003277 kvmppc_vcore_blocked(vc);
Konstantin Khlebnikovc56dadf2015-07-15 12:52:03 +03003278 } else if (need_resched()) {
Paul Mackerrasec257162015-06-24 21:18:03 +10003279 kvmppc_vcore_preempt(vc);
Paul Mackerras25fedfc2015-03-28 14:21:05 +11003280 /* Let something else run */
3281 cond_resched_lock(&vc->lock);
Paul Mackerrasec257162015-06-24 21:18:03 +10003282 if (vc->vcore_state == VCORE_PREEMPT)
3283 kvmppc_vcore_end_preempt(vc);
Paul Mackerras25fedfc2015-03-28 14:21:05 +11003284 } else {
Paul Mackerras8455d792012-10-15 01:17:42 +00003285 kvmppc_run_core(vc);
Paul Mackerras25fedfc2015-03-28 14:21:05 +11003286 }
Paul Mackerras0456ec42012-02-03 00:56:21 +00003287 vc->runner = NULL;
Paul Mackerras371fefd2011-06-29 00:23:08 +00003288 }
3289
Paul Mackerras8455d792012-10-15 01:17:42 +00003290 while (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE &&
3291 (vc->vcore_state == VCORE_RUNNING ||
Paul Mackerras5fc3e642015-09-18 13:13:44 +10003292 vc->vcore_state == VCORE_EXITING ||
3293 vc->vcore_state == VCORE_PIGGYBACK))
Paul Mackerrasec257162015-06-24 21:18:03 +10003294 kvmppc_wait_for_exec(vc, vcpu, TASK_UNINTERRUPTIBLE);
Paul Mackerras8455d792012-10-15 01:17:42 +00003295
Paul Mackerras5fc3e642015-09-18 13:13:44 +10003296 if (vc->vcore_state == VCORE_PREEMPT && vc->runner == NULL)
3297 kvmppc_vcore_end_preempt(vc);
3298
Paul Mackerras8455d792012-10-15 01:17:42 +00003299 if (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE) {
3300 kvmppc_remove_runnable(vc, vcpu);
3301 vcpu->stat.signal_exits++;
3302 kvm_run->exit_reason = KVM_EXIT_INTR;
3303 vcpu->arch.ret = -EINTR;
3304 }
3305
3306 if (vc->n_runnable && vc->vcore_state == VCORE_INACTIVE) {
3307 /* Wake up some vcpu to run the core */
Suraj Jitindar Singh7b5f8272016-08-02 14:03:20 +10003308 i = -1;
3309 v = next_runnable_thread(vc, &i);
Paul Mackerras8455d792012-10-15 01:17:42 +00003310 wake_up(&v->arch.cpu_run);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003311 }
Paul Mackerras371fefd2011-06-29 00:23:08 +00003312
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003313 trace_kvmppc_run_vcpu_exit(vcpu, kvm_run);
Paul Mackerras19ccb762011-07-23 17:42:46 +10003314 spin_unlock(&vc->lock);
Paul Mackerras371fefd2011-06-29 00:23:08 +00003315 return vcpu->arch.ret;
Paul Mackerrasde56a942011-06-29 00:21:34 +00003316}
3317
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303318static int kvmppc_vcpu_run_hv(struct kvm_run *run, struct kvm_vcpu *vcpu)
Paul Mackerrasa8606e22011-06-29 00:22:05 +00003319{
3320 int r;
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00003321 int srcu_idx;
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003322 unsigned long ebb_regs[3] = {}; /* shut up GCC */
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003323 unsigned long user_tar = 0;
3324 unsigned int user_vrsave;
Paul Mackerras1b151ce2017-09-13 15:53:48 +10003325 struct kvm *kvm;
Paul Mackerrasa8606e22011-06-29 00:22:05 +00003326
Alexander Grafaf8f38b2011-08-10 13:57:08 +02003327 if (!vcpu->arch.sane) {
3328 run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
3329 return -EINVAL;
3330 }
3331
Paul Mackerras46a704f2017-06-15 16:10:27 +10003332 /*
3333 * Don't allow entry with a suspended transaction, because
3334 * the guest entry/exit code will lose it.
3335 * If the guest has TM enabled, save away their TM-related SPRs
3336 * (they will get restored by the TM unavailable interrupt).
3337 */
3338#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
3339 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs &&
3340 (current->thread.regs->msr & MSR_TM)) {
3341 if (MSR_TM_ACTIVE(current->thread.regs->msr)) {
3342 run->exit_reason = KVM_EXIT_FAIL_ENTRY;
3343 run->fail_entry.hardware_entry_failure_reason = 0;
3344 return -EINVAL;
3345 }
Paul Mackerrase4705712017-07-21 13:57:14 +10003346 /* Enable TM so we can read the TM SPRs */
3347 mtmsr(mfmsr() | MSR_TM);
Paul Mackerras46a704f2017-06-15 16:10:27 +10003348 current->thread.tm_tfhar = mfspr(SPRN_TFHAR);
3349 current->thread.tm_tfiar = mfspr(SPRN_TFIAR);
3350 current->thread.tm_texasr = mfspr(SPRN_TEXASR);
3351 current->thread.regs->msr &= ~MSR_TM;
3352 }
3353#endif
3354
Scott Wood25051b52011-11-08 18:23:23 -06003355 kvmppc_core_prepare_to_enter(vcpu);
3356
Paul Mackerras19ccb762011-07-23 17:42:46 +10003357 /* No need to go into the guest when all we'll do is come back out */
3358 if (signal_pending(current)) {
3359 run->exit_reason = KVM_EXIT_INTR;
3360 return -EINTR;
3361 }
3362
Paul Mackerras1b151ce2017-09-13 15:53:48 +10003363 kvm = vcpu->kvm;
3364 atomic_inc(&kvm->arch.vcpus_running);
3365 /* Order vcpus_running vs. mmu_ready, see kvmppc_alloc_reset_hpt */
Paul Mackerras32fad282012-05-04 02:32:53 +00003366 smp_mb();
3367
Anton Blanchard579e6332015-10-29 11:44:09 +11003368 flush_all_to_thread(current);
3369
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003370 /* Save userspace EBB and other register values */
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003371 if (cpu_has_feature(CPU_FTR_ARCH_207S)) {
3372 ebb_regs[0] = mfspr(SPRN_EBBHR);
3373 ebb_regs[1] = mfspr(SPRN_EBBRR);
3374 ebb_regs[2] = mfspr(SPRN_BESCR);
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003375 user_tar = mfspr(SPRN_TAR);
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003376 }
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003377 user_vrsave = mfspr(SPRN_VRSAVE);
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003378
Paul Mackerras19ccb762011-07-23 17:42:46 +10003379 vcpu->arch.wqp = &vcpu->arch.vcore->wq;
Paul Mackerras342d3db2011-12-12 12:38:05 +00003380 vcpu->arch.pgdir = current->mm->pgd;
Paul Mackerrasc7b67672012-10-15 01:18:07 +00003381 vcpu->arch.state = KVMPPC_VCPU_BUSY_IN_HOST;
Paul Mackerras19ccb762011-07-23 17:42:46 +10003382
Paul Mackerrasa8606e22011-06-29 00:22:05 +00003383 do {
3384 r = kvmppc_run_vcpu(run, vcpu);
3385
3386 if (run->exit_reason == KVM_EXIT_PAPR_HCALL &&
3387 !(vcpu->arch.shregs.msr & MSR_PR)) {
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003388 trace_kvm_hcall_enter(vcpu);
Paul Mackerrasa8606e22011-06-29 00:22:05 +00003389 r = kvmppc_pseries_do_hcall(vcpu);
Suresh E. Warrier3c78f782014-12-03 18:48:10 -06003390 trace_kvm_hcall_exit(vcpu, r);
Scott Wood7e28e60e2011-11-08 18:23:20 -06003391 kvmppc_core_prepare_to_enter(vcpu);
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00003392 } else if (r == RESUME_PAGE_FAULT) {
Paul Mackerras432953b2017-11-09 15:37:10 +11003393 srcu_idx = srcu_read_lock(&kvm->srcu);
Paul Mackerras913d3ff9a2012-10-15 01:16:48 +00003394 r = kvmppc_book3s_hv_page_fault(run, vcpu,
3395 vcpu->arch.fault_dar, vcpu->arch.fault_dsisr);
Paul Mackerras432953b2017-11-09 15:37:10 +11003396 srcu_read_unlock(&kvm->srcu, srcu_idx);
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10003397 } else if (r == RESUME_PASSTHROUGH) {
3398 if (WARN_ON(xive_enabled()))
3399 r = H_SUCCESS;
3400 else
3401 r = kvmppc_xics_rm_complete(vcpu, 0);
3402 }
Greg Kurze59d24e2014-02-06 17:36:56 +01003403 } while (is_kvmppc_resume_guest(r));
Paul Mackerras32fad282012-05-04 02:32:53 +00003404
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003405 /* Restore userspace EBB and other register values */
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003406 if (cpu_has_feature(CPU_FTR_ARCH_207S)) {
3407 mtspr(SPRN_EBBHR, ebb_regs[0]);
3408 mtspr(SPRN_EBBRR, ebb_regs[1]);
3409 mtspr(SPRN_BESCR, ebb_regs[2]);
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003410 mtspr(SPRN_TAR, user_tar);
3411 mtspr(SPRN_FSCR, current->thread.fscr);
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003412 }
Paul Mackerras4c3bb4c2017-06-15 15:43:17 +10003413 mtspr(SPRN_VRSAVE, user_vrsave);
Paul Mackerrasca8efa12017-06-06 16:47:22 +10003414
Paul Mackerrasc7b67672012-10-15 01:18:07 +00003415 vcpu->arch.state = KVMPPC_VCPU_NOTREADY;
Paul Mackerras432953b2017-11-09 15:37:10 +11003416 atomic_dec(&kvm->arch.vcpus_running);
Paul Mackerrasa8606e22011-06-29 00:22:05 +00003417 return r;
3418}
3419
Benjamin Herrenschmidt5b747162012-04-26 19:43:42 +00003420static void kvmppc_add_seg_page_size(struct kvm_ppc_one_seg_page_size **sps,
Paul Mackerras8dc6cca2017-09-11 15:29:45 +10003421 int shift, int sllp)
Benjamin Herrenschmidt5b747162012-04-26 19:43:42 +00003422{
Paul Mackerras8dc6cca2017-09-11 15:29:45 +10003423 (*sps)->page_shift = shift;
3424 (*sps)->slb_enc = sllp;
3425 (*sps)->enc[0].page_shift = shift;
3426 (*sps)->enc[0].pte_enc = kvmppc_pgsize_lp_encoding(shift, shift);
Aneesh Kumar K.V1f365bb2014-05-06 23:31:36 +05303427 /*
Paul Mackerras8dc6cca2017-09-11 15:29:45 +10003428 * Add 16MB MPSS support (may get filtered out by userspace)
Aneesh Kumar K.V1f365bb2014-05-06 23:31:36 +05303429 */
Paul Mackerras8dc6cca2017-09-11 15:29:45 +10003430 if (shift != 24) {
3431 int penc = kvmppc_pgsize_lp_encoding(shift, 24);
3432 if (penc != -1) {
3433 (*sps)->enc[1].page_shift = 24;
3434 (*sps)->enc[1].pte_enc = penc;
3435 }
Aneesh Kumar K.V1f365bb2014-05-06 23:31:36 +05303436 }
Benjamin Herrenschmidt5b747162012-04-26 19:43:42 +00003437 (*sps)++;
3438}
3439
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303440static int kvm_vm_ioctl_get_smmu_info_hv(struct kvm *kvm,
3441 struct kvm_ppc_smmu_info *info)
Benjamin Herrenschmidt5b747162012-04-26 19:43:42 +00003442{
3443 struct kvm_ppc_one_seg_page_size *sps;
3444
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003445 /*
Paul Mackerrase3bfed12017-08-25 19:53:39 +10003446 * POWER7, POWER8 and POWER9 all support 32 storage keys for data.
3447 * POWER7 doesn't support keys for instruction accesses,
3448 * POWER8 and POWER9 do.
3449 */
3450 info->data_keys = 32;
3451 info->instr_keys = cpu_has_feature(CPU_FTR_ARCH_207S) ? 32 : 0;
3452
Paul Mackerras8dc6cca2017-09-11 15:29:45 +10003453 /* POWER7, 8 and 9 all have 1T segments and 32-entry SLB */
3454 info->flags = KVM_PPC_PAGE_SIZES_REAL | KVM_PPC_1T_SEGMENTS;
3455 info->slb_size = 32;
Benjamin Herrenschmidt5b747162012-04-26 19:43:42 +00003456
3457 /* We only support these sizes for now, and no muti-size segments */
3458 sps = &info->sps[0];
Paul Mackerras8dc6cca2017-09-11 15:29:45 +10003459 kvmppc_add_seg_page_size(&sps, 12, 0);
3460 kvmppc_add_seg_page_size(&sps, 16, SLB_VSID_L | SLB_VSID_LP_01);
3461 kvmppc_add_seg_page_size(&sps, 24, SLB_VSID_L);
Benjamin Herrenschmidt5b747162012-04-26 19:43:42 +00003462
3463 return 0;
3464}
3465
Paul Mackerras82ed3612011-12-15 02:03:22 +00003466/*
3467 * Get (and clear) the dirty memory log for a memory slot.
3468 */
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303469static int kvm_vm_ioctl_get_dirty_log_hv(struct kvm *kvm,
3470 struct kvm_dirty_log *log)
Paul Mackerras82ed3612011-12-15 02:03:22 +00003471{
Paolo Bonzini9f6b8022015-05-17 16:20:07 +02003472 struct kvm_memslots *slots;
Paul Mackerras82ed3612011-12-15 02:03:22 +00003473 struct kvm_memory_slot *memslot;
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003474 int i, r;
Paul Mackerras82ed3612011-12-15 02:03:22 +00003475 unsigned long n;
Paul Mackerrase641a312017-10-26 16:39:19 +11003476 unsigned long *buf, *p;
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003477 struct kvm_vcpu *vcpu;
Paul Mackerras82ed3612011-12-15 02:03:22 +00003478
3479 mutex_lock(&kvm->slots_lock);
3480
3481 r = -EINVAL;
Alex Williamsonbbacc0c2012-12-10 10:33:09 -07003482 if (log->slot >= KVM_USER_MEM_SLOTS)
Paul Mackerras82ed3612011-12-15 02:03:22 +00003483 goto out;
3484
Paolo Bonzini9f6b8022015-05-17 16:20:07 +02003485 slots = kvm_memslots(kvm);
3486 memslot = id_to_memslot(slots, log->slot);
Paul Mackerras82ed3612011-12-15 02:03:22 +00003487 r = -ENOENT;
3488 if (!memslot->dirty_bitmap)
3489 goto out;
3490
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003491 /*
Paul Mackerrase641a312017-10-26 16:39:19 +11003492 * Use second half of bitmap area because both HPT and radix
3493 * accumulate bits in the first half.
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003494 */
Paul Mackerras82ed3612011-12-15 02:03:22 +00003495 n = kvm_dirty_bitmap_bytes(memslot);
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003496 buf = memslot->dirty_bitmap + n / sizeof(long);
3497 memset(buf, 0, n);
Paul Mackerras82ed3612011-12-15 02:03:22 +00003498
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003499 if (kvm_is_radix(kvm))
3500 r = kvmppc_hv_get_dirty_log_radix(kvm, memslot, buf);
3501 else
3502 r = kvmppc_hv_get_dirty_log_hpt(kvm, memslot, buf);
Paul Mackerras82ed3612011-12-15 02:03:22 +00003503 if (r)
3504 goto out;
3505
Paul Mackerrase641a312017-10-26 16:39:19 +11003506 /*
3507 * We accumulate dirty bits in the first half of the
3508 * memslot's dirty_bitmap area, for when pages are paged
3509 * out or modified by the host directly. Pick up these
3510 * bits and add them to the map.
3511 */
3512 p = memslot->dirty_bitmap;
3513 for (i = 0; i < n / sizeof(long); ++i)
3514 buf[i] |= xchg(&p[i], 0);
3515
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003516 /* Harvest dirty bits from VPA and DTL updates */
3517 /* Note: we never modify the SLB shadow buffer areas */
3518 kvm_for_each_vcpu(i, vcpu, kvm) {
3519 spin_lock(&vcpu->arch.vpa_update_lock);
3520 kvmppc_harvest_vpa_dirty(&vcpu->arch.vpa, memslot, buf);
3521 kvmppc_harvest_vpa_dirty(&vcpu->arch.dtl, memslot, buf);
3522 spin_unlock(&vcpu->arch.vpa_update_lock);
3523 }
3524
Paul Mackerras82ed3612011-12-15 02:03:22 +00003525 r = -EFAULT;
Paul Mackerras8f7b79b2017-01-30 21:21:48 +11003526 if (copy_to_user(log->dirty_bitmap, buf, n))
Paul Mackerras82ed3612011-12-15 02:03:22 +00003527 goto out;
3528
3529 r = 0;
3530out:
3531 mutex_unlock(&kvm->slots_lock);
3532 return r;
3533}
3534
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303535static void kvmppc_core_free_memslot_hv(struct kvm_memory_slot *free,
3536 struct kvm_memory_slot *dont)
Paul Mackerrasa66b48c2012-09-11 13:27:46 +00003537{
3538 if (!dont || free->arch.rmap != dont->arch.rmap) {
3539 vfree(free->arch.rmap);
3540 free->arch.rmap = NULL;
3541 }
Paul Mackerrasa66b48c2012-09-11 13:27:46 +00003542}
3543
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303544static int kvmppc_core_create_memslot_hv(struct kvm_memory_slot *slot,
3545 unsigned long npages)
Paul Mackerrasa66b48c2012-09-11 13:27:46 +00003546{
3547 slot->arch.rmap = vzalloc(npages * sizeof(*slot->arch.rmap));
3548 if (!slot->arch.rmap)
3549 return -ENOMEM;
Paul Mackerrasa66b48c2012-09-11 13:27:46 +00003550
3551 return 0;
3552}
3553
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303554static int kvmppc_core_prepare_memory_region_hv(struct kvm *kvm,
3555 struct kvm_memory_slot *memslot,
Paolo Bonzini09170a42015-05-18 13:59:39 +02003556 const struct kvm_userspace_memory_region *mem)
Paul Mackerrasa66b48c2012-09-11 13:27:46 +00003557{
Paul Mackerrasa66b48c2012-09-11 13:27:46 +00003558 return 0;
3559}
3560
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303561static void kvmppc_core_commit_memory_region_hv(struct kvm *kvm,
Paolo Bonzini09170a42015-05-18 13:59:39 +02003562 const struct kvm_userspace_memory_region *mem,
Paolo Bonzinif36f3f22015-05-18 13:20:23 +02003563 const struct kvm_memory_slot *old,
3564 const struct kvm_memory_slot *new)
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003565{
Paul Mackerrasdfe49db2012-09-11 13:28:18 +00003566 unsigned long npages = mem->memory_size >> PAGE_SHIFT;
Paul Mackerrasdfe49db2012-09-11 13:28:18 +00003567
Yongji Xiea56ee9f2016-11-04 13:55:12 +08003568 /*
3569 * If we are making a new memslot, it might make
3570 * some address that was previously cached as emulated
3571 * MMIO be no longer emulated MMIO, so invalidate
3572 * all the caches of emulated MMIO translations.
3573 */
3574 if (npages)
3575 atomic64_inc(&kvm->arch.mmio_update);
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003576}
3577
Paul Mackerrasa0144e22013-09-20 14:52:38 +10003578/*
3579 * Update LPCR values in kvm->arch and in vcores.
3580 * Caller must hold kvm->lock.
3581 */
3582void kvmppc_update_lpcr(struct kvm *kvm, unsigned long lpcr, unsigned long mask)
3583{
3584 long int i;
3585 u32 cores_done = 0;
3586
3587 if ((kvm->arch.lpcr & mask) == lpcr)
3588 return;
3589
3590 kvm->arch.lpcr = (kvm->arch.lpcr & ~mask) | lpcr;
3591
3592 for (i = 0; i < KVM_MAX_VCORES; ++i) {
3593 struct kvmppc_vcore *vc = kvm->arch.vcores[i];
3594 if (!vc)
3595 continue;
3596 spin_lock(&vc->lock);
3597 vc->lpcr = (vc->lpcr & ~mask) | lpcr;
3598 spin_unlock(&vc->lock);
3599 if (++cores_done >= kvm->arch.online_vcores)
3600 break;
3601 }
3602}
3603
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303604static void kvmppc_mmu_destroy_hv(struct kvm_vcpu *vcpu)
3605{
3606 return;
3607}
3608
Paul Mackerrasded13fc2017-11-22 14:38:53 +11003609void kvmppc_setup_partition_table(struct kvm *kvm)
Paul Mackerras7a840842016-11-16 22:25:20 +11003610{
3611 unsigned long dw0, dw1;
3612
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003613 if (!kvm_is_radix(kvm)) {
3614 /* PS field - page size for VRMA */
3615 dw0 = ((kvm->arch.vrma_slb_v & SLB_VSID_L) >> 1) |
3616 ((kvm->arch.vrma_slb_v & SLB_VSID_LP) << 1);
3617 /* HTABSIZE and HTABORG fields */
3618 dw0 |= kvm->arch.sdr1;
Paul Mackerras7a840842016-11-16 22:25:20 +11003619
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003620 /* Second dword as set by userspace */
3621 dw1 = kvm->arch.process_table;
3622 } else {
3623 dw0 = PATB_HR | radix__get_tree_size() |
3624 __pa(kvm->arch.pgtable) | RADIX_PGD_INDEX_SIZE;
3625 dw1 = PATB_GR | kvm->arch.process_table;
3626 }
Paul Mackerras7a840842016-11-16 22:25:20 +11003627
3628 mmu_partition_table_set_entry(kvm->arch.lpid, dw0, dw1);
3629}
3630
Paul Mackerras1b151ce2017-09-13 15:53:48 +10003631/*
3632 * Set up HPT (hashed page table) and RMA (real-mode area).
3633 * Must be called with kvm->lock held.
3634 */
Paul Mackerras32fad282012-05-04 02:32:53 +00003635static int kvmppc_hv_setup_htab_rma(struct kvm_vcpu *vcpu)
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003636{
3637 int err = 0;
3638 struct kvm *kvm = vcpu->kvm;
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003639 unsigned long hva;
3640 struct kvm_memory_slot *memslot;
3641 struct vm_area_struct *vma;
Paul Mackerrasa0144e22013-09-20 14:52:38 +10003642 unsigned long lpcr = 0, senc;
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003643 unsigned long psize, porder;
Paul Mackerras2c9097e2012-09-11 13:27:01 +00003644 int srcu_idx;
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003645
Paul Mackerras32fad282012-05-04 02:32:53 +00003646 /* Allocate hashed page table (if not done already) and reset it */
David Gibson3f9d4f52016-12-20 16:49:00 +11003647 if (!kvm->arch.hpt.virt) {
David Gibsonaae07772016-12-20 16:49:02 +11003648 int order = KVM_DEFAULT_HPT_ORDER;
3649 struct kvm_hpt_info info;
3650
3651 err = kvmppc_allocate_hpt(&info, order);
3652 /* If we get here, it means userspace didn't specify a
3653 * size explicitly. So, try successively smaller
3654 * sizes if the default failed. */
3655 while ((err == -ENOMEM) && --order >= PPC_MIN_HPT_ORDER)
3656 err = kvmppc_allocate_hpt(&info, order);
3657
3658 if (err < 0) {
Paul Mackerras32fad282012-05-04 02:32:53 +00003659 pr_err("KVM: Couldn't alloc HPT\n");
3660 goto out;
3661 }
David Gibsonaae07772016-12-20 16:49:02 +11003662
3663 kvmppc_set_hpt(kvm, &info);
Paul Mackerras32fad282012-05-04 02:32:53 +00003664 }
3665
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003666 /* Look up the memslot for guest physical address 0 */
Paul Mackerras2c9097e2012-09-11 13:27:01 +00003667 srcu_idx = srcu_read_lock(&kvm->srcu);
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003668 memslot = gfn_to_memslot(kvm, 0);
3669
3670 /* We must have some memory at 0 by now */
3671 err = -EINVAL;
3672 if (!memslot || (memslot->flags & KVM_MEMSLOT_INVALID))
Paul Mackerras2c9097e2012-09-11 13:27:01 +00003673 goto out_srcu;
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003674
3675 /* Look up the VMA for the start of this memory slot */
3676 hva = memslot->userspace_addr;
3677 down_read(&current->mm->mmap_sem);
3678 vma = find_vma(current->mm, hva);
3679 if (!vma || vma->vm_start > hva || (vma->vm_flags & VM_IO))
3680 goto up_out;
3681
3682 psize = vma_kernel_pagesize(vma);
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003683
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003684 up_read(&current->mm->mmap_sem);
3685
Paul Mackerrasc17b98c2014-12-03 13:30:38 +11003686 /* We can handle 4k, 64k or 16M pages in the VRMA */
Paul Mackerrasdebd5742018-03-02 15:38:04 +11003687 if (psize >= 0x1000000)
3688 psize = 0x1000000;
3689 else if (psize >= 0x10000)
3690 psize = 0x10000;
3691 else
3692 psize = 0x1000;
3693 porder = __ilog2(psize);
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003694
Paul Mackerrasc17b98c2014-12-03 13:30:38 +11003695 senc = slb_pgsize_encoding(psize);
3696 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T |
3697 (VRMA_VSID << SLB_VSID_SHIFT_1T);
Paul Mackerrasc17b98c2014-12-03 13:30:38 +11003698 /* Create HPTEs in the hash page table for the VRMA */
3699 kvmppc_map_vrma(vcpu, memslot, porder);
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003700
Paul Mackerras7a840842016-11-16 22:25:20 +11003701 /* Update VRMASD field in the LPCR */
3702 if (!cpu_has_feature(CPU_FTR_ARCH_300)) {
3703 /* the -4 is to account for senc values starting at 0x10 */
3704 lpcr = senc << (LPCR_VRMASD_SH - 4);
3705 kvmppc_update_lpcr(kvm, lpcr, LPCR_VRMASD);
Paul Mackerras7a840842016-11-16 22:25:20 +11003706 }
Paul Mackerrasa0144e22013-09-20 14:52:38 +10003707
Paul Mackerras1b151ce2017-09-13 15:53:48 +10003708 /* Order updates to kvm->arch.lpcr etc. vs. mmu_ready */
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003709 smp_wmb();
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003710 err = 0;
Paul Mackerras2c9097e2012-09-11 13:27:01 +00003711 out_srcu:
3712 srcu_read_unlock(&kvm->srcu, srcu_idx);
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003713 out:
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003714 return err;
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003715
Paul Mackerrasc77162d2011-12-12 12:31:00 +00003716 up_out:
3717 up_read(&current->mm->mmap_sem);
Lai Jiangshan505d6422013-03-16 00:50:49 +08003718 goto out_srcu;
Paul Mackerrasde56a942011-06-29 00:21:34 +00003719}
3720
Paul Mackerras18c36402017-09-13 16:00:10 +10003721/* Must be called with kvm->lock held and mmu_ready = 0 and no vcpus running */
3722int kvmppc_switch_mmu_to_hpt(struct kvm *kvm)
3723{
3724 kvmppc_free_radix(kvm);
3725 kvmppc_update_lpcr(kvm, LPCR_VPM1,
3726 LPCR_VPM1 | LPCR_UPRT | LPCR_GTSE | LPCR_HR);
3727 kvmppc_rmap_reset(kvm);
3728 kvm->arch.radix = 0;
3729 kvm->arch.process_table = 0;
3730 return 0;
3731}
3732
3733/* Must be called with kvm->lock held and mmu_ready = 0 and no vcpus running */
3734int kvmppc_switch_mmu_to_radix(struct kvm *kvm)
3735{
3736 int err;
3737
3738 err = kvmppc_init_vm_radix(kvm);
3739 if (err)
3740 return err;
3741
3742 kvmppc_free_hpt(&kvm->arch.hpt);
3743 kvmppc_update_lpcr(kvm, LPCR_UPRT | LPCR_GTSE | LPCR_HR,
3744 LPCR_VPM1 | LPCR_UPRT | LPCR_GTSE | LPCR_HR);
3745 kvm->arch.radix = 1;
3746 return 0;
3747}
3748
Suresh Warrier79b6c242015-12-17 14:59:06 -06003749#ifdef CONFIG_KVM_XICS
3750/*
3751 * Allocate a per-core structure for managing state about which cores are
3752 * running in the host versus the guest and for exchanging data between
3753 * real mode KVM and CPU running in the host.
3754 * This is only done for the first VM.
3755 * The allocated structure stays even if all VMs have stopped.
3756 * It is only freed when the kvm-hv module is unloaded.
3757 * It's OK for this routine to fail, we just don't support host
3758 * core operations like redirecting H_IPI wakeups.
3759 */
3760void kvmppc_alloc_host_rm_ops(void)
3761{
3762 struct kvmppc_host_rm_ops *ops;
3763 unsigned long l_ops;
3764 int cpu, core;
3765 int size;
3766
3767 /* Not the first time here ? */
3768 if (kvmppc_host_rm_ops_hv != NULL)
3769 return;
3770
3771 ops = kzalloc(sizeof(struct kvmppc_host_rm_ops), GFP_KERNEL);
3772 if (!ops)
3773 return;
3774
3775 size = cpu_nr_cores() * sizeof(struct kvmppc_host_rm_core);
3776 ops->rm_core = kzalloc(size, GFP_KERNEL);
3777
3778 if (!ops->rm_core) {
3779 kfree(ops);
3780 return;
3781 }
3782
Sebastian Andrzej Siewior419af25f2017-05-24 10:15:21 +02003783 cpus_read_lock();
Suresh Warrier6f3bb802015-12-17 14:59:08 -06003784
Suresh Warrier79b6c242015-12-17 14:59:06 -06003785 for (cpu = 0; cpu < nr_cpu_ids; cpu += threads_per_core) {
3786 if (!cpu_online(cpu))
3787 continue;
3788
3789 core = cpu >> threads_shift;
3790 ops->rm_core[core].rm_state.in_host = 1;
3791 }
3792
Suresh Warrier0c2a6602015-12-17 14:59:09 -06003793 ops->vcpu_kick = kvmppc_fast_vcpu_kick_hv;
3794
Suresh Warrier79b6c242015-12-17 14:59:06 -06003795 /*
3796 * Make the contents of the kvmppc_host_rm_ops structure visible
3797 * to other CPUs before we assign it to the global variable.
3798 * Do an atomic assignment (no locks used here), but if someone
3799 * beats us to it, just free our copy and return.
3800 */
3801 smp_wmb();
3802 l_ops = (unsigned long) ops;
3803
3804 if (cmpxchg64((unsigned long *)&kvmppc_host_rm_ops_hv, 0, l_ops)) {
Sebastian Andrzej Siewior419af25f2017-05-24 10:15:21 +02003805 cpus_read_unlock();
Suresh Warrier79b6c242015-12-17 14:59:06 -06003806 kfree(ops->rm_core);
3807 kfree(ops);
Suresh Warrier6f3bb802015-12-17 14:59:08 -06003808 return;
Suresh Warrier79b6c242015-12-17 14:59:06 -06003809 }
Suresh Warrier6f3bb802015-12-17 14:59:08 -06003810
Sebastian Andrzej Siewior419af25f2017-05-24 10:15:21 +02003811 cpuhp_setup_state_nocalls_cpuslocked(CPUHP_KVM_PPC_BOOK3S_PREPARE,
3812 "ppc/kvm_book3s:prepare",
3813 kvmppc_set_host_core,
3814 kvmppc_clear_host_core);
3815 cpus_read_unlock();
Suresh Warrier79b6c242015-12-17 14:59:06 -06003816}
3817
3818void kvmppc_free_host_rm_ops(void)
3819{
3820 if (kvmppc_host_rm_ops_hv) {
Anna-Maria Gleixner3f7cd912016-11-27 00:13:45 +01003821 cpuhp_remove_state_nocalls(CPUHP_KVM_PPC_BOOK3S_PREPARE);
Suresh Warrier79b6c242015-12-17 14:59:06 -06003822 kfree(kvmppc_host_rm_ops_hv->rm_core);
3823 kfree(kvmppc_host_rm_ops_hv);
3824 kvmppc_host_rm_ops_hv = NULL;
3825 }
3826}
3827#endif
3828
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303829static int kvmppc_core_init_vm_hv(struct kvm *kvm)
Paul Mackerrasde56a942011-06-29 00:21:34 +00003830{
Paul Mackerras32fad282012-05-04 02:32:53 +00003831 unsigned long lpcr, lpid;
Paul Mackerrase23a8082015-03-28 14:21:01 +11003832 char buf[32];
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003833 int ret;
Paul Mackerrasde56a942011-06-29 00:21:34 +00003834
Paul Mackerras32fad282012-05-04 02:32:53 +00003835 /* Allocate the guest's logical partition ID */
3836
3837 lpid = kvmppc_alloc_lpid();
Chen Gang5d226ae2013-07-22 14:32:35 +08003838 if ((long)lpid < 0)
Paul Mackerras32fad282012-05-04 02:32:53 +00003839 return -ENOMEM;
3840 kvm->arch.lpid = lpid;
Paul Mackerrasde56a942011-06-29 00:21:34 +00003841
Suresh Warrier79b6c242015-12-17 14:59:06 -06003842 kvmppc_alloc_host_rm_ops();
3843
Paul Mackerras1b400ba2012-11-21 23:28:08 +00003844 /*
3845 * Since we don't flush the TLB when tearing down a VM,
3846 * and this lpid might have previously been used,
3847 * make sure we flush on each core before running the new VM.
Paul Mackerras7c5b06c2016-11-18 08:28:51 +11003848 * On POWER9, the tlbie in mmu_partition_table_set_entry()
3849 * does this flush for us.
Paul Mackerras1b400ba2012-11-21 23:28:08 +00003850 */
Paul Mackerras7c5b06c2016-11-18 08:28:51 +11003851 if (!cpu_has_feature(CPU_FTR_ARCH_300))
3852 cpumask_setall(&kvm->arch.need_tlb_flush);
Paul Mackerras1b400ba2012-11-21 23:28:08 +00003853
Paul Mackerras699a0ea2014-06-02 11:02:59 +10003854 /* Start out with the default set of hcalls enabled */
3855 memcpy(kvm->arch.enabled_hcalls, default_enabled_hcalls,
3856 sizeof(kvm->arch.enabled_hcalls));
3857
Paul Mackerras7a840842016-11-16 22:25:20 +11003858 if (!cpu_has_feature(CPU_FTR_ARCH_300))
3859 kvm->arch.host_sdr1 = mfspr(SPRN_SDR1);
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003860
Paul Mackerrasc17b98c2014-12-03 13:30:38 +11003861 /* Init LPCR for virtual RMA mode */
3862 kvm->arch.host_lpid = mfspr(SPRN_LPID);
3863 kvm->arch.host_lpcr = lpcr = mfspr(SPRN_LPCR);
3864 lpcr &= LPCR_PECE | LPCR_LPES;
3865 lpcr |= (4UL << LPCR_DPFD_SH) | LPCR_HDICE |
3866 LPCR_VPM0 | LPCR_VPM1;
3867 kvm->arch.vrma_slb_v = SLB_VSID_B_1T |
3868 (VRMA_VSID << SLB_VSID_SHIFT_1T);
3869 /* On POWER8 turn on online bit to enable PURR/SPURR */
3870 if (cpu_has_feature(CPU_FTR_ARCH_207S))
3871 lpcr |= LPCR_ONL;
Paul Mackerras84f71392016-11-22 14:30:14 +11003872 /*
3873 * On POWER9, VPM0 bit is reserved (VPM0=1 behaviour is assumed)
3874 * Set HVICE bit to enable hypervisor virtualization interrupts.
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10003875 * Set HEIC to prevent OS interrupts to go to hypervisor (should
3876 * be unnecessary but better safe than sorry in case we re-enable
3877 * EE in HV mode with this LPCR still set)
Paul Mackerras84f71392016-11-22 14:30:14 +11003878 */
3879 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
Paul Mackerras7a840842016-11-16 22:25:20 +11003880 lpcr &= ~LPCR_VPM0;
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10003881 lpcr |= LPCR_HVICE | LPCR_HEIC;
3882
3883 /*
3884 * If xive is enabled, we route 0x500 interrupts directly
3885 * to the guest.
3886 */
3887 if (xive_enabled())
3888 lpcr |= LPCR_LPES;
Paul Mackerras84f71392016-11-22 14:30:14 +11003889 }
3890
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003891 /*
Paul Mackerras18c36402017-09-13 16:00:10 +10003892 * If the host uses radix, the guest starts out as radix.
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003893 */
3894 if (radix_enabled()) {
3895 kvm->arch.radix = 1;
Paul Mackerras1b151ce2017-09-13 15:53:48 +10003896 kvm->arch.mmu_ready = 1;
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003897 lpcr &= ~LPCR_VPM1;
3898 lpcr |= LPCR_UPRT | LPCR_GTSE | LPCR_HR;
3899 ret = kvmppc_init_vm_radix(kvm);
3900 if (ret) {
3901 kvmppc_free_lpid(kvm->arch.lpid);
3902 return ret;
3903 }
3904 kvmppc_setup_partition_table(kvm);
3905 }
3906
Paul Mackerras9e368f22011-06-29 00:40:08 +00003907 kvm->arch.lpcr = lpcr;
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003908
David Gibson5e985962016-12-20 16:49:05 +11003909 /* Initialization for future HPT resizes */
3910 kvm->arch.resize_hpt = NULL;
3911
Paul Mackerras512691d2012-10-15 01:15:41 +00003912 /*
Paul Mackerras7c5b06c2016-11-18 08:28:51 +11003913 * Work out how many sets the TLB has, for the use of
3914 * the TLB invalidation loop in book3s_hv_rmhandlers.S.
3915 */
Paul Mackerras18c36402017-09-13 16:00:10 +10003916 if (radix_enabled())
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003917 kvm->arch.tlb_sets = POWER9_TLB_SETS_RADIX; /* 128 */
3918 else if (cpu_has_feature(CPU_FTR_ARCH_300))
Paul Mackerras7c5b06c2016-11-18 08:28:51 +11003919 kvm->arch.tlb_sets = POWER9_TLB_SETS_HASH; /* 256 */
3920 else if (cpu_has_feature(CPU_FTR_ARCH_207S))
3921 kvm->arch.tlb_sets = POWER8_TLB_SETS; /* 512 */
3922 else
3923 kvm->arch.tlb_sets = POWER7_TLB_SETS; /* 128 */
3924
3925 /*
Michael Ellerman441c19c2014-05-23 18:15:25 +10003926 * Track that we now have a HV mode VM active. This blocks secondary
3927 * CPU threads from coming online.
Paul Mackerras516f7892017-10-16 16:11:57 +11003928 * On POWER9, we only need to do this if the "indep_threads_mode"
3929 * module parameter has been set to N.
Paul Mackerras512691d2012-10-15 01:15:41 +00003930 */
Paul Mackerras516f7892017-10-16 16:11:57 +11003931 if (cpu_has_feature(CPU_FTR_ARCH_300))
3932 kvm->arch.threads_indep = indep_threads_mode;
3933 if (!kvm->arch.threads_indep)
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003934 kvm_hv_vm_activated();
Paul Mackerras512691d2012-10-15 01:15:41 +00003935
Paul Mackerrase23a8082015-03-28 14:21:01 +11003936 /*
Paul Mackerras3c313522017-02-06 13:24:41 +11003937 * Initialize smt_mode depending on processor.
3938 * POWER8 and earlier have to use "strict" threading, where
3939 * all vCPUs in a vcore have to run on the same (sub)core,
3940 * whereas on POWER9 the threads can each run a different
3941 * guest.
3942 */
3943 if (!cpu_has_feature(CPU_FTR_ARCH_300))
3944 kvm->arch.smt_mode = threads_per_subcore;
3945 else
3946 kvm->arch.smt_mode = 1;
Paul Mackerras57900692017-05-16 16:41:20 +10003947 kvm->arch.emul_smt_mode = 1;
Paul Mackerras3c313522017-02-06 13:24:41 +11003948
3949 /*
Paul Mackerrase23a8082015-03-28 14:21:01 +11003950 * Create a debugfs directory for the VM
3951 */
3952 snprintf(buf, sizeof(buf), "vm%d", current->pid);
3953 kvm->arch.debugfs_dir = debugfs_create_dir(buf, kvm_debugfs_dir);
3954 if (!IS_ERR_OR_NULL(kvm->arch.debugfs_dir))
3955 kvmppc_mmu_debugfs_init(kvm);
3956
David Gibson54738c02011-06-29 00:22:41 +00003957 return 0;
Paul Mackerrasde56a942011-06-29 00:21:34 +00003958}
3959
Paul Mackerrasf1378b12013-09-27 15:33:43 +05303960static void kvmppc_free_vcores(struct kvm *kvm)
3961{
3962 long int i;
3963
Paul Mackerras23316312015-10-21 16:03:14 +11003964 for (i = 0; i < KVM_MAX_VCORES; ++i)
Paul Mackerrasf1378b12013-09-27 15:33:43 +05303965 kfree(kvm->arch.vcores[i]);
3966 kvm->arch.online_vcores = 0;
3967}
3968
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303969static void kvmppc_core_destroy_vm_hv(struct kvm *kvm)
Paul Mackerrasde56a942011-06-29 00:21:34 +00003970{
Paul Mackerrase23a8082015-03-28 14:21:01 +11003971 debugfs_remove_recursive(kvm->arch.debugfs_dir);
3972
Paul Mackerras516f7892017-10-16 16:11:57 +11003973 if (!kvm->arch.threads_indep)
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003974 kvm_hv_vm_deactivated();
Paul Mackerras512691d2012-10-15 01:15:41 +00003975
Paul Mackerrasf1378b12013-09-27 15:33:43 +05303976 kvmppc_free_vcores(kvm);
Paul Mackerrasaa04b4c2011-06-29 00:25:44 +00003977
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11003978 kvmppc_free_lpid(kvm->arch.lpid);
3979
Paul Mackerras5a319352017-01-30 21:21:46 +11003980 if (kvm_is_radix(kvm))
3981 kvmppc_free_radix(kvm);
3982 else
David Gibsonaae07772016-12-20 16:49:02 +11003983 kvmppc_free_hpt(&kvm->arch.hpt);
Suresh Warrierc57875f2016-08-19 15:35:50 +10003984
3985 kvmppc_free_pimap(kvm);
Paul Mackerrasde56a942011-06-29 00:21:34 +00003986}
3987
3988/* We don't need to emulate any privileged instructions or dcbz */
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303989static int kvmppc_core_emulate_op_hv(struct kvm_run *run, struct kvm_vcpu *vcpu,
3990 unsigned int inst, int *advance)
Paul Mackerrasde56a942011-06-29 00:21:34 +00003991{
3992 return EMULATE_FAIL;
3993}
3994
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05303995static int kvmppc_core_emulate_mtspr_hv(struct kvm_vcpu *vcpu, int sprn,
3996 ulong spr_val)
Paul Mackerrasde56a942011-06-29 00:21:34 +00003997{
3998 return EMULATE_FAIL;
3999}
4000
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304001static int kvmppc_core_emulate_mfspr_hv(struct kvm_vcpu *vcpu, int sprn,
4002 ulong *spr_val)
Paul Mackerrasde56a942011-06-29 00:21:34 +00004003{
4004 return EMULATE_FAIL;
4005}
4006
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304007static int kvmppc_core_check_processor_compat_hv(void)
4008{
Paul Mackerrasc17b98c2014-12-03 13:30:38 +11004009 if (!cpu_has_feature(CPU_FTR_HVMODE) ||
4010 !cpu_has_feature(CPU_FTR_ARCH_206))
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304011 return -EIO;
Aneesh Kumar K.V50de5962016-04-29 23:25:43 +10004012
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304013 return 0;
4014}
4015
Suresh Warrier8daaafc2016-08-19 15:35:48 +10004016#ifdef CONFIG_KVM_XICS
4017
4018void kvmppc_free_pimap(struct kvm *kvm)
4019{
4020 kfree(kvm->arch.pimap);
4021}
4022
Suresh Warrierc57875f2016-08-19 15:35:50 +10004023static struct kvmppc_passthru_irqmap *kvmppc_alloc_pimap(void)
Suresh Warrier8daaafc2016-08-19 15:35:48 +10004024{
4025 return kzalloc(sizeof(struct kvmppc_passthru_irqmap), GFP_KERNEL);
4026}
Suresh Warrierc57875f2016-08-19 15:35:50 +10004027
4028static int kvmppc_set_passthru_irq(struct kvm *kvm, int host_irq, int guest_gsi)
4029{
4030 struct irq_desc *desc;
4031 struct kvmppc_irq_map *irq_map;
4032 struct kvmppc_passthru_irqmap *pimap;
4033 struct irq_chip *chip;
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004034 int i, rc = 0;
Suresh Warrierc57875f2016-08-19 15:35:50 +10004035
Suresh Warrier644abbb2016-08-19 15:35:54 +10004036 if (!kvm_irq_bypass)
4037 return 1;
4038
Suresh Warrierc57875f2016-08-19 15:35:50 +10004039 desc = irq_to_desc(host_irq);
4040 if (!desc)
4041 return -EIO;
4042
4043 mutex_lock(&kvm->lock);
4044
4045 pimap = kvm->arch.pimap;
4046 if (pimap == NULL) {
4047 /* First call, allocate structure to hold IRQ map */
4048 pimap = kvmppc_alloc_pimap();
4049 if (pimap == NULL) {
4050 mutex_unlock(&kvm->lock);
4051 return -ENOMEM;
4052 }
4053 kvm->arch.pimap = pimap;
4054 }
4055
4056 /*
4057 * For now, we only support interrupts for which the EOI operation
4058 * is an OPAL call followed by a write to XIRR, since that's
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004059 * what our real-mode EOI code does, or a XIVE interrupt
Suresh Warrierc57875f2016-08-19 15:35:50 +10004060 */
4061 chip = irq_data_get_irq_chip(&desc->irq_data);
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004062 if (!chip || !(is_pnv_opal_msi(chip) || is_xive_irq(chip))) {
Suresh Warrierc57875f2016-08-19 15:35:50 +10004063 pr_warn("kvmppc_set_passthru_irq_hv: Could not assign IRQ map for (%d,%d)\n",
4064 host_irq, guest_gsi);
4065 mutex_unlock(&kvm->lock);
4066 return -ENOENT;
4067 }
4068
4069 /*
4070 * See if we already have an entry for this guest IRQ number.
4071 * If it's mapped to a hardware IRQ number, that's an error,
4072 * otherwise re-use this entry.
4073 */
4074 for (i = 0; i < pimap->n_mapped; i++) {
4075 if (guest_gsi == pimap->mapped[i].v_hwirq) {
4076 if (pimap->mapped[i].r_hwirq) {
4077 mutex_unlock(&kvm->lock);
4078 return -EINVAL;
4079 }
4080 break;
4081 }
4082 }
4083
4084 if (i == KVMPPC_PIRQ_MAPPED) {
4085 mutex_unlock(&kvm->lock);
4086 return -EAGAIN; /* table is full */
4087 }
4088
4089 irq_map = &pimap->mapped[i];
4090
4091 irq_map->v_hwirq = guest_gsi;
Suresh Warrierc57875f2016-08-19 15:35:50 +10004092 irq_map->desc = desc;
4093
Suresh Warriere3c13e52016-08-19 15:35:51 +10004094 /*
4095 * Order the above two stores before the next to serialize with
4096 * the KVM real mode handler.
4097 */
4098 smp_wmb();
4099 irq_map->r_hwirq = desc->irq_data.hwirq;
4100
Suresh Warrierc57875f2016-08-19 15:35:50 +10004101 if (i == pimap->n_mapped)
4102 pimap->n_mapped++;
4103
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004104 if (xive_enabled())
4105 rc = kvmppc_xive_set_mapped(kvm, guest_gsi, desc);
4106 else
4107 kvmppc_xics_set_mapped(kvm, guest_gsi, desc->irq_data.hwirq);
4108 if (rc)
4109 irq_map->r_hwirq = 0;
Paul Mackerras5d375192016-08-19 15:35:56 +10004110
Suresh Warrierc57875f2016-08-19 15:35:50 +10004111 mutex_unlock(&kvm->lock);
4112
4113 return 0;
4114}
4115
4116static int kvmppc_clr_passthru_irq(struct kvm *kvm, int host_irq, int guest_gsi)
4117{
4118 struct irq_desc *desc;
4119 struct kvmppc_passthru_irqmap *pimap;
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004120 int i, rc = 0;
Suresh Warrierc57875f2016-08-19 15:35:50 +10004121
Suresh Warrier644abbb2016-08-19 15:35:54 +10004122 if (!kvm_irq_bypass)
4123 return 0;
4124
Suresh Warrierc57875f2016-08-19 15:35:50 +10004125 desc = irq_to_desc(host_irq);
4126 if (!desc)
4127 return -EIO;
4128
4129 mutex_lock(&kvm->lock);
Markus Elfringa1c52e12017-01-20 11:00:08 +01004130 if (!kvm->arch.pimap)
4131 goto unlock;
Suresh Warrierc57875f2016-08-19 15:35:50 +10004132
Suresh Warrierc57875f2016-08-19 15:35:50 +10004133 pimap = kvm->arch.pimap;
4134
4135 for (i = 0; i < pimap->n_mapped; i++) {
4136 if (guest_gsi == pimap->mapped[i].v_hwirq)
4137 break;
4138 }
4139
4140 if (i == pimap->n_mapped) {
4141 mutex_unlock(&kvm->lock);
4142 return -ENODEV;
4143 }
4144
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004145 if (xive_enabled())
4146 rc = kvmppc_xive_clr_mapped(kvm, guest_gsi, pimap->mapped[i].desc);
4147 else
4148 kvmppc_xics_clr_mapped(kvm, guest_gsi, pimap->mapped[i].r_hwirq);
Paul Mackerras5d375192016-08-19 15:35:56 +10004149
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004150 /* invalidate the entry (what do do on error from the above ?) */
Suresh Warrierc57875f2016-08-19 15:35:50 +10004151 pimap->mapped[i].r_hwirq = 0;
4152
4153 /*
4154 * We don't free this structure even when the count goes to
4155 * zero. The structure is freed when we destroy the VM.
4156 */
Markus Elfringa1c52e12017-01-20 11:00:08 +01004157 unlock:
Suresh Warrierc57875f2016-08-19 15:35:50 +10004158 mutex_unlock(&kvm->lock);
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +10004159 return rc;
Suresh Warrierc57875f2016-08-19 15:35:50 +10004160}
4161
4162static int kvmppc_irq_bypass_add_producer_hv(struct irq_bypass_consumer *cons,
4163 struct irq_bypass_producer *prod)
4164{
4165 int ret = 0;
4166 struct kvm_kernel_irqfd *irqfd =
4167 container_of(cons, struct kvm_kernel_irqfd, consumer);
4168
4169 irqfd->producer = prod;
4170
4171 ret = kvmppc_set_passthru_irq(irqfd->kvm, prod->irq, irqfd->gsi);
4172 if (ret)
4173 pr_info("kvmppc_set_passthru_irq (irq %d, gsi %d) fails: %d\n",
4174 prod->irq, irqfd->gsi, ret);
4175
4176 return ret;
4177}
4178
4179static void kvmppc_irq_bypass_del_producer_hv(struct irq_bypass_consumer *cons,
4180 struct irq_bypass_producer *prod)
4181{
4182 int ret;
4183 struct kvm_kernel_irqfd *irqfd =
4184 container_of(cons, struct kvm_kernel_irqfd, consumer);
4185
4186 irqfd->producer = NULL;
4187
4188 /*
4189 * When producer of consumer is unregistered, we change back to
4190 * default external interrupt handling mode - KVM real mode
4191 * will switch back to host.
4192 */
4193 ret = kvmppc_clr_passthru_irq(irqfd->kvm, prod->irq, irqfd->gsi);
4194 if (ret)
4195 pr_warn("kvmppc_clr_passthru_irq (irq %d, gsi %d) fails: %d\n",
4196 prod->irq, irqfd->gsi, ret);
4197}
Suresh Warrier8daaafc2016-08-19 15:35:48 +10004198#endif
4199
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304200static long kvm_arch_vm_ioctl_hv(struct file *filp,
4201 unsigned int ioctl, unsigned long arg)
4202{
4203 struct kvm *kvm __maybe_unused = filp->private_data;
4204 void __user *argp = (void __user *)arg;
4205 long r;
4206
4207 switch (ioctl) {
4208
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304209 case KVM_PPC_ALLOCATE_HTAB: {
4210 u32 htab_order;
4211
4212 r = -EFAULT;
4213 if (get_user(htab_order, (u32 __user *)argp))
4214 break;
David Gibsonf98a8bf2016-12-20 16:49:03 +11004215 r = kvmppc_alloc_reset_hpt(kvm, htab_order);
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304216 if (r)
4217 break;
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304218 r = 0;
4219 break;
4220 }
4221
4222 case KVM_PPC_GET_HTAB_FD: {
4223 struct kvm_get_htab_fd ghf;
4224
4225 r = -EFAULT;
4226 if (copy_from_user(&ghf, argp, sizeof(ghf)))
4227 break;
4228 r = kvm_vm_ioctl_get_htab_fd(kvm, &ghf);
4229 break;
4230 }
4231
David Gibson5e985962016-12-20 16:49:05 +11004232 case KVM_PPC_RESIZE_HPT_PREPARE: {
4233 struct kvm_ppc_resize_hpt rhpt;
4234
4235 r = -EFAULT;
4236 if (copy_from_user(&rhpt, argp, sizeof(rhpt)))
4237 break;
4238
4239 r = kvm_vm_ioctl_resize_hpt_prepare(kvm, &rhpt);
4240 break;
4241 }
4242
4243 case KVM_PPC_RESIZE_HPT_COMMIT: {
4244 struct kvm_ppc_resize_hpt rhpt;
4245
4246 r = -EFAULT;
4247 if (copy_from_user(&rhpt, argp, sizeof(rhpt)))
4248 break;
4249
4250 r = kvm_vm_ioctl_resize_hpt_commit(kvm, &rhpt);
4251 break;
4252 }
4253
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304254 default:
4255 r = -ENOTTY;
4256 }
4257
4258 return r;
4259}
4260
Paul Mackerras699a0ea2014-06-02 11:02:59 +10004261/*
4262 * List of hcall numbers to enable by default.
4263 * For compatibility with old userspace, we enable by default
4264 * all hcalls that were implemented before the hcall-enabling
4265 * facility was added. Note this list should not include H_RTAS.
4266 */
4267static unsigned int default_hcall_list[] = {
4268 H_REMOVE,
4269 H_ENTER,
4270 H_READ,
4271 H_PROTECT,
4272 H_BULK_REMOVE,
4273 H_GET_TCE,
4274 H_PUT_TCE,
4275 H_SET_DABR,
4276 H_SET_XDABR,
4277 H_CEDE,
4278 H_PROD,
4279 H_CONFER,
4280 H_REGISTER_VPA,
4281#ifdef CONFIG_KVM_XICS
4282 H_EOI,
4283 H_CPPR,
4284 H_IPI,
4285 H_IPOLL,
4286 H_XIRR,
4287 H_XIRR_X,
4288#endif
4289 0
4290};
4291
4292static void init_default_hcalls(void)
4293{
4294 int i;
Paul Mackerrasae2113a2014-06-02 11:03:00 +10004295 unsigned int hcall;
Paul Mackerras699a0ea2014-06-02 11:02:59 +10004296
Paul Mackerrasae2113a2014-06-02 11:03:00 +10004297 for (i = 0; default_hcall_list[i]; ++i) {
4298 hcall = default_hcall_list[i];
4299 WARN_ON(!kvmppc_hcall_impl_hv(hcall));
4300 __set_bit(hcall / 4, default_enabled_hcalls);
4301 }
Paul Mackerras699a0ea2014-06-02 11:02:59 +10004302}
4303
Paul Mackerrasc9270132017-01-30 21:21:41 +11004304static int kvmhv_configure_mmu(struct kvm *kvm, struct kvm_ppc_mmuv3_cfg *cfg)
4305{
Paul Mackerras468808b2017-01-30 21:21:42 +11004306 unsigned long lpcr;
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11004307 int radix;
Paul Mackerras18c36402017-09-13 16:00:10 +10004308 int err;
Paul Mackerras468808b2017-01-30 21:21:42 +11004309
4310 /* If not on a POWER9, reject it */
4311 if (!cpu_has_feature(CPU_FTR_ARCH_300))
4312 return -ENODEV;
4313
4314 /* If any unknown flags set, reject it */
4315 if (cfg->flags & ~(KVM_PPC_MMUV3_RADIX | KVM_PPC_MMUV3_GTSE))
4316 return -EINVAL;
4317
Paul Mackerras468808b2017-01-30 21:21:42 +11004318 /* GR (guest radix) bit in process_table field must match */
Paul Mackerras18c36402017-09-13 16:00:10 +10004319 radix = !!(cfg->flags & KVM_PPC_MMUV3_RADIX);
Paul Mackerras8cf4ecc2017-01-30 21:21:53 +11004320 if (!!(cfg->process_table & PATB_GR) != radix)
Paul Mackerras468808b2017-01-30 21:21:42 +11004321 return -EINVAL;
4322
4323 /* Process table size field must be reasonable, i.e. <= 24 */
4324 if ((cfg->process_table & PRTS_MASK) > 24)
4325 return -EINVAL;
4326
Paul Mackerras18c36402017-09-13 16:00:10 +10004327 /* We can change a guest to/from radix now, if the host is radix */
4328 if (radix && !radix_enabled())
4329 return -EINVAL;
4330
Paul Mackerrascf5f6f32017-09-11 16:05:30 +10004331 mutex_lock(&kvm->lock);
Paul Mackerras18c36402017-09-13 16:00:10 +10004332 if (radix != kvm_is_radix(kvm)) {
4333 if (kvm->arch.mmu_ready) {
4334 kvm->arch.mmu_ready = 0;
4335 /* order mmu_ready vs. vcpus_running */
4336 smp_mb();
4337 if (atomic_read(&kvm->arch.vcpus_running)) {
4338 kvm->arch.mmu_ready = 1;
4339 err = -EBUSY;
4340 goto out_unlock;
4341 }
4342 }
4343 if (radix)
4344 err = kvmppc_switch_mmu_to_radix(kvm);
4345 else
4346 err = kvmppc_switch_mmu_to_hpt(kvm);
4347 if (err)
4348 goto out_unlock;
4349 }
4350
Paul Mackerras468808b2017-01-30 21:21:42 +11004351 kvm->arch.process_table = cfg->process_table;
4352 kvmppc_setup_partition_table(kvm);
4353
4354 lpcr = (cfg->flags & KVM_PPC_MMUV3_GTSE) ? LPCR_GTSE : 0;
4355 kvmppc_update_lpcr(kvm, lpcr, LPCR_GTSE);
Paul Mackerras18c36402017-09-13 16:00:10 +10004356 err = 0;
Paul Mackerras468808b2017-01-30 21:21:42 +11004357
Paul Mackerras18c36402017-09-13 16:00:10 +10004358 out_unlock:
4359 mutex_unlock(&kvm->lock);
4360 return err;
Paul Mackerrasc9270132017-01-30 21:21:41 +11004361}
4362
Aneesh Kumar K.Vcbbc58d2013-10-07 22:18:01 +05304363static struct kvmppc_ops kvm_ops_hv = {
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304364 .get_sregs = kvm_arch_vcpu_ioctl_get_sregs_hv,
4365 .set_sregs = kvm_arch_vcpu_ioctl_set_sregs_hv,
4366 .get_one_reg = kvmppc_get_one_reg_hv,
4367 .set_one_reg = kvmppc_set_one_reg_hv,
4368 .vcpu_load = kvmppc_core_vcpu_load_hv,
4369 .vcpu_put = kvmppc_core_vcpu_put_hv,
4370 .set_msr = kvmppc_set_msr_hv,
4371 .vcpu_run = kvmppc_vcpu_run_hv,
4372 .vcpu_create = kvmppc_core_vcpu_create_hv,
4373 .vcpu_free = kvmppc_core_vcpu_free_hv,
4374 .check_requests = kvmppc_core_check_requests_hv,
4375 .get_dirty_log = kvm_vm_ioctl_get_dirty_log_hv,
4376 .flush_memslot = kvmppc_core_flush_memslot_hv,
4377 .prepare_memory_region = kvmppc_core_prepare_memory_region_hv,
4378 .commit_memory_region = kvmppc_core_commit_memory_region_hv,
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304379 .unmap_hva_range = kvm_unmap_hva_range_hv,
4380 .age_hva = kvm_age_hva_hv,
4381 .test_age_hva = kvm_test_age_hva_hv,
4382 .set_spte_hva = kvm_set_spte_hva_hv,
4383 .mmu_destroy = kvmppc_mmu_destroy_hv,
4384 .free_memslot = kvmppc_core_free_memslot_hv,
4385 .create_memslot = kvmppc_core_create_memslot_hv,
4386 .init_vm = kvmppc_core_init_vm_hv,
4387 .destroy_vm = kvmppc_core_destroy_vm_hv,
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304388 .get_smmu_info = kvm_vm_ioctl_get_smmu_info_hv,
4389 .emulate_op = kvmppc_core_emulate_op_hv,
4390 .emulate_mtspr = kvmppc_core_emulate_mtspr_hv,
4391 .emulate_mfspr = kvmppc_core_emulate_mfspr_hv,
4392 .fast_vcpu_kick = kvmppc_fast_vcpu_kick_hv,
4393 .arch_vm_ioctl = kvm_arch_vm_ioctl_hv,
Paul Mackerrasae2113a2014-06-02 11:03:00 +10004394 .hcall_implemented = kvmppc_hcall_impl_hv,
Suresh Warrierc57875f2016-08-19 15:35:50 +10004395#ifdef CONFIG_KVM_XICS
4396 .irq_bypass_add_producer = kvmppc_irq_bypass_add_producer_hv,
4397 .irq_bypass_del_producer = kvmppc_irq_bypass_del_producer_hv,
4398#endif
Paul Mackerrasc9270132017-01-30 21:21:41 +11004399 .configure_mmu = kvmhv_configure_mmu,
4400 .get_rmmu_info = kvmhv_get_rmmu_info,
Paul Mackerras3c313522017-02-06 13:24:41 +11004401 .set_smt_mode = kvmhv_set_smt_mode,
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304402};
4403
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +05304404static int kvm_init_subcore_bitmap(void)
4405{
4406 int i, j;
4407 int nr_cores = cpu_nr_cores();
4408 struct sibling_subcore_state *sibling_subcore_state;
4409
4410 for (i = 0; i < nr_cores; i++) {
4411 int first_cpu = i * threads_per_core;
4412 int node = cpu_to_node(first_cpu);
4413
4414 /* Ignore if it is already allocated. */
Nicholas Piggind2e60072018-02-14 01:08:12 +10004415 if (paca_ptrs[first_cpu]->sibling_subcore_state)
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +05304416 continue;
4417
4418 sibling_subcore_state =
4419 kmalloc_node(sizeof(struct sibling_subcore_state),
4420 GFP_KERNEL, node);
4421 if (!sibling_subcore_state)
4422 return -ENOMEM;
4423
4424 memset(sibling_subcore_state, 0,
4425 sizeof(struct sibling_subcore_state));
4426
4427 for (j = 0; j < threads_per_core; j++) {
4428 int cpu = first_cpu + j;
4429
Nicholas Piggind2e60072018-02-14 01:08:12 +10004430 paca_ptrs[cpu]->sibling_subcore_state =
4431 sibling_subcore_state;
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +05304432 }
4433 }
4434 return 0;
4435}
4436
Paul Mackerras5a319352017-01-30 21:21:46 +11004437static int kvmppc_radix_possible(void)
4438{
4439 return cpu_has_feature(CPU_FTR_ARCH_300) && radix_enabled();
4440}
4441
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304442static int kvmppc_book3s_init_hv(void)
Paul Mackerrasde56a942011-06-29 00:21:34 +00004443{
4444 int r;
Aneesh Kumar K.Vcbbc58d2013-10-07 22:18:01 +05304445 /*
4446 * FIXME!! Do we need to check on all cpus ?
4447 */
4448 r = kvmppc_core_check_processor_compat_hv();
4449 if (r < 0)
Paul Mackerras739e2422014-03-25 10:47:05 +11004450 return -ENODEV;
Paul Mackerrasde56a942011-06-29 00:21:34 +00004451
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +05304452 r = kvm_init_subcore_bitmap();
4453 if (r)
4454 return r;
4455
Paul Mackerrasf7257582016-11-18 09:02:08 +11004456 /*
4457 * We need a way of accessing the XICS interrupt controller,
Nicholas Piggind2e60072018-02-14 01:08:12 +10004458 * either directly, via paca_ptrs[cpu]->kvm_hstate.xics_phys, or
Paul Mackerrasf7257582016-11-18 09:02:08 +11004459 * indirectly, via OPAL.
4460 */
4461#ifdef CONFIG_SMP
Paul Mackerrasfb7dcf72017-04-28 08:23:16 +10004462 if (!xive_enabled() && !local_paca->kvm_hstate.xics_phys) {
Paul Mackerrasf7257582016-11-18 09:02:08 +11004463 struct device_node *np;
4464
4465 np = of_find_compatible_node(NULL, NULL, "ibm,opal-intc");
4466 if (!np) {
4467 pr_err("KVM-HV: Cannot determine method for accessing XICS\n");
4468 return -ENODEV;
4469 }
4470 }
4471#endif
4472
Aneesh Kumar K.Vcbbc58d2013-10-07 22:18:01 +05304473 kvm_ops_hv.owner = THIS_MODULE;
4474 kvmppc_hv_ops = &kvm_ops_hv;
Paul Mackerrasde56a942011-06-29 00:21:34 +00004475
Paul Mackerras699a0ea2014-06-02 11:02:59 +10004476 init_default_hcalls();
4477
Paul Mackerrasec257162015-06-24 21:18:03 +10004478 init_vcore_lists();
4479
Aneesh Kumar K.Vcbbc58d2013-10-07 22:18:01 +05304480 r = kvmppc_mmu_hv_init();
Paul Mackerras5a319352017-01-30 21:21:46 +11004481 if (r)
4482 return r;
4483
4484 if (kvmppc_radix_possible())
4485 r = kvmppc_radix_init();
Paul Mackerras00608e12018-01-11 16:54:26 +11004486
4487 /*
4488 * POWER9 chips before version 2.02 can't have some threads in
4489 * HPT mode and some in radix mode on the same core.
4490 */
4491 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
4492 unsigned int pvr = mfspr(SPRN_PVR);
4493 if ((pvr >> 16) == PVR_POWER9 &&
4494 (((pvr & 0xe000) == 0 && (pvr & 0xfff) < 0x202) ||
4495 ((pvr & 0xe000) == 0x2000 && (pvr & 0xfff) < 0x101)))
4496 no_mixing_hpt_and_radix = true;
4497 }
4498
Paul Mackerrasde56a942011-06-29 00:21:34 +00004499 return r;
4500}
4501
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304502static void kvmppc_book3s_exit_hv(void)
Paul Mackerrasde56a942011-06-29 00:21:34 +00004503{
Suresh Warrier79b6c242015-12-17 14:59:06 -06004504 kvmppc_free_host_rm_ops();
Paul Mackerras5a319352017-01-30 21:21:46 +11004505 if (kvmppc_radix_possible())
4506 kvmppc_radix_exit();
Aneesh Kumar K.Vcbbc58d2013-10-07 22:18:01 +05304507 kvmppc_hv_ops = NULL;
Paul Mackerrasde56a942011-06-29 00:21:34 +00004508}
4509
Aneesh Kumar K.V3a167bea2013-10-07 22:17:53 +05304510module_init(kvmppc_book3s_init_hv);
4511module_exit(kvmppc_book3s_exit_hv);
Aneesh Kumar K.V2ba9f0d2013-10-07 22:17:59 +05304512MODULE_LICENSE("GPL");
Alexander Graf398a76c2013-12-09 13:53:42 +01004513MODULE_ALIAS_MISCDEV(KVM_MINOR);
4514MODULE_ALIAS("devname:kvm");