target-i386: Simplify listflags() function
[qemu/ar7.git] / target-ppc / kvm_ppc.h
blob2e0224c6af8d12ca47da42a54deb2204f604bb69
1 /*
2 * Copyright 2008 IBM Corporation.
3 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
5 * This work is licensed under the GNU GPL license version 2 or later.
7 */
9 #ifndef __KVM_PPC_H__
10 #define __KVM_PPC_H__
12 #define TYPE_HOST_POWERPC_CPU "host-" TYPE_POWERPC_CPU
14 void kvmppc_init(void);
16 #ifdef CONFIG_KVM
18 uint32_t kvmppc_get_tbfreq(void);
19 uint64_t kvmppc_get_clockfreq(void);
20 uint32_t kvmppc_get_vmx(void);
21 uint32_t kvmppc_get_dfp(void);
22 bool kvmppc_get_host_model(char **buf);
23 bool kvmppc_get_host_serial(char **buf);
24 int kvmppc_get_hasidle(CPUPPCState *env);
25 int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len);
26 int kvmppc_set_interrupt(PowerPCCPU *cpu, int irq, int level);
27 void kvmppc_set_papr(PowerPCCPU *cpu);
28 int kvmppc_set_compat(PowerPCCPU *cpu, uint32_t cpu_version);
29 void kvmppc_set_mpic_proxy(PowerPCCPU *cpu, int mpic_proxy);
30 int kvmppc_smt_threads(void);
31 int kvmppc_clear_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits);
32 int kvmppc_or_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits);
33 int kvmppc_set_tcr(PowerPCCPU *cpu);
34 int kvmppc_booke_watchdog_enable(PowerPCCPU *cpu);
35 #ifndef CONFIG_USER_ONLY
36 off_t kvmppc_alloc_rma(void **rma);
37 bool kvmppc_spapr_use_multitce(void);
38 void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t window_size, int *pfd,
39 bool vfio_accel);
40 int kvmppc_remove_spapr_tce(void *table, int pfd, uint32_t window_size);
41 int kvmppc_reset_htab(int shift_hint);
42 uint64_t kvmppc_rma_size(uint64_t current_size, unsigned int hash_shift);
43 #endif /* !CONFIG_USER_ONLY */
44 bool kvmppc_has_cap_epr(void);
45 int kvmppc_define_rtas_kernel_token(uint32_t token, const char *function);
46 bool kvmppc_has_cap_htab_fd(void);
47 int kvmppc_get_htab_fd(bool write);
48 int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize, int64_t max_ns);
49 int kvmppc_load_htab_chunk(QEMUFile *f, int fd, uint32_t index,
50 uint16_t n_valid, uint16_t n_invalid);
51 uint64_t kvmppc_hash64_read_pteg(PowerPCCPU *cpu, target_ulong pte_index);
52 void kvmppc_hash64_free_pteg(uint64_t token);
54 void kvmppc_hash64_write_pte(CPUPPCState *env, target_ulong pte_index,
55 target_ulong pte0, target_ulong pte1);
56 bool kvmppc_has_cap_fixup_hcalls(void);
58 #else
60 static inline uint32_t kvmppc_get_tbfreq(void)
62 return 0;
65 static inline bool kvmppc_get_host_model(char **buf)
67 return false;
70 static inline bool kvmppc_get_host_serial(char **buf)
72 return false;
75 static inline uint64_t kvmppc_get_clockfreq(void)
77 return 0;
80 static inline uint32_t kvmppc_get_vmx(void)
82 return 0;
85 static inline uint32_t kvmppc_get_dfp(void)
87 return 0;
90 static inline int kvmppc_get_hasidle(CPUPPCState *env)
92 return 0;
95 static inline int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len)
97 return -1;
100 static inline int kvmppc_read_segment_page_sizes(uint32_t *prop, int maxcells)
102 return -1;
105 static inline int kvmppc_set_interrupt(PowerPCCPU *cpu, int irq, int level)
107 return -1;
110 static inline void kvmppc_set_papr(PowerPCCPU *cpu)
114 static inline int kvmppc_set_compat(PowerPCCPU *cpu, uint32_t cpu_version)
116 return 0;
119 static inline void kvmppc_set_mpic_proxy(PowerPCCPU *cpu, int mpic_proxy)
123 static inline int kvmppc_smt_threads(void)
125 return 1;
128 static inline int kvmppc_or_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits)
130 return 0;
133 static inline int kvmppc_clear_tsr_bits(PowerPCCPU *cpu, uint32_t tsr_bits)
135 return 0;
138 static inline int kvmppc_set_tcr(PowerPCCPU *cpu)
140 return 0;
143 static inline int kvmppc_booke_watchdog_enable(PowerPCCPU *cpu)
145 return -1;
148 #ifndef CONFIG_USER_ONLY
149 static inline off_t kvmppc_alloc_rma(void **rma)
151 return 0;
154 static inline bool kvmppc_spapr_use_multitce(void)
156 return false;
159 static inline void *kvmppc_create_spapr_tce(uint32_t liobn,
160 uint32_t window_size, int *fd,
161 bool vfio_accel)
163 return NULL;
166 static inline int kvmppc_remove_spapr_tce(void *table, int pfd,
167 uint32_t nb_table)
169 return -1;
172 static inline int kvmppc_reset_htab(int shift_hint)
174 return -1;
177 static inline uint64_t kvmppc_rma_size(uint64_t current_size,
178 unsigned int hash_shift)
180 return ram_size;
183 static inline int kvmppc_update_sdr1(CPUPPCState *env)
185 return 0;
188 #endif /* !CONFIG_USER_ONLY */
190 static inline bool kvmppc_has_cap_epr(void)
192 return false;
195 static inline int kvmppc_define_rtas_kernel_token(uint32_t token,
196 const char *function)
198 return -1;
201 static inline bool kvmppc_has_cap_htab_fd(void)
203 return false;
206 static inline int kvmppc_get_htab_fd(bool write)
208 return -1;
211 static inline int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize,
212 int64_t max_ns)
214 abort();
217 static inline int kvmppc_load_htab_chunk(QEMUFile *f, int fd, uint32_t index,
218 uint16_t n_valid, uint16_t n_invalid)
220 abort();
223 static inline uint64_t kvmppc_hash64_read_pteg(PowerPCCPU *cpu,
224 target_ulong pte_index)
226 abort();
229 static inline void kvmppc_hash64_free_pteg(uint64_t token)
231 abort();
234 static inline void kvmppc_hash64_write_pte(CPUPPCState *env,
235 target_ulong pte_index,
236 target_ulong pte0, target_ulong pte1)
238 abort();
241 static inline bool kvmppc_has_cap_fixup_hcalls(void)
243 abort();
246 #endif
248 #ifndef CONFIG_KVM
249 #define kvmppc_eieio() do { } while (0)
250 #else
251 #define kvmppc_eieio() \
252 do { \
253 if (kvm_enabled()) { \
254 asm volatile("eieio" : : : "memory"); \
256 } while (0)
257 #endif
259 #ifndef KVM_INTERRUPT_SET
260 #define KVM_INTERRUPT_SET -1
261 #endif
263 #ifndef KVM_INTERRUPT_UNSET
264 #define KVM_INTERRUPT_UNSET -2
265 #endif
267 #ifndef KVM_INTERRUPT_SET_LEVEL
268 #define KVM_INTERRUPT_SET_LEVEL -3
269 #endif
271 #endif /* __KVM_PPC_H__ */