Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/
H A Dmmu.c31 ctx->pte_shifts = kvm->arch.pte_shifts; in kvm_ptw_prepare()
32 ctx->pgtable_shift = ctx->pte_shifts[ctx->level]; in kvm_ptw_prepare()
H A Dvm.c80 kvm->arch.pte_shifts[i] = PAGE_SHIFT + i * (PAGE_SHIFT - 3); in kvm_arch_init_vm()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h123 unsigned int pte_shifts[MAX_PGTABLE_LEVELS]; member