Home
last modified time | relevance | path

Searched refs:mm_ops (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c218 .mm_ops = mm_ops, in __kvm_pgtable_visit()
465 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in hyp_map_walker() local
513 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in hyp_unmap_walker() local
574 pgt->mm_ops = mm_ops; in kvm_pgtable_hyp_init()
584 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in hyp_free_walker() local
789 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in stage2_try_break_pte() local
827 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in stage2_make_pte() local
925 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in stage2_map_walker_try_leaf() local
965 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in stage2_map_walk_table_pre() local
983 struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; in stage2_map_walk_leaf() local
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_pgtable.h237 struct kvm_pgtable_mm_ops *mm_ops; member
346 struct kvm_pgtable_mm_ops *mm_ops; member
363 struct kvm_pgtable_mm_ops *mm_ops);
453 struct kvm_pgtable_mm_ops *mm_ops,
457 #define kvm_pgtable_stage2_init(pgt, mmu, mm_ops) \ argument
458 __kvm_pgtable_stage2_init(pgt, mmu, mm_ops, 0, NULL)
478 void kvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, u32 level);
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c221 ctx->mm_ops->get_page(ctx->ptep); in fix_hyp_pgtable_refcnt_walker()
251 .arg = pkvm_pgtable.mm_ops, in fix_hyp_pgtable_refcnt()
285 pkvm_pgtable.mm_ops = &pkvm_pgtable_mm_ops; in __pkvm_init_finalise()
H A Dmem_protect.c96 kvm_pgtable_stage2_free_unlinked(&host_mmu.mm_ops, addr, level); in host_s2_free_unlinked_table()
110 host_mmu.mm_ops = (struct kvm_pgtable_mm_ops) { in prepare_s2_pool()
152 &host_mmu.mm_ops, KVM_HOST_S2_FLAGS, in kvm_host_prepare_stage2()
244 vm->mm_ops = (struct kvm_pgtable_mm_ops) { in kvm_guest_prepare_stage2()
258 ret = __kvm_pgtable_stage2_init(mmu->pgt, mmu, &vm->mm_ops, 0, in kvm_guest_prepare_stage2()
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dpkvm.h36 struct kvm_pgtable_mm_ops mm_ops; member
H A Dmem_protect.h51 struct kvm_pgtable_mm_ops mm_ops; member
/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c809 .mm_ops = &kvm_user_mm_ops, in get_user_mapping_size()