Home
last modified time | relevance | path

Searched refs:kvm_pgd (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkvm_host.h183 unsigned long kvm_pgd; member
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c301 OFFSET(KVM_ARCH_KVMPGD, kvm_vcpu_arch, kvm_pgd); in output_kvm_defines()
/linux/arch/loongarch/kvm/
H A Dvcpu.c1517 vcpu->arch.kvm_pgd = __pa(vcpu->kvm->arch.pgd); in kvm_arch_vcpu_create()