1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright IBM Corp. 2007
6 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
9 #ifndef __POWERPC_KVM_HOST_H__
10 #define __POWERPC_KVM_HOST_H__
12 #include <linux/mutex.h>
13 #include <linux/hrtimer.h>
14 #include <linux/interrupt.h>
15 #include <linux/types.h>
16 #include <linux/kvm_types.h>
17 #include <linux/threads.h>
18 #include <linux/spinlock.h>
19 #include <linux/kvm_para.h>
20 #include <linux/list.h>
21 #include <linux/atomic.h>
22 #include <asm/kvm_asm.h>
23 #include <asm/processor.h>
25 #include <asm/cacheflush.h>
26 #include <asm/hvcall.h>
28 #include <asm/guest-state-buffer.h>
30 #define __KVM_HAVE_ARCH_VCPU_DEBUGFS
32 #define KVM_MAX_VCPUS NR_CPUS
33 #define KVM_MAX_VCORES NR_CPUS
35 #include <asm/cputhreads.h>
37 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
38 #include <asm/kvm_book3s_asm.h> /* for MAX_SMT_THREADS */
39 #define KVM_MAX_VCPU_IDS (MAX_SMT_THREADS * KVM_MAX_VCORES)
42 * Limit the nested partition table to 4096 entries (because that's what
43 * hardware supports). Both guest and host use this value.
45 #define KVM_MAX_NESTED_GUESTS_SHIFT 12
48 #define KVM_MAX_VCPU_IDS KVM_MAX_VCPUS
49 #endif /* CONFIG_KVM_BOOK3S_HV_POSSIBLE */
51 #define __KVM_HAVE_ARCH_INTC_INITIALIZED
53 #define KVM_HALT_POLL_NS_DEFAULT 10000 /* 10 us */
55 /* These values are internal and can be increased later */
56 #define KVM_NR_IRQCHIPS 1
57 #define KVM_IRQCHIP_NUM_PINS 256
59 /* PPC-specific vcpu->requests bit members */
60 #define KVM_REQ_WATCHDOG KVM_ARCH_REQ(0)
61 #define KVM_REQ_EPR_EXIT KVM_ARCH_REQ(1)
62 #define KVM_REQ_PENDING_TIMER KVM_ARCH_REQ(2)
64 #include <linux/mmu_notifier.h>
66 #define HPTEG_CACHE_NUM (1 << 15)
67 #define HPTEG_HASH_BITS_PTE 13
68 #define HPTEG_HASH_BITS_PTE_LONG 12
69 #define HPTEG_HASH_BITS_VPTE 13
70 #define HPTEG_HASH_BITS_VPTE_LONG 5
71 #define HPTEG_HASH_BITS_VPTE_64K 11
72 #define HPTEG_HASH_NUM_PTE (1 << HPTEG_HASH_BITS_PTE)
73 #define HPTEG_HASH_NUM_PTE_LONG (1 << HPTEG_HASH_BITS_PTE_LONG)
74 #define HPTEG_HASH_NUM_VPTE (1 << HPTEG_HASH_BITS_VPTE)
75 #define HPTEG_HASH_NUM_VPTE_LONG (1 << HPTEG_HASH_BITS_VPTE_LONG)
76 #define HPTEG_HASH_NUM_VPTE_64K (1 << HPTEG_HASH_BITS_VPTE_64K)
78 /* Physical Address Mask - allowed range of real mode RAM access */
79 #define KVM_PAM 0x0fffffffffffffffULL
85 struct kvmppc_vcpu_book3s
;
86 struct kvmppc_book3s_shadow_vcpu
;
87 struct kvm_nested_guest
;
90 struct kvm_vm_stat_generic generic
;
95 struct kvm_vcpu_stat
{
96 struct kvm_vcpu_stat_generic generic
;
101 /* Account for special types of light exits: */
102 u64 itlb_real_miss_exits
;
103 u64 itlb_virt_miss_exits
;
104 u64 dtlb_real_miss_exits
;
105 u64 dtlb_virt_miss_exits
;
109 u64 emulated_inst_exits
;
112 u64 halt_successful_wait
;
117 #ifdef CONFIG_PPC_BOOK3S
131 enum kvm_exit_types
{
134 ITLB_REAL_MISS_EXITS
,
135 ITLB_VIRT_MISS_EXITS
,
136 DTLB_REAL_MISS_EXITS
,
137 DTLB_VIRT_MISS_EXITS
,
142 EMULATED_MTMSRWE_EXITS
,
143 EMULATED_WRTEE_EXITS
,
144 EMULATED_MTSPR_EXITS
,
145 EMULATED_MFSPR_EXITS
,
146 EMULATED_MTMSR_EXITS
,
147 EMULATED_MFMSR_EXITS
,
148 EMULATED_TLBSX_EXITS
,
149 EMULATED_TLBWE_EXITS
,
162 __NUMBER_OF_KVM_EXIT_TYPES
165 /* allow access to big endian 32bit upper/lower parts and 64bit var */
166 struct kvmppc_exit_timing
{
175 struct kvmppc_pginfo
{
180 struct kvmppc_spapr_tce_iommu_table
{
182 struct list_head next
;
183 struct iommu_table
*tbl
;
187 #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64))
189 struct kvmppc_spapr_tce_table
{
190 struct list_head list
;
195 u64 offset
; /* in pages */
196 u64 size
; /* window size in pages */
197 struct list_head iommu_tables
;
198 struct mutex alloc_lock
;
199 struct page
*pages
[];
202 /* XICS components, defined in book3s_xics.c */
205 extern struct kvm_device_ops kvm_xics_ops
;
207 /* XIVE components, defined in book3s_xive.c */
209 struct kvmppc_xive_vcpu
;
210 extern struct kvm_device_ops kvm_xive_ops
;
211 extern struct kvm_device_ops kvm_xive_native_ops
;
213 struct kvmppc_passthru_irqmap
;
216 * The reverse mapping array has one entry for each HPTE,
217 * which stores the guest's view of the second word of the HPTE
218 * (including the guest physical address of the mapping),
219 * plus forward and backward pointers in a doubly-linked ring
220 * of HPTEs that map the same host page. The pointers in this
221 * ring are 32-bit HPTE indexes, to save space.
223 struct revmap_entry
{
224 unsigned long guest_rpte
;
225 unsigned int forw
, back
;
229 * The rmap array of size number of guest pages is allocated for each memslot.
230 * This array is used to store usage specific information about the guest page.
231 * Below are the encodings of the various possible usage types.
233 /* Free bits which can be used to define a new usage */
234 #define KVMPPC_RMAP_TYPE_MASK 0xff00000000000000
235 #define KVMPPC_RMAP_NESTED 0xc000000000000000 /* Nested rmap array */
236 #define KVMPPC_RMAP_HPT 0x0100000000000000 /* HPT guest */
239 * rmap usage definition for a hash page table (hpt) guest:
240 * 0x0000080000000000 Lock bit
241 * 0x0000018000000000 RC bits
242 * 0x0000000100000000 Present bit
243 * 0x00000000ffffffff HPT index bits
244 * The bottom 32 bits are the index in the guest HPT of a HPTE that points to
247 #define KVMPPC_RMAP_LOCK_BIT 43
248 #define KVMPPC_RMAP_RC_SHIFT 32
249 #define KVMPPC_RMAP_REFERENCED (HPTE_R_R << KVMPPC_RMAP_RC_SHIFT)
250 #define KVMPPC_RMAP_PRESENT 0x100000000ul
251 #define KVMPPC_RMAP_INDEX 0xfffffffful
253 struct kvm_arch_memory_slot
{
254 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
256 #endif /* CONFIG_KVM_BOOK3S_HV_POSSIBLE */
259 struct kvm_hpt_info
{
260 /* Host virtual (linear mapping) address of guest HPT */
262 /* Array of reverse mapping entries for each guest HPTE */
263 struct revmap_entry
*rev
;
264 /* Guest HPT size is 2**(order) bytes */
266 /* 1 if HPT allocated with CMA, 0 otherwise */
270 struct kvm_resize_hpt
;
272 /* Flag values for kvm_arch.secure_guest */
273 #define KVMPPC_SECURE_INIT_START 0x1 /* H_SVM_INIT_START has been called */
274 #define KVMPPC_SECURE_INIT_DONE 0x2 /* H_SVM_INIT_DONE completed */
275 #define KVMPPC_SECURE_INIT_ABORT 0x4 /* H_SVM_INIT_ABORT issued */
279 unsigned int smt_mode
; /* # vcpus per virtual core */
280 unsigned int emul_smt_mode
; /* emualted SMT mode, on P9 */
281 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
282 unsigned int tlb_sets
;
283 struct kvm_hpt_info hpt
;
284 atomic64_t mmio_update
;
285 unsigned int host_lpid
;
286 unsigned long host_lpcr
;
288 unsigned long host_sdr1
;
290 unsigned long vrma_slb_v
;
292 atomic_t vcpus_running
;
294 atomic_t hpte_mod_interest
;
295 cpumask_t need_tlb_flush
;
304 struct kvm_resize_hpt
*resize_hpt
; /* protected by kvm->lock */
305 #endif /* CONFIG_KVM_BOOK3S_HV_POSSIBLE */
306 #ifdef CONFIG_KVM_BOOK3S_PR_POSSIBLE
307 struct mutex hpt_mutex
;
309 #ifdef CONFIG_PPC_BOOK3S_64
310 struct list_head spapr_tce_tables
;
311 struct list_head rtas_tokens
;
312 struct mutex rtas_token_lock
;
313 DECLARE_BITMAP(enabled_hcalls
, MAX_HCALL_OPCODE
/4 + 1);
315 #ifdef CONFIG_KVM_MPIC
316 struct openpic
*mpic
;
318 #ifdef CONFIG_KVM_XICS
319 struct kvmppc_xics
*xics
;
320 struct kvmppc_xics
*xics_device
;
321 struct kvmppc_xive
*xive
; /* Current XIVE device in use */
323 struct kvmppc_xive
*native
;
324 struct kvmppc_xive
*xics_on_xive
;
326 struct kvmppc_passthru_irqmap
*pimap
;
328 struct kvmppc_ops
*kvm_ops
;
329 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
330 struct mutex uvmem_lock
;
331 struct list_head uvmem_pfns
;
332 struct mutex mmu_setup_lock
; /* nests inside vcpu mutexes */
334 struct idr kvm_nested_guest_idr
;
335 /* This array can grow quite large, keep it at the end */
336 struct kvmppc_vcore
*vcores
[KVM_MAX_VCORES
];
340 #define VCORE_ENTRY_MAP(vc) ((vc)->entry_exit_map & 0xff)
341 #define VCORE_EXIT_MAP(vc) ((vc)->entry_exit_map >> 8)
342 #define VCORE_IS_EXITING(vc) (VCORE_EXIT_MAP(vc) != 0)
344 /* This bit is used when a vcore exit is triggered from outside the vcore */
345 #define VCORE_EXIT_REQ 0x10000
348 * Values for vcore_state.
349 * Note that these are arranged such that lower values
350 * (< VCORE_SLEEPING) don't require stolen time accounting
351 * on load/unload, and higher values do.
353 #define VCORE_INACTIVE 0
354 #define VCORE_PREEMPT 1
355 #define VCORE_PIGGYBACK 2
356 #define VCORE_SLEEPING 3
357 #define VCORE_RUNNING 4
358 #define VCORE_EXITING 5
359 #define VCORE_POLLING 6
362 * Struct used to manage memory for a virtual processor area
363 * registered by a PAPR guest. There are three types of area
364 * that a guest can register.
367 unsigned long gpa
; /* Current guest phys addr */
368 void *pinned_addr
; /* Address in kernel linear mapping */
369 void *pinned_end
; /* End of region */
370 unsigned long next_gpa
; /* Guest phys addr for update */
371 unsigned long len
; /* Number of bytes required */
372 u8 update_pending
; /* 1 => update pinned_addr from next_gpa */
373 bool dirty
; /* true => area has been modified by kernel */
382 bool may_execute
: 1;
385 u8 page_size
; /* MMU_PAGE_xxx */
391 void (*slbmte
)(struct kvm_vcpu
*vcpu
, u64 rb
, u64 rs
);
392 u64 (*slbmfee
)(struct kvm_vcpu
*vcpu
, u64 slb_nr
);
393 u64 (*slbmfev
)(struct kvm_vcpu
*vcpu
, u64 slb_nr
);
394 int (*slbfee
)(struct kvm_vcpu
*vcpu
, gva_t eaddr
, ulong
*ret_slb
);
395 void (*slbie
)(struct kvm_vcpu
*vcpu
, u64 slb_nr
);
396 void (*slbia
)(struct kvm_vcpu
*vcpu
);
398 void (*mtsrin
)(struct kvm_vcpu
*vcpu
, u32 srnum
, ulong value
);
399 u32 (*mfsrin
)(struct kvm_vcpu
*vcpu
, u32 srnum
);
400 int (*xlate
)(struct kvm_vcpu
*vcpu
, gva_t eaddr
,
401 struct kvmppc_pte
*pte
, bool data
, bool iswrite
);
402 void (*tlbie
)(struct kvm_vcpu
*vcpu
, ulong addr
, bool large
);
403 int (*esid_to_vsid
)(struct kvm_vcpu
*vcpu
, ulong esid
, u64
*vsid
);
404 u64 (*ea_to_vp
)(struct kvm_vcpu
*vcpu
, gva_t eaddr
, bool data
);
405 bool (*is_dcbz32
)(struct kvm_vcpu
*vcpu
);
417 bool large
: 1; /* PTEs are 16MB */
418 bool tb
: 1; /* 1TB segment */
420 u8 base_page_size
; /* MMU_PAGE_xxx */
423 /* Struct used to accumulate timing information in HV real mode code */
424 struct kvmhv_tb_accumulator
{
425 u64 seqcount
; /* used to synchronize access, also count * 2 */
426 u64 tb_total
; /* total time in timebase ticks */
427 u64 tb_min
; /* min time */
428 u64 tb_max
; /* max time */
431 #ifdef CONFIG_PPC_BOOK3S_64
432 struct kvmppc_irq_map
{
435 struct irq_desc
*desc
;
438 #define KVMPPC_PIRQ_MAPPED 1024
439 struct kvmppc_passthru_irqmap
{
441 struct kvmppc_irq_map mapped
[KVMPPC_PIRQ_MAPPED
];
445 # ifdef CONFIG_PPC_E500
446 #define KVMPPC_BOOKE_IAC_NUM 2
447 #define KVMPPC_BOOKE_DAC_NUM 2
449 #define KVMPPC_BOOKE_IAC_NUM 4
450 #define KVMPPC_BOOKE_DAC_NUM 2
452 #define KVMPPC_BOOKE_MAX_IAC 4
453 #define KVMPPC_BOOKE_MAX_DAC 2
455 /* KVMPPC_EPR_USER takes precedence over KVMPPC_EPR_KERNEL */
456 #define KVMPPC_EPR_NONE 0 /* EPR not supported */
457 #define KVMPPC_EPR_USER 1 /* exit to userspace to fill EPR */
458 #define KVMPPC_EPR_KERNEL 2 /* in-kernel irqchip */
460 #define KVMPPC_IRQ_DEFAULT 0
461 #define KVMPPC_IRQ_MPIC 1
462 #define KVMPPC_IRQ_XICS 2 /* Includes a XIVE option */
463 #define KVMPPC_IRQ_XIVE 3 /* XIVE native exploitation mode */
465 #define MMIO_HPTE_CACHE_SIZE 4
467 struct mmio_hpte_cache_entry
{
468 unsigned long hpte_v
;
469 unsigned long hpte_r
;
471 unsigned long pte_index
;
475 unsigned int slb_base_pshift
;
478 struct mmio_hpte_cache
{
479 struct mmio_hpte_cache_entry entry
[MMIO_HPTE_CACHE_SIZE
];
483 #define KVMPPC_VSX_COPY_NONE 0
484 #define KVMPPC_VSX_COPY_WORD 1
485 #define KVMPPC_VSX_COPY_DWORD 2
486 #define KVMPPC_VSX_COPY_DWORD_LOAD_DUMP 3
487 #define KVMPPC_VSX_COPY_WORD_LOAD_DUMP 4
489 #define KVMPPC_VMX_COPY_BYTE 8
490 #define KVMPPC_VMX_COPY_HWORD 9
491 #define KVMPPC_VMX_COPY_WORD 10
492 #define KVMPPC_VMX_COPY_DWORD 11
496 /* W0 and W1 of a XIVE thread management context */
511 /* Nestedv2 H_GUEST_RUN_VCPU configuration */
512 struct kvmhv_nestedv2_config
{
513 struct kvmppc_gs_buff_info vcpu_run_output_cfg
;
514 struct kvmppc_gs_buff_info vcpu_run_input_cfg
;
515 u64 vcpu_run_output_size
;
518 /* Nestedv2 L1<->L0 communication state */
519 struct kvmhv_nestedv2_io
{
520 struct kvmhv_nestedv2_config cfg
;
521 struct kvmppc_gs_buff
*vcpu_run_output
;
522 struct kvmppc_gs_buff
*vcpu_run_input
;
523 struct kvmppc_gs_msg
*vcpu_message
;
524 struct kvmppc_gs_msg
*vcore_message
;
525 struct kvmppc_gs_bitmap valids
;
528 struct kvm_vcpu_arch
{
531 #ifdef CONFIG_PPC_BOOK3S
532 struct kvmppc_slb slb
[64];
533 int slb_max
; /* 1 + index of last valid entry in slb[] */
534 int slb_nr
; /* total number of entries in SLB */
535 struct kvmppc_mmu mmu
;
536 struct kvmppc_vcpu_book3s
*book3s
;
538 #ifdef CONFIG_PPC_BOOK3S_32
539 struct kvmppc_book3s_shadow_vcpu
*shadow_vcpu
;
543 * This is passed along to the HV via H_ENTER_NESTED. Align to
544 * prevent it crossing a real 4K page.
546 struct pt_regs regs
__aligned(512);
548 struct thread_fp_state fp
;
556 #ifdef CONFIG_ALTIVEC
557 struct thread_vr_state vr
;
560 #ifdef CONFIG_KVM_BOOKE_HV
570 #if defined(CONFIG_BOOKE)
571 #if defined(CONFIG_KVM_BOOKE_HV) || defined(CONFIG_64BIT)
576 #ifdef CONFIG_PPC_BOOK3S
577 /* For Gekko paired singles */
581 #ifdef CONFIG_PPC_BOOK3S
585 #ifdef CONFIG_PPC_BOOK3S
587 ulong guest_owned_ext
;
610 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
628 u32 vrsave
; /* also USPRG0 */
630 /* shadow_msr is unused for BookE HV */
643 /* Time base value when we entered the guest */
648 ulong tsr
; /* we need to perform set/clr_bits() which requires ulong */
662 u64 mmcr
[4]; /* MMCR0, MMCR1, MMCR2, MMCR3 */
670 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
687 struct thread_fp_state fp_tm
;
689 struct thread_vr_state vr_tm
;
690 u32 vrsave_tm
; /* also USPRG0 */
693 #ifdef CONFIG_KVM_EXIT_TIMING
694 struct mutex exit_timing_lock
;
695 struct kvmppc_exit_timing timing_exit
;
696 struct kvmppc_exit_timing timing_last_enter
;
698 u32 timing_count_type
[__NUMBER_OF_KVM_EXIT_TYPES
];
699 u64 timing_sum_duration
[__NUMBER_OF_KVM_EXIT_TYPES
];
700 u64 timing_sum_quad_duration
[__NUMBER_OF_KVM_EXIT_TYPES
];
701 u64 timing_min_duration
[__NUMBER_OF_KVM_EXIT_TYPES
];
702 u64 timing_max_duration
[__NUMBER_OF_KVM_EXIT_TYPES
];
703 u64 timing_last_exit
;
706 #ifdef CONFIG_PPC_BOOK3S
709 unsigned long intr_msr
;
711 * POWER9 and later: fault_gpa contains the guest real address of page
712 * fault for a radix guest, or segment descriptor (equivalent to result
713 * from slbmfev of SLB entry that translated the EA) for hash guests.
724 struct timer_list wdt_timer
;
733 /* guest debug registers*/
734 struct debug_reg dbg_reg
;
736 gpa_t paddr_accessed
;
737 gva_t vaddr_accessed
;
740 u16 io_gpr
; /* GPR used as IO source/target */
741 u8 mmio_host_swabbed
;
743 /* conversion between single and double precision */
746 * Number of simulations for vsx.
747 * If we use 2*8bytes to simulate 1*16bytes,
748 * then the number should be 2 and
749 * mmio_copy_type=KVMPPC_VSX_COPY_DWORD.
750 * If we use 4*4bytes to simulate 1*16bytes,
751 * the number should be 4 and
752 * mmio_vsx_copy_type=KVMPPC_VSX_COPY_WORD.
754 u8 mmio_vsx_copy_nums
;
756 u8 mmio_vmx_copy_nums
;
766 u8 epr_flags
; /* KVMPPC_EPR_xxx */
768 u8 external_oneshot
; /* clear external irq after delivery */
770 u32 cpr0_cfgaddr
; /* holds the last set cpr0_cfgaddr */
772 struct hrtimer dec_timer
;
774 u64 dec_expires
; /* Relative to guest timebase. */
775 unsigned long pending_exceptions
;
779 u8 irq_pending
; /* Used by XIVE to signal pending guest irqs */
780 unsigned long last_inst
;
783 struct rcuwait
*waitp
;
784 struct kvmppc_vcore
*vcore
;
792 wait_queue_head_t cpu_run
;
793 struct machine_check_event mce_evt
; /* Valid if trap == 0x200 */
795 struct kvm_vcpu_arch_shared
*shared
;
796 #if defined(CONFIG_PPC_BOOK3S_64) && defined(CONFIG_KVM_BOOK3S_PR_POSSIBLE)
797 bool shared_big_endian
;
799 unsigned long magic_page_pa
; /* phys addr to map the magic page to */
800 unsigned long magic_page_ea
; /* effect. addr to map the magic page to */
801 bool disable_kernel_nx
;
803 int irq_type
; /* one of KVM_IRQ_* */
805 struct openpic
*mpic
; /* KVM_IRQ_MPIC */
806 #ifdef CONFIG_KVM_XICS
807 struct kvmppc_icp
*icp
; /* XICS presentation controller */
808 struct kvmppc_xive_vcpu
*xive_vcpu
; /* XIVE virtual CPU data */
809 __be32 xive_cam_word
; /* Cooked W2 in proper endian with valid bit */
810 u8 xive_pushed
; /* Is the VP pushed on the physical CPU ? */
811 u8 xive_esc_on
; /* Is the escalation irq enabled ? */
812 union xive_tma_w01 xive_saved_state
; /* W0..1 of XIVE thread state */
813 u64 xive_esc_raddr
; /* Escalation interrupt ESB real addr */
814 u64 xive_esc_vaddr
; /* Escalation interrupt ESB virt addr */
817 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
818 struct kvm_vcpu_arch_shared shregs
;
820 struct mmio_hpte_cache mmio_cache
;
821 unsigned long pgfault_addr
;
823 unsigned long pgfault_hpte
[2];
824 struct mmio_hpte_cache_entry
*pgfault_cache
;
826 struct task_struct
*run_task
;
828 spinlock_t vpa_update_lock
;
829 struct kvmppc_vpa vpa
;
830 struct kvmppc_vpa dtl
;
831 struct dtl_entry
*dtl_ptr
;
832 unsigned long dtl_index
;
834 struct kvmppc_vpa slb_shadow
;
836 spinlock_t tbacct_lock
;
844 u64 hfscr_permitted
; /* A mask of permitted HFSCR facilities */
846 /* For support of nested guests */
847 struct kvm_nested_guest
*nested
;
848 u64 nested_hfscr
; /* HFSCR that the L1 requested for the nested guest */
851 /* For nested APIv2 guests*/
852 struct kvmhv_nestedv2_io nestedv2_io
;
855 #ifdef CONFIG_KVM_BOOK3S_HV_EXIT_TIMING
856 struct kvmhv_tb_accumulator
*cur_activity
; /* What we're timing */
857 u64 cur_tb_start
; /* when it started */
858 #ifdef CONFIG_KVM_BOOK3S_HV_P9_TIMING
859 struct kvmhv_tb_accumulator vcpu_entry
;
860 struct kvmhv_tb_accumulator vcpu_exit
;
861 struct kvmhv_tb_accumulator in_guest
;
862 struct kvmhv_tb_accumulator hcall
;
863 struct kvmhv_tb_accumulator pg_fault
;
864 struct kvmhv_tb_accumulator guest_entry
;
865 struct kvmhv_tb_accumulator guest_exit
;
867 struct kvmhv_tb_accumulator rm_entry
; /* real-mode entry code */
868 struct kvmhv_tb_accumulator rm_intr
; /* real-mode intr handling */
869 struct kvmhv_tb_accumulator rm_exit
; /* real-mode exit code */
870 struct kvmhv_tb_accumulator guest_time
; /* guest execution */
871 struct kvmhv_tb_accumulator cede_time
; /* time napping inside guest */
873 #endif /* CONFIG_KVM_BOOK3S_HV_EXIT_TIMING */
874 #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
881 #define VCPU_FPR(vcpu, i) (vcpu)->arch.fp.fpr[i][TS_FPROFFSET]
882 #define VCPU_VSX_FPR(vcpu, i, j) ((vcpu)->arch.fp.fpr[i][j])
883 #define VCPU_VSX_VR(vcpu, i) ((vcpu)->arch.vr.vr[i])
885 /* Values for vcpu->arch.state */
886 #define KVMPPC_VCPU_NOTREADY 0
887 #define KVMPPC_VCPU_RUNNABLE 1
888 #define KVMPPC_VCPU_BUSY_IN_HOST 2
890 /* Values for vcpu->arch.io_gpr */
891 #define KVM_MMIO_REG_MASK 0x003f
892 #define KVM_MMIO_REG_EXT_MASK 0xffc0
893 #define KVM_MMIO_REG_GPR 0x0000
894 #define KVM_MMIO_REG_FPR 0x0040
895 #define KVM_MMIO_REG_QPR 0x0080
896 #define KVM_MMIO_REG_FQPR 0x00c0
897 #define KVM_MMIO_REG_VSX 0x0100
898 #define KVM_MMIO_REG_VMX 0x0180
899 #define KVM_MMIO_REG_NESTED_GPR 0xffc0
902 #define __KVM_HAVE_ARCH_WQP
903 #define __KVM_HAVE_CREATE_DEVICE
905 static inline void kvm_arch_sync_events(struct kvm
*kvm
) {}
906 static inline void kvm_arch_memslots_updated(struct kvm
*kvm
, u64 gen
) {}
907 static inline void kvm_arch_flush_shadow_all(struct kvm
*kvm
) {}
908 static inline void kvm_arch_vcpu_blocking(struct kvm_vcpu
*vcpu
) {}
909 static inline void kvm_arch_vcpu_unblocking(struct kvm_vcpu
*vcpu
) {}
911 #endif /* __POWERPC_KVM_HOST_H__ */