Searched refs:kvm_arch (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dkvm_onhyperv.c40 struct kvm_arch *kvm_arch = &kvm->arch; local
46 spin_lock(&kvm_arch->hv_root_tdp_lock);
48 if (!VALID_PAGE(kvm_arch->hv_root_tdp)) {
58 if (!VALID_PAGE(root) || root == kvm_arch->hv_root_tdp)
68 kvm_arch->hv_root_tdp = root;
86 kvm_arch->hv_root_tdp = INVALID_PAGE;
88 ret = hv_remote_flush_root_tdp(kvm_arch->hv_root_tdp, range);
91 spin_unlock(&kvm_arch->hv_root_tdp_lock);
114 struct kvm_arch *kvm_arc local
[all...]
H A Dx86.c2357 struct kvm_arch *ka = &vcpu->kvm->arch;
2518 struct kvm_arch *ka = &vcpu->kvm->arch;
3018 struct kvm_arch *ka = &kvm->arch;
3068 struct kvm_arch *ka = &kvm->arch;
3109 struct kvm_arch *ka = &kvm->arch;
3144 struct kvm_arch *ka = &kvm->arch;
3220 struct kvm_arch *ka = &v->kvm->arch;
3350 struct kvm_arch *ka = &kvm->arch;
3423 struct kvm_arch *ka = container_of(dwork, struct kvm_arch,
[all...]
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h49 struct kvm_arch arch;
/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h67 struct kvm_arch { struct
/linux-master/arch/riscv/include/asm/
H A Dkvm_host.h92 struct kvm_arch { struct
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h312 struct kvm_arch *arch)
H A Dkvm_host.h190 struct kvm_arch *arch;
255 struct kvm_arch { struct
335 * Atomic access to multiple idregs are guarded by kvm_arch.config_lock.
1271 static inline bool __vcpu_has_feature(const struct kvm_arch *ka, int feature)
/linux-master/arch/riscv/kvm/
H A Dmmu.c716 kvm_err("kvm_arch already initialized?\n");
750 struct kvm_arch *k = &vcpu->kvm->arch;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h272 /* Flag values for kvm_arch.secure_guest */
277 struct kvm_arch { struct
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h175 struct kvm_arch { struct
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h960 struct kvm_arch{ struct
/linux-master/include/linux/
H A Dkvm_host.h800 struct kvm_arch arch;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1282 struct kvm_arch { struct

Completed in 313 milliseconds