GNU Linux-libre 4.19.264-gnu1
[releases.git] / arch / powerpc / include / asm / kvm_ppc.h
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License, version 2, as
4  * published by the Free Software Foundation.
5  *
6  * This program is distributed in the hope that it will be useful,
7  * but WITHOUT ANY WARRANTY; without even the implied warranty of
8  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9  * GNU General Public License for more details.
10  *
11  * You should have received a copy of the GNU General Public License
12  * along with this program; if not, write to the Free Software
13  * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
14  *
15  * Copyright IBM Corp. 2008
16  *
17  * Authors: Hollis Blanchard <hollisb@us.ibm.com>
18  */
19
20 #ifndef __POWERPC_KVM_PPC_H__
21 #define __POWERPC_KVM_PPC_H__
22
23 /* This file exists just so we can dereference kvm_vcpu, avoiding nested header
24  * dependencies. */
25
26 #include <linux/mutex.h>
27 #include <linux/timer.h>
28 #include <linux/types.h>
29 #include <linux/kvm_types.h>
30 #include <linux/kvm_host.h>
31 #include <linux/bug.h>
32 #ifdef CONFIG_PPC_BOOK3S
33 #include <asm/kvm_book3s.h>
34 #else
35 #include <asm/kvm_booke.h>
36 #endif
37 #ifdef CONFIG_KVM_BOOK3S_64_HANDLER
38 #include <asm/paca.h>
39 #endif
40
41 /*
42  * KVMPPC_INST_SW_BREAKPOINT is debug Instruction
43  * for supporting software breakpoint.
44  */
45 #define KVMPPC_INST_SW_BREAKPOINT       0x00dddd00
46
47 enum emulation_result {
48         EMULATE_DONE,         /* no further processing */
49         EMULATE_DO_MMIO,      /* kvm_run filled with MMIO request */
50         EMULATE_FAIL,         /* can't emulate this instruction */
51         EMULATE_AGAIN,        /* something went wrong. go again */
52         EMULATE_EXIT_USER,    /* emulation requires exit to user-space */
53 };
54
55 enum instruction_fetch_type {
56         INST_GENERIC,
57         INST_SC,                /* system call */
58 };
59
60 enum xlate_instdata {
61         XLATE_INST,             /* translate instruction address */
62         XLATE_DATA              /* translate data address */
63 };
64
65 enum xlate_readwrite {
66         XLATE_READ,             /* check for read permissions */
67         XLATE_WRITE             /* check for write permissions */
68 };
69
70 extern int kvmppc_vcpu_run(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu);
71 extern int __kvmppc_vcpu_run(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu);
72 extern void kvmppc_handler_highmem(void);
73
74 extern void kvmppc_dump_vcpu(struct kvm_vcpu *vcpu);
75 extern int kvmppc_handle_load(struct kvm_run *run, struct kvm_vcpu *vcpu,
76                               unsigned int rt, unsigned int bytes,
77                               int is_default_endian);
78 extern int kvmppc_handle_loads(struct kvm_run *run, struct kvm_vcpu *vcpu,
79                                unsigned int rt, unsigned int bytes,
80                                int is_default_endian);
81 extern int kvmppc_handle_vsx_load(struct kvm_run *run, struct kvm_vcpu *vcpu,
82                                 unsigned int rt, unsigned int bytes,
83                         int is_default_endian, int mmio_sign_extend);
84 extern int kvmppc_handle_vmx_load(struct kvm_run *run, struct kvm_vcpu *vcpu,
85                 unsigned int rt, unsigned int bytes, int is_default_endian);
86 extern int kvmppc_handle_vmx_store(struct kvm_run *run, struct kvm_vcpu *vcpu,
87                 unsigned int rs, unsigned int bytes, int is_default_endian);
88 extern int kvmppc_handle_store(struct kvm_run *run, struct kvm_vcpu *vcpu,
89                                u64 val, unsigned int bytes,
90                                int is_default_endian);
91 extern int kvmppc_handle_vsx_store(struct kvm_run *run, struct kvm_vcpu *vcpu,
92                                 int rs, unsigned int bytes,
93                                 int is_default_endian);
94
95 extern int kvmppc_load_last_inst(struct kvm_vcpu *vcpu,
96                                  enum instruction_fetch_type type, u32 *inst);
97
98 extern int kvmppc_ld(struct kvm_vcpu *vcpu, ulong *eaddr, int size, void *ptr,
99                      bool data);
100 extern int kvmppc_st(struct kvm_vcpu *vcpu, ulong *eaddr, int size, void *ptr,
101                      bool data);
102 extern int kvmppc_emulate_instruction(struct kvm_run *run,
103                                       struct kvm_vcpu *vcpu);
104 extern int kvmppc_emulate_loadstore(struct kvm_vcpu *vcpu);
105 extern int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu);
106 extern void kvmppc_emulate_dec(struct kvm_vcpu *vcpu);
107 extern u32 kvmppc_get_dec(struct kvm_vcpu *vcpu, u64 tb);
108 extern void kvmppc_decrementer_func(struct kvm_vcpu *vcpu);
109 extern int kvmppc_sanity_check(struct kvm_vcpu *vcpu);
110 extern int kvmppc_subarch_vcpu_init(struct kvm_vcpu *vcpu);
111 extern void kvmppc_subarch_vcpu_uninit(struct kvm_vcpu *vcpu);
112
113 /* Core-specific hooks */
114
115 extern void kvmppc_mmu_map(struct kvm_vcpu *vcpu, u64 gvaddr, gpa_t gpaddr,
116                            unsigned int gtlb_idx);
117 extern void kvmppc_mmu_priv_switch(struct kvm_vcpu *vcpu, int usermode);
118 extern void kvmppc_mmu_switch_pid(struct kvm_vcpu *vcpu, u32 pid);
119 extern void kvmppc_mmu_destroy(struct kvm_vcpu *vcpu);
120 extern int kvmppc_mmu_init(struct kvm_vcpu *vcpu);
121 extern int kvmppc_mmu_dtlb_index(struct kvm_vcpu *vcpu, gva_t eaddr);
122 extern int kvmppc_mmu_itlb_index(struct kvm_vcpu *vcpu, gva_t eaddr);
123 extern gpa_t kvmppc_mmu_xlate(struct kvm_vcpu *vcpu, unsigned int gtlb_index,
124                               gva_t eaddr);
125 extern void kvmppc_mmu_dtlb_miss(struct kvm_vcpu *vcpu);
126 extern void kvmppc_mmu_itlb_miss(struct kvm_vcpu *vcpu);
127 extern int kvmppc_xlate(struct kvm_vcpu *vcpu, ulong eaddr,
128                         enum xlate_instdata xlid, enum xlate_readwrite xlrw,
129                         struct kvmppc_pte *pte);
130
131 extern struct kvm_vcpu *kvmppc_core_vcpu_create(struct kvm *kvm,
132                                                 unsigned int id);
133 extern void kvmppc_core_vcpu_free(struct kvm_vcpu *vcpu);
134 extern int kvmppc_core_vcpu_setup(struct kvm_vcpu *vcpu);
135 extern int kvmppc_core_check_processor_compat(void);
136 extern int kvmppc_core_vcpu_translate(struct kvm_vcpu *vcpu,
137                                       struct kvm_translation *tr);
138
139 extern void kvmppc_core_vcpu_load(struct kvm_vcpu *vcpu, int cpu);
140 extern void kvmppc_core_vcpu_put(struct kvm_vcpu *vcpu);
141
142 extern int kvmppc_core_prepare_to_enter(struct kvm_vcpu *vcpu);
143 extern int kvmppc_core_pending_dec(struct kvm_vcpu *vcpu);
144 extern void kvmppc_core_queue_program(struct kvm_vcpu *vcpu, ulong flags);
145 extern void kvmppc_core_queue_fpunavail(struct kvm_vcpu *vcpu);
146 extern void kvmppc_core_queue_vec_unavail(struct kvm_vcpu *vcpu);
147 extern void kvmppc_core_queue_vsx_unavail(struct kvm_vcpu *vcpu);
148 extern void kvmppc_core_queue_dec(struct kvm_vcpu *vcpu);
149 extern void kvmppc_core_dequeue_dec(struct kvm_vcpu *vcpu);
150 extern void kvmppc_core_queue_external(struct kvm_vcpu *vcpu,
151                                        struct kvm_interrupt *irq);
152 extern void kvmppc_core_dequeue_external(struct kvm_vcpu *vcpu);
153 extern void kvmppc_core_queue_dtlb_miss(struct kvm_vcpu *vcpu, ulong dear_flags,
154                                         ulong esr_flags);
155 extern void kvmppc_core_queue_data_storage(struct kvm_vcpu *vcpu,
156                                            ulong dear_flags,
157                                            ulong esr_flags);
158 extern void kvmppc_core_queue_itlb_miss(struct kvm_vcpu *vcpu);
159 extern void kvmppc_core_queue_inst_storage(struct kvm_vcpu *vcpu,
160                                            ulong esr_flags);
161 extern void kvmppc_core_flush_tlb(struct kvm_vcpu *vcpu);
162 extern int kvmppc_core_check_requests(struct kvm_vcpu *vcpu);
163
164 extern int kvmppc_booke_init(void);
165 extern void kvmppc_booke_exit(void);
166
167 extern void kvmppc_core_destroy_mmu(struct kvm_vcpu *vcpu);
168 extern int kvmppc_kvm_pv(struct kvm_vcpu *vcpu);
169 extern void kvmppc_map_magic(struct kvm_vcpu *vcpu);
170
171 extern int kvmppc_allocate_hpt(struct kvm_hpt_info *info, u32 order);
172 extern void kvmppc_set_hpt(struct kvm *kvm, struct kvm_hpt_info *info);
173 extern long kvmppc_alloc_reset_hpt(struct kvm *kvm, int order);
174 extern void kvmppc_free_hpt(struct kvm_hpt_info *info);
175 extern void kvmppc_rmap_reset(struct kvm *kvm);
176 extern long kvmppc_prepare_vrma(struct kvm *kvm,
177                                 struct kvm_userspace_memory_region *mem);
178 extern void kvmppc_map_vrma(struct kvm_vcpu *vcpu,
179                         struct kvm_memory_slot *memslot, unsigned long porder);
180 extern int kvmppc_pseries_do_hcall(struct kvm_vcpu *vcpu);
181 extern long kvm_spapr_tce_attach_iommu_group(struct kvm *kvm, int tablefd,
182                 struct iommu_group *grp);
183 extern void kvm_spapr_tce_release_iommu_group(struct kvm *kvm,
184                 struct iommu_group *grp);
185 extern int kvmppc_switch_mmu_to_hpt(struct kvm *kvm);
186 extern int kvmppc_switch_mmu_to_radix(struct kvm *kvm);
187 extern void kvmppc_setup_partition_table(struct kvm *kvm);
188
189 extern long kvm_vm_ioctl_create_spapr_tce(struct kvm *kvm,
190                                 struct kvm_create_spapr_tce_64 *args);
191 extern struct kvmppc_spapr_tce_table *kvmppc_find_table(
192                 struct kvm *kvm, unsigned long liobn);
193 #define kvmppc_ioba_validate(stt, ioba, npages)                         \
194                 (iommu_tce_check_ioba((stt)->page_shift, (stt)->offset, \
195                                 (stt)->size, (ioba), (npages)) ?        \
196                                 H_PARAMETER : H_SUCCESS)
197 extern long kvmppc_tce_validate(struct kvmppc_spapr_tce_table *tt,
198                 unsigned long tce);
199 extern long kvmppc_gpa_to_ua(struct kvm *kvm, unsigned long gpa,
200                 unsigned long *ua, unsigned long **prmap);
201 extern void kvmppc_tce_put(struct kvmppc_spapr_tce_table *tt,
202                 unsigned long idx, unsigned long tce);
203 extern long kvmppc_h_put_tce(struct kvm_vcpu *vcpu, unsigned long liobn,
204                              unsigned long ioba, unsigned long tce);
205 extern long kvmppc_h_put_tce_indirect(struct kvm_vcpu *vcpu,
206                 unsigned long liobn, unsigned long ioba,
207                 unsigned long tce_list, unsigned long npages);
208 extern long kvmppc_h_stuff_tce(struct kvm_vcpu *vcpu,
209                 unsigned long liobn, unsigned long ioba,
210                 unsigned long tce_value, unsigned long npages);
211 extern long kvmppc_h_get_tce(struct kvm_vcpu *vcpu, unsigned long liobn,
212                              unsigned long ioba);
213 extern struct page *kvm_alloc_hpt_cma(unsigned long nr_pages);
214 extern void kvm_free_hpt_cma(struct page *page, unsigned long nr_pages);
215 extern int kvmppc_core_init_vm(struct kvm *kvm);
216 extern void kvmppc_core_destroy_vm(struct kvm *kvm);
217 extern void kvmppc_core_free_memslot(struct kvm *kvm,
218                                      struct kvm_memory_slot *free,
219                                      struct kvm_memory_slot *dont);
220 extern int kvmppc_core_create_memslot(struct kvm *kvm,
221                                       struct kvm_memory_slot *slot,
222                                       unsigned long npages);
223 extern int kvmppc_core_prepare_memory_region(struct kvm *kvm,
224                                 struct kvm_memory_slot *memslot,
225                                 const struct kvm_userspace_memory_region *mem);
226 extern void kvmppc_core_commit_memory_region(struct kvm *kvm,
227                                 const struct kvm_userspace_memory_region *mem,
228                                 const struct kvm_memory_slot *old,
229                                 const struct kvm_memory_slot *new);
230 extern int kvm_vm_ioctl_get_smmu_info(struct kvm *kvm,
231                                       struct kvm_ppc_smmu_info *info);
232 extern void kvmppc_core_flush_memslot(struct kvm *kvm,
233                                       struct kvm_memory_slot *memslot);
234
235 extern int kvmppc_bookehv_init(void);
236 extern void kvmppc_bookehv_exit(void);
237
238 extern int kvmppc_prepare_to_enter(struct kvm_vcpu *vcpu);
239
240 extern int kvm_vm_ioctl_get_htab_fd(struct kvm *kvm, struct kvm_get_htab_fd *);
241 extern long kvm_vm_ioctl_resize_hpt_prepare(struct kvm *kvm,
242                                             struct kvm_ppc_resize_hpt *rhpt);
243 extern long kvm_vm_ioctl_resize_hpt_commit(struct kvm *kvm,
244                                            struct kvm_ppc_resize_hpt *rhpt);
245
246 int kvm_vcpu_ioctl_interrupt(struct kvm_vcpu *vcpu, struct kvm_interrupt *irq);
247
248 extern int kvm_vm_ioctl_rtas_define_token(struct kvm *kvm, void __user *argp);
249 extern int kvmppc_rtas_hcall(struct kvm_vcpu *vcpu);
250 extern void kvmppc_rtas_tokens_free(struct kvm *kvm);
251
252 extern int kvmppc_xics_set_xive(struct kvm *kvm, u32 irq, u32 server,
253                                 u32 priority);
254 extern int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server,
255                                 u32 *priority);
256 extern int kvmppc_xics_int_on(struct kvm *kvm, u32 irq);
257 extern int kvmppc_xics_int_off(struct kvm *kvm, u32 irq);
258
259 void kvmppc_core_dequeue_debug(struct kvm_vcpu *vcpu);
260 void kvmppc_core_queue_debug(struct kvm_vcpu *vcpu);
261
262 union kvmppc_one_reg {
263         u32     wval;
264         u64     dval;
265         vector128 vval;
266         u64     vsxval[2];
267         u32     vsx32val[4];
268         u16     vsx16val[8];
269         u8      vsx8val[16];
270         struct {
271                 u64     addr;
272                 u64     length;
273         }       vpaval;
274 };
275
276 struct kvmppc_ops {
277         struct module *owner;
278         int (*get_sregs)(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
279         int (*set_sregs)(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
280         int (*get_one_reg)(struct kvm_vcpu *vcpu, u64 id,
281                            union kvmppc_one_reg *val);
282         int (*set_one_reg)(struct kvm_vcpu *vcpu, u64 id,
283                            union kvmppc_one_reg *val);
284         void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu);
285         void (*vcpu_put)(struct kvm_vcpu *vcpu);
286         void (*set_msr)(struct kvm_vcpu *vcpu, u64 msr);
287         int (*vcpu_run)(struct kvm_run *run, struct kvm_vcpu *vcpu);
288         struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned int id);
289         void (*vcpu_free)(struct kvm_vcpu *vcpu);
290         int (*check_requests)(struct kvm_vcpu *vcpu);
291         int (*get_dirty_log)(struct kvm *kvm, struct kvm_dirty_log *log);
292         void (*flush_memslot)(struct kvm *kvm, struct kvm_memory_slot *memslot);
293         int (*prepare_memory_region)(struct kvm *kvm,
294                                      struct kvm_memory_slot *memslot,
295                                      const struct kvm_userspace_memory_region *mem);
296         void (*commit_memory_region)(struct kvm *kvm,
297                                      const struct kvm_userspace_memory_region *mem,
298                                      const struct kvm_memory_slot *old,
299                                      const struct kvm_memory_slot *new);
300         int (*unmap_hva_range)(struct kvm *kvm, unsigned long start,
301                            unsigned long end);
302         int (*age_hva)(struct kvm *kvm, unsigned long start, unsigned long end);
303         int (*test_age_hva)(struct kvm *kvm, unsigned long hva);
304         void (*set_spte_hva)(struct kvm *kvm, unsigned long hva, pte_t pte);
305         void (*mmu_destroy)(struct kvm_vcpu *vcpu);
306         void (*free_memslot)(struct kvm_memory_slot *free,
307                              struct kvm_memory_slot *dont);
308         int (*create_memslot)(struct kvm_memory_slot *slot,
309                               unsigned long npages);
310         int (*init_vm)(struct kvm *kvm);
311         void (*destroy_vm)(struct kvm *kvm);
312         int (*get_smmu_info)(struct kvm *kvm, struct kvm_ppc_smmu_info *info);
313         int (*emulate_op)(struct kvm_run *run, struct kvm_vcpu *vcpu,
314                           unsigned int inst, int *advance);
315         int (*emulate_mtspr)(struct kvm_vcpu *vcpu, int sprn, ulong spr_val);
316         int (*emulate_mfspr)(struct kvm_vcpu *vcpu, int sprn, ulong *spr_val);
317         void (*fast_vcpu_kick)(struct kvm_vcpu *vcpu);
318         long (*arch_vm_ioctl)(struct file *filp, unsigned int ioctl,
319                               unsigned long arg);
320         int (*hcall_implemented)(unsigned long hcall);
321         int (*irq_bypass_add_producer)(struct irq_bypass_consumer *,
322                                        struct irq_bypass_producer *);
323         void (*irq_bypass_del_producer)(struct irq_bypass_consumer *,
324                                         struct irq_bypass_producer *);
325         int (*configure_mmu)(struct kvm *kvm, struct kvm_ppc_mmuv3_cfg *cfg);
326         int (*get_rmmu_info)(struct kvm *kvm, struct kvm_ppc_rmmu_info *info);
327         int (*set_smt_mode)(struct kvm *kvm, unsigned long mode,
328                             unsigned long flags);
329         void (*giveup_ext)(struct kvm_vcpu *vcpu, ulong msr);
330 };
331
332 extern struct kvmppc_ops *kvmppc_hv_ops;
333 extern struct kvmppc_ops *kvmppc_pr_ops;
334
335 static inline int kvmppc_get_last_inst(struct kvm_vcpu *vcpu,
336                                 enum instruction_fetch_type type, u32 *inst)
337 {
338         int ret = EMULATE_DONE;
339         u32 fetched_inst;
340
341         /* Load the instruction manually if it failed to do so in the
342          * exit path */
343         if (vcpu->arch.last_inst == KVM_INST_FETCH_FAILED)
344                 ret = kvmppc_load_last_inst(vcpu, type, &vcpu->arch.last_inst);
345
346         /*  Write fetch_failed unswapped if the fetch failed */
347         if (ret == EMULATE_DONE)
348                 fetched_inst = kvmppc_need_byteswap(vcpu) ?
349                                 swab32(vcpu->arch.last_inst) :
350                                 vcpu->arch.last_inst;
351         else
352                 fetched_inst = vcpu->arch.last_inst;
353
354         *inst = fetched_inst;
355         return ret;
356 }
357
358 static inline bool is_kvmppc_hv_enabled(struct kvm *kvm)
359 {
360         return kvm->arch.kvm_ops == kvmppc_hv_ops;
361 }
362
363 extern int kvmppc_hwrng_present(void);
364
365 /*
366  * Cuts out inst bits with ordering according to spec.
367  * That means the leftmost bit is zero. All given bits are included.
368  */
369 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb)
370 {
371         u32 r;
372         u32 mask;
373
374         BUG_ON(msb > lsb);
375
376         mask = (1 << (lsb - msb + 1)) - 1;
377         r = (inst >> (63 - lsb)) & mask;
378
379         return r;
380 }
381
382 /*
383  * Replaces inst bits with ordering according to spec.
384  */
385 static inline u32 kvmppc_set_field(u64 inst, int msb, int lsb, int value)
386 {
387         u32 r;
388         u32 mask;
389
390         BUG_ON(msb > lsb);
391
392         mask = ((1 << (lsb - msb + 1)) - 1) << (63 - lsb);
393         r = (inst & ~mask) | ((value << (63 - lsb)) & mask);
394
395         return r;
396 }
397
398 #define one_reg_size(id)        \
399         (1ul << (((id) & KVM_REG_SIZE_MASK) >> KVM_REG_SIZE_SHIFT))
400
401 #define get_reg_val(id, reg)    ({              \
402         union kvmppc_one_reg __u;               \
403         switch (one_reg_size(id)) {             \
404         case 4: __u.wval = (reg); break;        \
405         case 8: __u.dval = (reg); break;        \
406         default: BUG();                         \
407         }                                       \
408         __u;                                    \
409 })
410
411
412 #define set_reg_val(id, val)    ({              \
413         u64 __v;                                \
414         switch (one_reg_size(id)) {             \
415         case 4: __v = (val).wval; break;        \
416         case 8: __v = (val).dval; break;        \
417         default: BUG();                         \
418         }                                       \
419         __v;                                    \
420 })
421
422 int kvmppc_core_get_sregs(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
423 int kvmppc_core_set_sregs(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
424
425 int kvmppc_get_sregs_ivor(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
426 int kvmppc_set_sregs_ivor(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
427
428 int kvm_vcpu_ioctl_get_one_reg(struct kvm_vcpu *vcpu, struct kvm_one_reg *reg);
429 int kvm_vcpu_ioctl_set_one_reg(struct kvm_vcpu *vcpu, struct kvm_one_reg *reg);
430 int kvmppc_get_one_reg(struct kvm_vcpu *vcpu, u64 id, union kvmppc_one_reg *);
431 int kvmppc_set_one_reg(struct kvm_vcpu *vcpu, u64 id, union kvmppc_one_reg *);
432
433 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid);
434
435 struct openpic;
436
437 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
438 extern void kvm_cma_reserve(void) __init;
439 static inline void kvmppc_set_xics_phys(int cpu, unsigned long addr)
440 {
441         paca_ptrs[cpu]->kvm_hstate.xics_phys = (void __iomem *)addr;
442 }
443
444 static inline void kvmppc_set_xive_tima(int cpu,
445                                         unsigned long phys_addr,
446                                         void __iomem *virt_addr)
447 {
448         paca_ptrs[cpu]->kvm_hstate.xive_tima_phys = (void __iomem *)phys_addr;
449         paca_ptrs[cpu]->kvm_hstate.xive_tima_virt = virt_addr;
450 }
451
452 static inline u32 kvmppc_get_xics_latch(void)
453 {
454         u32 xirr;
455
456         xirr = get_paca()->kvm_hstate.saved_xirr;
457         get_paca()->kvm_hstate.saved_xirr = 0;
458         return xirr;
459 }
460
461 /*
462  * To avoid the need to unnecessarily exit fully to the host kernel, an IPI to
463  * a CPU thread that's running/napping inside of a guest is by default regarded
464  * as a request to wake the CPU (if needed) and continue execution within the
465  * guest, potentially to process new state like externally-generated
466  * interrupts or IPIs sent from within the guest itself (e.g. H_PROD/H_IPI).
467  *
468  * To force an exit to the host kernel, kvmppc_set_host_ipi() must be called
469  * prior to issuing the IPI to set the corresponding 'host_ipi' flag in the
470  * target CPU's PACA. To avoid unnecessary exits to the host, this flag should
471  * be immediately cleared via kvmppc_clear_host_ipi() by the IPI handler on
472  * the receiving side prior to processing the IPI work.
473  *
474  * NOTE:
475  *
476  * We currently issue an smp_mb() at the beginning of kvmppc_set_host_ipi().
477  * This is to guard against sequences such as the following:
478  *
479  *      CPU
480  *        X: smp_muxed_ipi_set_message():
481  *        X:   smp_mb()
482  *        X:   message[RESCHEDULE] = 1
483  *        X: doorbell_global_ipi(42):
484  *        X:   kvmppc_set_host_ipi(42)
485  *        X:   ppc_msgsnd_sync()/smp_mb()
486  *        X:   ppc_msgsnd() -> 42
487  *       42: doorbell_exception(): // from CPU X
488  *       42:   ppc_msgsync()
489  *      105: smp_muxed_ipi_set_message():
490  *      105:   smb_mb()
491  *           // STORE DEFERRED DUE TO RE-ORDERING
492  *    --105:   message[CALL_FUNCTION] = 1
493  *    | 105: doorbell_global_ipi(42):
494  *    | 105:   kvmppc_set_host_ipi(42)
495  *    |  42:   kvmppc_clear_host_ipi(42)
496  *    |  42: smp_ipi_demux_relaxed()
497  *    |  42: // returns to executing guest
498  *    |      // RE-ORDERED STORE COMPLETES
499  *    ->105:   message[CALL_FUNCTION] = 1
500  *      105:   ppc_msgsnd_sync()/smp_mb()
501  *      105:   ppc_msgsnd() -> 42
502  *       42: local_paca->kvm_hstate.host_ipi == 0 // IPI ignored
503  *      105: // hangs waiting on 42 to process messages/call_single_queue
504  *
505  * We also issue an smp_mb() at the end of kvmppc_clear_host_ipi(). This is
506  * to guard against sequences such as the following (as well as to create
507  * a read-side pairing with the barrier in kvmppc_set_host_ipi()):
508  *
509  *      CPU
510  *        X: smp_muxed_ipi_set_message():
511  *        X:   smp_mb()
512  *        X:   message[RESCHEDULE] = 1
513  *        X: doorbell_global_ipi(42):
514  *        X:   kvmppc_set_host_ipi(42)
515  *        X:   ppc_msgsnd_sync()/smp_mb()
516  *        X:   ppc_msgsnd() -> 42
517  *       42: doorbell_exception(): // from CPU X
518  *       42:   ppc_msgsync()
519  *           // STORE DEFERRED DUE TO RE-ORDERING
520  *    -- 42:   kvmppc_clear_host_ipi(42)
521  *    |  42: smp_ipi_demux_relaxed()
522  *    | 105: smp_muxed_ipi_set_message():
523  *    | 105:   smb_mb()
524  *    | 105:   message[CALL_FUNCTION] = 1
525  *    | 105: doorbell_global_ipi(42):
526  *    | 105:   kvmppc_set_host_ipi(42)
527  *    |      // RE-ORDERED STORE COMPLETES
528  *    -> 42:   kvmppc_clear_host_ipi(42)
529  *       42: // returns to executing guest
530  *      105:   ppc_msgsnd_sync()/smp_mb()
531  *      105:   ppc_msgsnd() -> 42
532  *       42: local_paca->kvm_hstate.host_ipi == 0 // IPI ignored
533  *      105: // hangs waiting on 42 to process messages/call_single_queue
534  */
535 static inline void kvmppc_set_host_ipi(int cpu)
536 {
537         /*
538          * order stores of IPI messages vs. setting of host_ipi flag
539          *
540          * pairs with the barrier in kvmppc_clear_host_ipi()
541          */
542         smp_mb();
543         paca_ptrs[cpu]->kvm_hstate.host_ipi = 1;
544 }
545
546 static inline void kvmppc_clear_host_ipi(int cpu)
547 {
548         paca_ptrs[cpu]->kvm_hstate.host_ipi = 0;
549         /*
550          * order clearing of host_ipi flag vs. processing of IPI messages
551          *
552          * pairs with the barrier in kvmppc_set_host_ipi()
553          */
554         smp_mb();
555 }
556
557 static inline void kvmppc_fast_vcpu_kick(struct kvm_vcpu *vcpu)
558 {
559         vcpu->kvm->arch.kvm_ops->fast_vcpu_kick(vcpu);
560 }
561
562 extern void kvm_hv_vm_activated(void);
563 extern void kvm_hv_vm_deactivated(void);
564 extern bool kvm_hv_mode_active(void);
565
566 #else
567 static inline void __init kvm_cma_reserve(void)
568 {}
569
570 static inline void kvmppc_set_xics_phys(int cpu, unsigned long addr)
571 {}
572
573 static inline void kvmppc_set_xive_tima(int cpu,
574                                         unsigned long phys_addr,
575                                         void __iomem *virt_addr)
576 {}
577
578 static inline u32 kvmppc_get_xics_latch(void)
579 {
580         return 0;
581 }
582
583 static inline void kvmppc_set_host_ipi(int cpu)
584 {}
585
586 static inline void kvmppc_clear_host_ipi(int cpu)
587 {}
588
589 static inline void kvmppc_fast_vcpu_kick(struct kvm_vcpu *vcpu)
590 {
591         kvm_vcpu_kick(vcpu);
592 }
593
594 static inline bool kvm_hv_mode_active(void)             { return false; }
595
596 #endif
597
598 #ifdef CONFIG_KVM_XICS
599 static inline int kvmppc_xics_enabled(struct kvm_vcpu *vcpu)
600 {
601         return vcpu->arch.irq_type == KVMPPC_IRQ_XICS;
602 }
603
604 static inline struct kvmppc_passthru_irqmap *kvmppc_get_passthru_irqmap(
605                                 struct kvm *kvm)
606 {
607         if (kvm && kvm_irq_bypass)
608                 return kvm->arch.pimap;
609         return NULL;
610 }
611
612 extern void kvmppc_alloc_host_rm_ops(void);
613 extern void kvmppc_free_host_rm_ops(void);
614 extern void kvmppc_free_pimap(struct kvm *kvm);
615 extern int kvmppc_xics_rm_complete(struct kvm_vcpu *vcpu, u32 hcall);
616 extern void kvmppc_xics_free_icp(struct kvm_vcpu *vcpu);
617 extern int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd);
618 extern u64 kvmppc_xics_get_icp(struct kvm_vcpu *vcpu);
619 extern int kvmppc_xics_set_icp(struct kvm_vcpu *vcpu, u64 icpval);
620 extern int kvmppc_xics_connect_vcpu(struct kvm_device *dev,
621                         struct kvm_vcpu *vcpu, u32 cpu);
622 extern void kvmppc_xics_ipi_action(void);
623 extern void kvmppc_xics_set_mapped(struct kvm *kvm, unsigned long guest_irq,
624                                    unsigned long host_irq);
625 extern void kvmppc_xics_clr_mapped(struct kvm *kvm, unsigned long guest_irq,
626                                    unsigned long host_irq);
627 extern long kvmppc_deliver_irq_passthru(struct kvm_vcpu *vcpu, __be32 xirr,
628                                         struct kvmppc_irq_map *irq_map,
629                                         struct kvmppc_passthru_irqmap *pimap,
630                                         bool *again);
631
632 extern int kvmppc_xics_set_irq(struct kvm *kvm, int irq_source_id, u32 irq,
633                                int level, bool line_status);
634
635 extern int h_ipi_redirect;
636 #else
637 static inline struct kvmppc_passthru_irqmap *kvmppc_get_passthru_irqmap(
638                                 struct kvm *kvm)
639         { return NULL; }
640 static inline void kvmppc_alloc_host_rm_ops(void) {};
641 static inline void kvmppc_free_host_rm_ops(void) {};
642 static inline void kvmppc_free_pimap(struct kvm *kvm) {};
643 static inline int kvmppc_xics_rm_complete(struct kvm_vcpu *vcpu, u32 hcall)
644         { return 0; }
645 static inline int kvmppc_xics_enabled(struct kvm_vcpu *vcpu)
646         { return 0; }
647 static inline void kvmppc_xics_free_icp(struct kvm_vcpu *vcpu) { }
648 static inline int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd)
649         { return 0; }
650 #endif
651
652 #ifdef CONFIG_KVM_XIVE
653 /*
654  * Below the first "xive" is the "eXternal Interrupt Virtualization Engine"
655  * ie. P9 new interrupt controller, while the second "xive" is the legacy
656  * "eXternal Interrupt Vector Entry" which is the configuration of an
657  * interrupt on the "xics" interrupt controller on P8 and earlier. Those
658  * two function consume or produce a legacy "XIVE" state from the
659  * new "XIVE" interrupt controller.
660  */
661 extern int kvmppc_xive_set_xive(struct kvm *kvm, u32 irq, u32 server,
662                                 u32 priority);
663 extern int kvmppc_xive_get_xive(struct kvm *kvm, u32 irq, u32 *server,
664                                 u32 *priority);
665 extern int kvmppc_xive_int_on(struct kvm *kvm, u32 irq);
666 extern int kvmppc_xive_int_off(struct kvm *kvm, u32 irq);
667 extern void kvmppc_xive_init_module(void);
668 extern void kvmppc_xive_exit_module(void);
669
670 extern int kvmppc_xive_connect_vcpu(struct kvm_device *dev,
671                                     struct kvm_vcpu *vcpu, u32 cpu);
672 extern void kvmppc_xive_cleanup_vcpu(struct kvm_vcpu *vcpu);
673 extern int kvmppc_xive_set_mapped(struct kvm *kvm, unsigned long guest_irq,
674                                   struct irq_desc *host_desc);
675 extern int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq,
676                                   struct irq_desc *host_desc);
677 extern u64 kvmppc_xive_get_icp(struct kvm_vcpu *vcpu);
678 extern int kvmppc_xive_set_icp(struct kvm_vcpu *vcpu, u64 icpval);
679
680 extern int kvmppc_xive_set_irq(struct kvm *kvm, int irq_source_id, u32 irq,
681                                int level, bool line_status);
682 #else
683 static inline int kvmppc_xive_set_xive(struct kvm *kvm, u32 irq, u32 server,
684                                        u32 priority) { return -1; }
685 static inline int kvmppc_xive_get_xive(struct kvm *kvm, u32 irq, u32 *server,
686                                        u32 *priority) { return -1; }
687 static inline int kvmppc_xive_int_on(struct kvm *kvm, u32 irq) { return -1; }
688 static inline int kvmppc_xive_int_off(struct kvm *kvm, u32 irq) { return -1; }
689 static inline void kvmppc_xive_init_module(void) { }
690 static inline void kvmppc_xive_exit_module(void) { }
691
692 static inline int kvmppc_xive_connect_vcpu(struct kvm_device *dev,
693                                            struct kvm_vcpu *vcpu, u32 cpu) { return -EBUSY; }
694 static inline void kvmppc_xive_cleanup_vcpu(struct kvm_vcpu *vcpu) { }
695 static inline int kvmppc_xive_set_mapped(struct kvm *kvm, unsigned long guest_irq,
696                                          struct irq_desc *host_desc) { return -ENODEV; }
697 static inline int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq,
698                                          struct irq_desc *host_desc) { return -ENODEV; }
699 static inline u64 kvmppc_xive_get_icp(struct kvm_vcpu *vcpu) { return 0; }
700 static inline int kvmppc_xive_set_icp(struct kvm_vcpu *vcpu, u64 icpval) { return -ENOENT; }
701
702 static inline int kvmppc_xive_set_irq(struct kvm *kvm, int irq_source_id, u32 irq,
703                                       int level, bool line_status) { return -ENODEV; }
704 #endif /* CONFIG_KVM_XIVE */
705
706 /*
707  * Prototypes for functions called only from assembler code.
708  * Having prototypes reduces sparse errors.
709  */
710 long kvmppc_rm_h_put_tce(struct kvm_vcpu *vcpu, unsigned long liobn,
711                          unsigned long ioba, unsigned long tce);
712 long kvmppc_rm_h_put_tce_indirect(struct kvm_vcpu *vcpu,
713                                   unsigned long liobn, unsigned long ioba,
714                                   unsigned long tce_list, unsigned long npages);
715 long kvmppc_rm_h_stuff_tce(struct kvm_vcpu *vcpu,
716                            unsigned long liobn, unsigned long ioba,
717                            unsigned long tce_value, unsigned long npages);
718 long int kvmppc_rm_h_confer(struct kvm_vcpu *vcpu, int target,
719                             unsigned int yield_count);
720 long kvmppc_h_random(struct kvm_vcpu *vcpu);
721 void kvmhv_commence_exit(int trap);
722 long kvmppc_realmode_machine_check(struct kvm_vcpu *vcpu);
723 void kvmppc_subcore_enter_guest(void);
724 void kvmppc_subcore_exit_guest(void);
725 long kvmppc_realmode_hmi_handler(void);
726 long kvmppc_h_enter(struct kvm_vcpu *vcpu, unsigned long flags,
727                     long pte_index, unsigned long pteh, unsigned long ptel);
728 long kvmppc_h_remove(struct kvm_vcpu *vcpu, unsigned long flags,
729                      unsigned long pte_index, unsigned long avpn);
730 long kvmppc_h_bulk_remove(struct kvm_vcpu *vcpu);
731 long kvmppc_h_protect(struct kvm_vcpu *vcpu, unsigned long flags,
732                       unsigned long pte_index, unsigned long avpn,
733                       unsigned long va);
734 long kvmppc_h_read(struct kvm_vcpu *vcpu, unsigned long flags,
735                    unsigned long pte_index);
736 long kvmppc_h_clear_ref(struct kvm_vcpu *vcpu, unsigned long flags,
737                         unsigned long pte_index);
738 long kvmppc_h_clear_mod(struct kvm_vcpu *vcpu, unsigned long flags,
739                         unsigned long pte_index);
740 long kvmppc_hpte_hv_fault(struct kvm_vcpu *vcpu, unsigned long addr,
741                           unsigned long slb_v, unsigned int status, bool data);
742 unsigned long kvmppc_rm_h_xirr(struct kvm_vcpu *vcpu);
743 unsigned long kvmppc_rm_h_xirr_x(struct kvm_vcpu *vcpu);
744 unsigned long kvmppc_rm_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server);
745 int kvmppc_rm_h_ipi(struct kvm_vcpu *vcpu, unsigned long server,
746                     unsigned long mfrr);
747 int kvmppc_rm_h_cppr(struct kvm_vcpu *vcpu, unsigned long cppr);
748 int kvmppc_rm_h_eoi(struct kvm_vcpu *vcpu, unsigned long xirr);
749
750 /*
751  * Host-side operations we want to set up while running in real
752  * mode in the guest operating on the xics.
753  * Currently only VCPU wakeup is supported.
754  */
755
756 union kvmppc_rm_state {
757         unsigned long raw;
758         struct {
759                 u32 in_host;
760                 u32 rm_action;
761         };
762 };
763
764 struct kvmppc_host_rm_core {
765         union kvmppc_rm_state rm_state;
766         void *rm_data;
767         char pad[112];
768 };
769
770 struct kvmppc_host_rm_ops {
771         struct kvmppc_host_rm_core      *rm_core;
772         void            (*vcpu_kick)(struct kvm_vcpu *vcpu);
773 };
774
775 extern struct kvmppc_host_rm_ops *kvmppc_host_rm_ops_hv;
776
777 static inline unsigned long kvmppc_get_epr(struct kvm_vcpu *vcpu)
778 {
779 #ifdef CONFIG_KVM_BOOKE_HV
780         return mfspr(SPRN_GEPR);
781 #elif defined(CONFIG_BOOKE)
782         return vcpu->arch.epr;
783 #else
784         return 0;
785 #endif
786 }
787
788 static inline void kvmppc_set_epr(struct kvm_vcpu *vcpu, u32 epr)
789 {
790 #ifdef CONFIG_KVM_BOOKE_HV
791         mtspr(SPRN_GEPR, epr);
792 #elif defined(CONFIG_BOOKE)
793         vcpu->arch.epr = epr;
794 #endif
795 }
796
797 #ifdef CONFIG_KVM_MPIC
798
799 void kvmppc_mpic_set_epr(struct kvm_vcpu *vcpu);
800 int kvmppc_mpic_connect_vcpu(struct kvm_device *dev, struct kvm_vcpu *vcpu,
801                              u32 cpu);
802 void kvmppc_mpic_disconnect_vcpu(struct openpic *opp, struct kvm_vcpu *vcpu);
803
804 #else
805
806 static inline void kvmppc_mpic_set_epr(struct kvm_vcpu *vcpu)
807 {
808 }
809
810 static inline int kvmppc_mpic_connect_vcpu(struct kvm_device *dev,
811                 struct kvm_vcpu *vcpu, u32 cpu)
812 {
813         return -EINVAL;
814 }
815
816 static inline void kvmppc_mpic_disconnect_vcpu(struct openpic *opp,
817                 struct kvm_vcpu *vcpu)
818 {
819 }
820
821 #endif /* CONFIG_KVM_MPIC */
822
823 int kvm_vcpu_ioctl_config_tlb(struct kvm_vcpu *vcpu,
824                               struct kvm_config_tlb *cfg);
825 int kvm_vcpu_ioctl_dirty_tlb(struct kvm_vcpu *vcpu,
826                              struct kvm_dirty_tlb *cfg);
827
828 long kvmppc_alloc_lpid(void);
829 void kvmppc_claim_lpid(long lpid);
830 void kvmppc_free_lpid(long lpid);
831 void kvmppc_init_lpid(unsigned long nr_lpids);
832
833 static inline void kvmppc_mmu_flush_icache(kvm_pfn_t pfn)
834 {
835         struct page *page;
836         /*
837          * We can only access pages that the kernel maps
838          * as memory. Bail out for unmapped ones.
839          */
840         if (!pfn_valid(pfn))
841                 return;
842
843         /* Clear i-cache for new pages */
844         page = pfn_to_page(pfn);
845         if (!test_bit(PG_arch_1, &page->flags)) {
846                 flush_dcache_icache_page(page);
847                 set_bit(PG_arch_1, &page->flags);
848         }
849 }
850
851 /*
852  * Shared struct helpers. The shared struct can be little or big endian,
853  * depending on the guest endianness. So expose helpers to all of them.
854  */
855 static inline bool kvmppc_shared_big_endian(struct kvm_vcpu *vcpu)
856 {
857 #if defined(CONFIG_PPC_BOOK3S_64) && defined(CONFIG_KVM_BOOK3S_PR_POSSIBLE)
858         /* Only Book3S_64 PR supports bi-endian for now */
859         return vcpu->arch.shared_big_endian;
860 #elif defined(CONFIG_PPC_BOOK3S_64) && defined(__LITTLE_ENDIAN__)
861         /* Book3s_64 HV on little endian is always little endian */
862         return false;
863 #else
864         return true;
865 #endif
866 }
867
868 #define SPRNG_WRAPPER_GET(reg, bookehv_spr)                             \
869 static inline ulong kvmppc_get_##reg(struct kvm_vcpu *vcpu)             \
870 {                                                                       \
871         return mfspr(bookehv_spr);                                      \
872 }                                                                       \
873
874 #define SPRNG_WRAPPER_SET(reg, bookehv_spr)                             \
875 static inline void kvmppc_set_##reg(struct kvm_vcpu *vcpu, ulong val)   \
876 {                                                                       \
877         mtspr(bookehv_spr, val);                                                \
878 }                                                                       \
879
880 #define SHARED_WRAPPER_GET(reg, size)                                   \
881 static inline u##size kvmppc_get_##reg(struct kvm_vcpu *vcpu)           \
882 {                                                                       \
883         if (kvmppc_shared_big_endian(vcpu))                             \
884                return be##size##_to_cpu(vcpu->arch.shared->reg);        \
885         else                                                            \
886                return le##size##_to_cpu(vcpu->arch.shared->reg);        \
887 }                                                                       \
888
889 #define SHARED_WRAPPER_SET(reg, size)                                   \
890 static inline void kvmppc_set_##reg(struct kvm_vcpu *vcpu, u##size val) \
891 {                                                                       \
892         if (kvmppc_shared_big_endian(vcpu))                             \
893                vcpu->arch.shared->reg = cpu_to_be##size(val);           \
894         else                                                            \
895                vcpu->arch.shared->reg = cpu_to_le##size(val);           \
896 }                                                                       \
897
898 #define SHARED_WRAPPER(reg, size)                                       \
899         SHARED_WRAPPER_GET(reg, size)                                   \
900         SHARED_WRAPPER_SET(reg, size)                                   \
901
902 #define SPRNG_WRAPPER(reg, bookehv_spr)                                 \
903         SPRNG_WRAPPER_GET(reg, bookehv_spr)                             \
904         SPRNG_WRAPPER_SET(reg, bookehv_spr)                             \
905
906 #ifdef CONFIG_KVM_BOOKE_HV
907
908 #define SHARED_SPRNG_WRAPPER(reg, size, bookehv_spr)                    \
909         SPRNG_WRAPPER(reg, bookehv_spr)                                 \
910
911 #else
912
913 #define SHARED_SPRNG_WRAPPER(reg, size, bookehv_spr)                    \
914         SHARED_WRAPPER(reg, size)                                       \
915
916 #endif
917
918 SHARED_WRAPPER(critical, 64)
919 SHARED_SPRNG_WRAPPER(sprg0, 64, SPRN_GSPRG0)
920 SHARED_SPRNG_WRAPPER(sprg1, 64, SPRN_GSPRG1)
921 SHARED_SPRNG_WRAPPER(sprg2, 64, SPRN_GSPRG2)
922 SHARED_SPRNG_WRAPPER(sprg3, 64, SPRN_GSPRG3)
923 SHARED_SPRNG_WRAPPER(srr0, 64, SPRN_GSRR0)
924 SHARED_SPRNG_WRAPPER(srr1, 64, SPRN_GSRR1)
925 SHARED_SPRNG_WRAPPER(dar, 64, SPRN_GDEAR)
926 SHARED_SPRNG_WRAPPER(esr, 64, SPRN_GESR)
927 SHARED_WRAPPER_GET(msr, 64)
928 static inline void kvmppc_set_msr_fast(struct kvm_vcpu *vcpu, u64 val)
929 {
930         if (kvmppc_shared_big_endian(vcpu))
931                vcpu->arch.shared->msr = cpu_to_be64(val);
932         else
933                vcpu->arch.shared->msr = cpu_to_le64(val);
934 }
935 SHARED_WRAPPER(dsisr, 32)
936 SHARED_WRAPPER(int_pending, 32)
937 SHARED_WRAPPER(sprg4, 64)
938 SHARED_WRAPPER(sprg5, 64)
939 SHARED_WRAPPER(sprg6, 64)
940 SHARED_WRAPPER(sprg7, 64)
941
942 static inline u32 kvmppc_get_sr(struct kvm_vcpu *vcpu, int nr)
943 {
944         if (kvmppc_shared_big_endian(vcpu))
945                return be32_to_cpu(vcpu->arch.shared->sr[nr]);
946         else
947                return le32_to_cpu(vcpu->arch.shared->sr[nr]);
948 }
949
950 static inline void kvmppc_set_sr(struct kvm_vcpu *vcpu, int nr, u32 val)
951 {
952         if (kvmppc_shared_big_endian(vcpu))
953                vcpu->arch.shared->sr[nr] = cpu_to_be32(val);
954         else
955                vcpu->arch.shared->sr[nr] = cpu_to_le32(val);
956 }
957
958 /*
959  * Please call after prepare_to_enter. This function puts the lazy ee and irq
960  * disabled tracking state back to normal mode, without actually enabling
961  * interrupts.
962  */
963 static inline void kvmppc_fix_ee_before_entry(void)
964 {
965         trace_hardirqs_on();
966
967 #ifdef CONFIG_PPC64
968         /*
969          * To avoid races, the caller must have gone directly from having
970          * interrupts fully-enabled to hard-disabled.
971          */
972         WARN_ON(local_paca->irq_happened != PACA_IRQ_HARD_DIS);
973
974         /* Only need to enable IRQs by hard enabling them after this */
975         local_paca->irq_happened = 0;
976         irq_soft_mask_set(IRQS_ENABLED);
977 #endif
978 }
979
980 static inline ulong kvmppc_get_ea_indexed(struct kvm_vcpu *vcpu, int ra, int rb)
981 {
982         ulong ea;
983         ulong msr_64bit = 0;
984
985         ea = kvmppc_get_gpr(vcpu, rb);
986         if (ra)
987                 ea += kvmppc_get_gpr(vcpu, ra);
988
989 #if defined(CONFIG_PPC_BOOK3E_64)
990         msr_64bit = MSR_CM;
991 #elif defined(CONFIG_PPC_BOOK3S_64)
992         msr_64bit = MSR_SF;
993 #endif
994
995         if (!(kvmppc_get_msr(vcpu) & msr_64bit))
996                 ea = (uint32_t)ea;
997
998         return ea;
999 }
1000
1001 extern void xics_wake_cpu(int cpu);
1002
1003 #endif /* __POWERPC_KVM_PPC_H__ */