]> git.proxmox.com Git - mirror_qemu.git/blame - target/ppc/kvm_ppc.h
ppc: well form kvmppc_hint_smt_possible error hint helper
[mirror_qemu.git] / target / ppc / kvm_ppc.h
CommitLineData
d76d1650
AJ
1/*
2 * Copyright 2008 IBM Corporation.
3 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
4 *
5 * This work is licensed under the GNU GPL license version 2 or later.
6 *
7 */
8
2a6a4076
MA
9#ifndef KVM_PPC_H
10#define KVM_PPC_H
d76d1650 11
c9137065 12#define TYPE_HOST_POWERPC_CPU POWERPC_CPU_TYPE_NAME("host")
2985b86b 13
921e28db
AG
14#ifdef CONFIG_KVM
15
dc333cd6 16uint32_t kvmppc_get_tbfreq(void);
eadaada1 17uint64_t kvmppc_get_clockfreq(void);
ef951443
ND
18bool kvmppc_get_host_model(char **buf);
19bool kvmppc_get_host_serial(char **buf);
1a61a9ae 20int kvmppc_get_hasidle(CPUPPCState *env);
1328c2bf 21int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len);
1bc22652 22int kvmppc_set_interrupt(PowerPCCPU *cpu, int irq, int level);
026bfd89 23void kvmppc_enable_logical_ci_hcalls(void);
ef9971dd 24void kvmppc_enable_set_mode_hcall(void);
5145ad4f 25void kvmppc_enable_clear_ref_mod_hcalls(void);
68f9f708 26void kvmppc_enable_h_page_init(void);
1bc22652 27void kvmppc_set_papr(PowerPCCPU *cpu);
d6e166c0 28int kvmppc_set_compat(PowerPCCPU *cpu, uint32_t compat_pvr);
5b95b8b9 29void kvmppc_set_mpic_proxy(PowerPCCPU *cpu, int mpic_proxy);
e97c3636 30int kvmppc_smt_threads(void);
cdcca22a 31void kvmppc_error_append_smt_possible_hint(Error **errp_in);
fa98fbfc 32int kvmppc_set_smt_threads(int smt);
31f2cb8f
BB
33int kvmppc_clear_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits);
34int kvmppc_or_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits);
35int kvmppc_set_tcr(PowerPCCPU *cpu);
36int kvmppc_booke_watchdog_enable(PowerPCCPU *cpu);
b4db5413
SJS
37target_ulong kvmppc_configure_v3_mmu(PowerPCCPU *cpu,
38 bool radix, bool gtse,
39 uint64_t proc_tbl);
98efaf75 40#ifndef CONFIG_USER_ONLY
da95324e 41bool kvmppc_spapr_use_multitce(void);
3dc410ae 42int kvmppc_spapr_enable_inkernel_multitce(void);
d6ee2a7c
AK
43void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift,
44 uint64_t bus_offset, uint32_t nb_table,
45 int *pfd, bool need_vfio);
0f5cb298 46int kvmppc_remove_spapr_tce(void *table, int pfd, uint32_t window_size);
7f763a5d
DG
47int kvmppc_reset_htab(int shift_hint);
48uint64_t kvmppc_rma_size(uint64_t current_size, unsigned int hash_shift);
9ded780c 49bool kvmppc_has_cap_spapr_vfio(void);
98efaf75 50#endif /* !CONFIG_USER_ONLY */
3b961124 51bool kvmppc_has_cap_epr(void);
feaa64c4 52int kvmppc_define_rtas_kernel_token(uint32_t token, const char *function);
14b0d748 53int kvmppc_get_htab_fd(bool write, uint64_t index, Error **errp);
e68cb8b4
AK
54int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize, int64_t max_ns);
55int kvmppc_load_htab_chunk(QEMUFile *f, int fd, uint32_t index,
56 uint16_t n_valid, uint16_t n_invalid);
1ad9f0a4
DG
57void kvmppc_read_hptes(ppc_hash_pte64_t *hptes, hwaddr ptex, int n);
58void kvmppc_write_hpte(hwaddr ptex, uint64_t pte0, uint64_t pte1);
87a91de6 59bool kvmppc_has_cap_fixup_hcalls(void);
bac3bf28 60bool kvmppc_has_cap_htm(void);
cf1c4cce
SB
61bool kvmppc_has_cap_mmu_radix(void);
62bool kvmppc_has_cap_mmu_hash_v3(void);
38afd772 63bool kvmppc_has_cap_xive(void);
8acc2ae5
SJS
64int kvmppc_get_cap_safe_cache(void);
65int kvmppc_get_cap_safe_bounds_check(void);
66int kvmppc_get_cap_safe_indirect_branch(void);
8ff43ee4 67int kvmppc_get_cap_count_cache_flush_assist(void);
b9a477b7
SJS
68bool kvmppc_has_cap_nested_kvm_hv(void);
69int kvmppc_set_cap_nested_kvm_hv(int enable);
7d050527
SJS
70int kvmppc_get_cap_large_decr(void);
71int kvmppc_enable_cap_large_decr(PowerPCCPU *cpu, int enable);
4d9392be 72int kvmppc_enable_hwrng(void);
e5c0d3ce 73int kvmppc_put_books_sregs(PowerPCCPU *cpu);
52b2519c 74PowerPCCPUClass *kvm_ppc_get_host_cpu_class(void);
30f4b05b 75void kvmppc_check_papr_resize_hpt(Error **errp);
b55d295e
DG
76int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu, target_ulong flags, int shift);
77int kvmppc_resize_hpt_commit(PowerPCCPU *cpu, target_ulong flags, int shift);
c363a37a 78bool kvmppc_pvr_workaround_required(PowerPCCPU *cpu);
c1385933 79
24c6863c 80bool kvmppc_hpt_needs_host_contiguous_pages(void);
e5ca28ec 81void kvm_check_mmu(PowerPCCPU *cpu, Error **errp);
a84f7179 82void kvmppc_set_reg_ppc_online(PowerPCCPU *cpu, unsigned int online);
9723295a 83void kvmppc_set_reg_tb_offset(PowerPCCPU *cpu, int64_t tb_offset);
df587133 84
921e28db
AG
85#else
86
87static inline uint32_t kvmppc_get_tbfreq(void)
88{
89 return 0;
90}
91
ef951443
ND
92static inline bool kvmppc_get_host_model(char **buf)
93{
94 return false;
95}
96
97static inline bool kvmppc_get_host_serial(char **buf)
98{
99 return false;
100}
101
921e28db
AG
102static inline uint64_t kvmppc_get_clockfreq(void)
103{
104 return 0;
105}
106
6659394f
DG
107static inline uint32_t kvmppc_get_vmx(void)
108{
109 return 0;
110}
111
112static inline uint32_t kvmppc_get_dfp(void)
113{
114 return 0;
115}
116
1a61a9ae
SY
117static inline int kvmppc_get_hasidle(CPUPPCState *env)
118{
119 return 0;
120}
121
c995e942
DG
122static inline int kvmppc_get_hypercall(CPUPPCState *env,
123 uint8_t *buf, int buf_len)
921e28db
AG
124{
125 return -1;
126}
127
1bc22652 128static inline int kvmppc_set_interrupt(PowerPCCPU *cpu, int irq, int level)
921e28db
AG
129{
130 return -1;
131}
132
026bfd89
DG
133static inline void kvmppc_enable_logical_ci_hcalls(void)
134{
135}
136
ef9971dd
AK
137static inline void kvmppc_enable_set_mode_hcall(void)
138{
139}
140
5145ad4f
NW
141static inline void kvmppc_enable_clear_ref_mod_hcalls(void)
142{
143}
144
68f9f708
SJS
145static inline void kvmppc_enable_h_page_init(void)
146{
147}
148
1bc22652 149static inline void kvmppc_set_papr(PowerPCCPU *cpu)
f61b4bed
AG
150{
151}
152
d6e166c0 153static inline int kvmppc_set_compat(PowerPCCPU *cpu, uint32_t compat_pvr)
6db5bb0f
AK
154{
155 return 0;
156}
157
5b95b8b9
AG
158static inline void kvmppc_set_mpic_proxy(PowerPCCPU *cpu, int mpic_proxy)
159{
160}
161
e97c3636
DG
162static inline int kvmppc_smt_threads(void)
163{
164 return 1;
165}
166
cdcca22a 167static inline void kvmppc_error_append_smt_possible_hint(Error **errp_in)
fa98fbfc
SB
168{
169 return;
170}
171
172static inline int kvmppc_set_smt_threads(int smt)
173{
174 return 0;
175}
176
31f2cb8f
BB
177static inline int kvmppc_or_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits)
178{
179 return 0;
180}
181
182static inline int kvmppc_clear_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits)
183{
184 return 0;
185}
186
187static inline int kvmppc_set_tcr(PowerPCCPU *cpu)
188{
189 return 0;
190}
191
192static inline int kvmppc_booke_watchdog_enable(PowerPCCPU *cpu)
193{
194 return -1;
195}
196
b4db5413
SJS
197static inline target_ulong kvmppc_configure_v3_mmu(PowerPCCPU *cpu,
198 bool radix, bool gtse,
199 uint64_t proc_tbl)
200{
201 return 0;
202}
203
a84f7179
ND
204static inline void kvmppc_set_reg_ppc_online(PowerPCCPU *cpu,
205 unsigned int online)
206{
207 return;
208}
209
9723295a
GK
210static inline void kvmppc_set_reg_tb_offset(PowerPCCPU *cpu, int64_t tb_offset)
211{
212}
213
98efaf75 214#ifndef CONFIG_USER_ONLY
da95324e
AK
215static inline bool kvmppc_spapr_use_multitce(void)
216{
217 return false;
218}
219
3dc410ae
AK
220static inline int kvmppc_spapr_enable_inkernel_multitce(void)
221{
222 return -1;
223}
224
d6ee2a7c
AK
225static inline void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift,
226 uint64_t bus_offset,
227 uint32_t nb_table,
228 int *pfd, bool need_vfio)
0f5cb298
DG
229{
230 return NULL;
231}
232
233static inline int kvmppc_remove_spapr_tce(void *table, int pfd,
523e7b8a 234 uint32_t nb_table)
0f5cb298
DG
235{
236 return -1;
237}
7f763a5d
DG
238
239static inline int kvmppc_reset_htab(int shift_hint)
240{
a3166f8f 241 return 0;
7f763a5d
DG
242}
243
244static inline uint64_t kvmppc_rma_size(uint64_t current_size,
245 unsigned int hash_shift)
246{
247 return ram_size;
248}
249
24c6863c
DG
250static inline bool kvmppc_hpt_needs_host_contiguous_pages(void)
251{
252 return false;
253}
254
e5ca28ec
DG
255static inline void kvm_check_mmu(PowerPCCPU *cpu, Error **errp)
256{
257}
258
9ded780c
AK
259static inline bool kvmppc_has_cap_spapr_vfio(void)
260{
261 return false;
262}
263
98efaf75 264#endif /* !CONFIG_USER_ONLY */
0f5cb298 265
3b961124
SY
266static inline bool kvmppc_has_cap_epr(void)
267{
268 return false;
269}
e68cb8b4 270
feaa64c4
DG
271static inline int kvmppc_define_rtas_kernel_token(uint32_t token,
272 const char *function)
273{
274 return -1;
275}
276
14b0d748 277static inline int kvmppc_get_htab_fd(bool write, uint64_t index, Error **errp)
e68cb8b4
AK
278{
279 return -1;
280}
281
282static inline int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize,
283 int64_t max_ns)
284{
285 abort();
286}
287
288static inline int kvmppc_load_htab_chunk(QEMUFile *f, int fd, uint32_t index,
289 uint16_t n_valid, uint16_t n_invalid)
290{
291 abort();
292}
293
1ad9f0a4
DG
294static inline void kvmppc_read_hptes(ppc_hash_pte64_t *hptes,
295 hwaddr ptex, int n)
7c43bca0
AK
296{
297 abort();
298}
299
1ad9f0a4 300static inline void kvmppc_write_hpte(hwaddr ptex, uint64_t pte0, uint64_t pte1)
c1385933
AK
301{
302 abort();
303}
304
87a91de6
AG
305static inline bool kvmppc_has_cap_fixup_hcalls(void)
306{
307 abort();
308}
309
bac3bf28
TH
310static inline bool kvmppc_has_cap_htm(void)
311{
312 return false;
313}
314
cf1c4cce
SB
315static inline bool kvmppc_has_cap_mmu_radix(void)
316{
317 return false;
318}
319
320static inline bool kvmppc_has_cap_mmu_hash_v3(void)
321{
322 return false;
323}
324
38afd772
CLG
325static inline bool kvmppc_has_cap_xive(void)
326{
327 return false;
328}
329
8acc2ae5
SJS
330static inline int kvmppc_get_cap_safe_cache(void)
331{
332 return 0;
333}
334
335static inline int kvmppc_get_cap_safe_bounds_check(void)
336{
337 return 0;
338}
339
340static inline int kvmppc_get_cap_safe_indirect_branch(void)
341{
342 return 0;
343}
344
8ff43ee4
SJS
345static inline int kvmppc_get_cap_count_cache_flush_assist(void)
346{
347 return 0;
348}
349
b9a477b7
SJS
350static inline bool kvmppc_has_cap_nested_kvm_hv(void)
351{
352 return false;
353}
354
355static inline int kvmppc_set_cap_nested_kvm_hv(int enable)
356{
357 return -1;
358}
359
7d050527
SJS
360static inline int kvmppc_get_cap_large_decr(void)
361{
362 return 0;
363}
364
365static inline int kvmppc_enable_cap_large_decr(PowerPCCPU *cpu, int enable)
366{
367 return -1;
368}
369
4d9392be
TH
370static inline int kvmppc_enable_hwrng(void)
371{
372 return -1;
373}
e5c0d3ce
DG
374
375static inline int kvmppc_put_books_sregs(PowerPCCPU *cpu)
376{
377 abort();
378}
52b2519c
TH
379
380static inline PowerPCCPUClass *kvm_ppc_get_host_cpu_class(void)
381{
382 return NULL;
383}
384
30f4b05b
DG
385static inline void kvmppc_check_papr_resize_hpt(Error **errp)
386{
387 return;
388}
b55d295e
DG
389
390static inline int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu,
391 target_ulong flags, int shift)
392{
393 return -ENOSYS;
394}
395
396static inline int kvmppc_resize_hpt_commit(PowerPCCPU *cpu,
397 target_ulong flags, int shift)
398{
399 return -ENOSYS;
400}
401
001d235c
GK
402static inline bool kvmppc_pvr_workaround_required(PowerPCCPU *cpu)
403{
404 return false;
405}
406
921e28db
AG
407#endif
408
b45d63b6 409#ifndef CONFIG_KVM
3240dd9a 410
b45d63b6 411#define kvmppc_eieio() do { } while (0)
3240dd9a
TH
412
413static inline void kvmppc_dcbst_range(PowerPCCPU *cpu, uint8_t *addr, int len)
414{
415}
416
417static inline void kvmppc_icbi_range(PowerPCCPU *cpu, uint8_t *addr, int len)
418{
419}
420
421#else /* CONFIG_KVM */
422
b45d63b6
BH
423#define kvmppc_eieio() \
424 do { \
425 if (kvm_enabled()) { \
426 asm volatile("eieio" : : : "memory"); \
427 } \
428 } while (0)
3240dd9a
TH
429
430/* Store data cache blocks back to memory */
431static inline void kvmppc_dcbst_range(PowerPCCPU *cpu, uint8_t *addr, int len)
432{
433 uint8_t *p;
434
435 for (p = addr; p < addr + len; p += cpu->env.dcache_line_size) {
436 asm volatile("dcbst 0,%0" : : "r"(p) : "memory");
437 }
438}
439
440/* Invalidate instruction cache blocks */
441static inline void kvmppc_icbi_range(PowerPCCPU *cpu, uint8_t *addr, int len)
442{
443 uint8_t *p;
444
445 for (p = addr; p < addr + len; p += cpu->env.icache_line_size) {
446 asm volatile("icbi 0,%0" : : "r"(p));
447 }
448}
449
450#endif /* CONFIG_KVM */
b45d63b6 451
2a6a4076 452#endif /* KVM_PPC_H */