Home
last modified time | relevance | path

Searched defs:kvm_arch (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h1399 struct kvm_arch { struct
1400 unsigned long n_used_mmu_pages;
1401 unsigned long n_requested_mmu_pages;
1402 unsigned long n_max_mmu_pages;
1403 unsigned int indirect_shadow_pages;
1404 u8 mmu_valid_gen;
1405 u8 vm_type;
1406 bool has_private_mem;
1407 bool has_protected_state;
1408 bool has_protected_eoi;
[all …]
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h119 struct kvm_arch { struct
121 kvm_pte_t *pgd;
122 unsigned long gpa_size;
123 unsigned long invalid_ptes[MAX_PGTABLE_LEVELS];
124 unsigned int pte_shifts[MAX_PGTABLE_LEVELS];
125 unsigned int root_level;
126 spinlock_t phyid_map_lock;
127 struct kvm_phyid_map *phyid_map;
129 unsigned long pv_features;
131 unsigned long kvm_features;
[all …]
/linux/arch/powerpc/include/asm/
H A Dkvm_host.h277 struct kvm_arch { struct
278 u64 lpid;
279 unsigned int smt_mode; /* # vcpus per virtual core */
280 unsigned int emul_smt_mode; /* emualted SMT mode, on P9 */
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;
287 unsigned long sdr1;
[all …]
/linux/arch/s390/include/asm/
H A Dkvm_host.h641 struct kvm_arch { struct
642 struct esca_block *sca;
643 debug_info_t *dbf;
644 struct kvm_s390_float_interrupt float_int;
645 struct kvm_device *flic;
646 struct gmap *gmap;
647 unsigned long mem_limit;
648 int css_support;
649 int use_irqchip;
650 int use_cmma;
[all …]
/linux/arch/arm64/include/asm/
H A Dkvm_host.h295 struct kvm_arch { struct
296 struct kvm_s2_mmu mmu;
305 u64 fgu[__NR_FGT_GROUP_IDS__];
311 struct kvm_s2_mmu *nested_mmus;
312 size_t nested_mmus_size;
313 int nested_mmus_next;
316 struct vgic_dist vgic;
319 struct arch_timer_vm_data timer_data;
322 u32 psci_version;
325 struct mutex config_lock;
[all …]
/linux/arch/riscv/include/asm/
H A Dkvm_host.h90 struct kvm_arch { struct
92 struct kvm_vmid vmid;
95 pgd_t *pgd;
96 phys_addr_t pgd_phys;
99 struct kvm_guest_timer timer;
102 struct kvm_aia aia;
105 bool mp_state_reset;
/linux/arch/x86/kvm/
H A Dkvm_onhyperv.c40 struct kvm_arch *kvm_arch = &kvm->arch; in __hv_flush_remote_tlbs_range() local
114 struct kvm_arch *kvm_arch = &vcpu->kvm->arch; in hv_track_root_tdp() local
/linux/arch/mips/include/asm/
H A Dkvm_host.h175 struct kvm_arch { struct
177 struct mm_struct gpa_mm;
179 cpumask_t asid_flush_mask;
181 struct loongson_kvm_ipi ipi;