Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dkvm_onhyperv.c40 struct kvm_arch *kvm_arch = &kvm->arch; in __hv_flush_remote_tlbs_range() local
46 spin_lock(&kvm_arch->hv_root_tdp_lock); in __hv_flush_remote_tlbs_range()
48 if (!VALID_PAGE(kvm_arch->hv_root_tdp)) { in __hv_flush_remote_tlbs_range()
58 if (!VALID_PAGE(root) || root == kvm_arch->hv_root_tdp) in __hv_flush_remote_tlbs_range()
68 kvm_arch->hv_root_tdp = root; in __hv_flush_remote_tlbs_range()
86 kvm_arch->hv_root_tdp = INVALID_PAGE; in __hv_flush_remote_tlbs_range()
88 ret = hv_remote_flush_root_tdp(kvm_arch->hv_root_tdp, range); in __hv_flush_remote_tlbs_range()
91 spin_unlock(&kvm_arch->hv_root_tdp_lock); in __hv_flush_remote_tlbs_range()
114 struct kvm_arch *kvm_arch = &vcpu->kvm->arch; in hv_track_root_tdp() local
117 spin_lock(&kvm_arch->hv_root_tdp_lock); in hv_track_root_tdp()
[all …]
Dx86.c2360 struct kvm_arch *ka = &vcpu->kvm->arch; in kvm_write_system_time()
2522 struct kvm_arch *ka = &vcpu->kvm->arch; in kvm_track_tsc_matching()
2954 struct kvm_arch *ka = &kvm->arch; in pvclock_update_vm_gtod_copy()
3004 struct kvm_arch *ka = &kvm->arch; in kvm_end_pvclock_update()
3045 struct kvm_arch *ka = &kvm->arch; in __get_kvmclock()
3080 struct kvm_arch *ka = &kvm->arch; in get_kvmclock()
3151 struct kvm_arch *ka = &v->kvm->arch; in kvm_guest_time_update()
3264 struct kvm_arch *ka = container_of(dwork, struct kvm_arch, in kvmclock_update_fn()
3289 struct kvm_arch *ka = container_of(dwork, struct kvm_arch, in kvmclock_sync_fn()
6726 struct kvm_arch *ka = &kvm->arch; in kvm_vm_ioctl_set_clock()
/linux-6.6.21/arch/arm64/kvm/hyp/include/nvhe/
Dmem_protect.h49 struct kvm_arch arch;
/linux-6.6.21/arch/arm64/include/asm/
Dkvm_mmu.h300 struct kvm_arch *arch) in __load_stage2()
Dkvm_host.h179 struct kvm_arch *arch;
205 struct kvm_arch { struct
/linux-6.6.21/arch/riscv/include/asm/
Dkvm_host.h91 struct kvm_arch { struct
/linux-6.6.21/Documentation/virt/kvm/
Dlocking.rst243 ``kvm_arch::tsc_write_lock``
248 :Protects: - kvm_arch::{last_tsc_write,last_tsc_nsec,last_tsc_offset}
/linux-6.6.21/arch/powerpc/include/asm/
Dkvm_host.h278 struct kvm_arch { struct
/linux-6.6.21/arch/riscv/kvm/
Dmmu.c750 struct kvm_arch *k = &vcpu->kvm->arch; in kvm_riscv_gstage_update_hgatp()
/linux-6.6.21/arch/s390/include/asm/
Dkvm_host.h952 struct kvm_arch{ struct
/linux-6.6.21/arch/mips/include/asm/
Dkvm_host.h175 struct kvm_arch { struct
/linux-6.6.21/arch/x86/include/asm/
Dkvm_host.h1246 struct kvm_arch { struct
/linux-6.6.21/include/linux/
Dkvm_host.h767 struct kvm_arch arch;