Symbol: kvm_pgtable_mm_ops
arch/arm64/include/asm/kvm_pgtable.h
320
struct kvm_pgtable_mm_ops *mm_ops;
arch/arm64/include/asm/kvm_pgtable.h
442
struct kvm_pgtable_mm_ops *mm_ops;
arch/arm64/include/asm/kvm_pgtable.h
461
struct kvm_pgtable_mm_ops *mm_ops);
arch/arm64/include/asm/kvm_pgtable.h
551
struct kvm_pgtable_mm_ops *mm_ops,
arch/arm64/include/asm/kvm_pgtable.h
556
struct kvm_pgtable_mm_ops *mm_ops)
arch/arm64/include/asm/kvm_pgtable.h
599
void kvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level);
arch/arm64/include/asm/kvm_pkvm.h
206
struct kvm_pgtable_mm_ops *mm_ops);
arch/arm64/include/asm/kvm_pkvm.h
223
void pkvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level);
arch/arm64/kvm/hyp/include/nvhe/early_alloc.h
12
extern struct kvm_pgtable_mm_ops hyp_early_alloc_mm_ops;
arch/arm64/kvm/hyp/include/nvhe/mem_protect.h
21
struct kvm_pgtable_mm_ops mm_ops;
arch/arm64/kvm/hyp/include/nvhe/pkvm.h
42
struct kvm_pgtable_mm_ops mm_ops;
arch/arm64/kvm/hyp/nvhe/early_alloc.c
12
struct kvm_pgtable_mm_ops hyp_early_alloc_mm_ops;
arch/arm64/kvm/hyp/nvhe/mem_protect.c
115
host_mmu.mm_ops = (struct kvm_pgtable_mm_ops) {
arch/arm64/kvm/hyp/nvhe/mem_protect.c
269
vm->mm_ops = (struct kvm_pgtable_mm_ops) {
arch/arm64/kvm/hyp/nvhe/setup.c
305
pkvm_pgtable_mm_ops = (struct kvm_pgtable_mm_ops) {
arch/arm64/kvm/hyp/nvhe/setup.c
33
static struct kvm_pgtable_mm_ops pkvm_pgtable_mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1014
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1032
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1151
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1218
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1381
struct kvm_pgtable_mm_ops *mm_ops = pgt->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1434
struct kvm_pgtable_mm_ops *mm_ops = pgt->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1483
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
153
struct kvm_pgtable_mm_ops *mm_ops, kvm_pteref_t pgtable, s8 level);
arch/arm64/kvm/hyp/pgtable.c
156
struct kvm_pgtable_mm_ops *mm_ops,
arch/arm64/kvm/hyp/pgtable.c
1564
struct kvm_pgtable_mm_ops *mm_ops,
arch/arm64/kvm/hyp/pgtable.c
1602
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1610
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
1674
void kvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level)
arch/arm64/kvm/hyp/pgtable.c
222
struct kvm_pgtable_mm_ops *mm_ops, kvm_pteref_t pgtable, s8 level)
arch/arm64/kvm/hyp/pgtable.c
432
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
480
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
531
struct kvm_pgtable_mm_ops *mm_ops)
arch/arm64/kvm/hyp/pgtable.c
556
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
831
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
85
static kvm_pte_t *kvm_pte_follow(kvm_pte_t pte, struct kvm_pgtable_mm_ops *mm_ops)
arch/arm64/kvm/hyp/pgtable.c
869
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/hyp/pgtable.c
894
struct kvm_pgtable_mm_ops *mm_ops)
arch/arm64/kvm/hyp/pgtable.c
95
static kvm_pte_t kvm_init_table_pte(kvm_pte_t *childp, struct kvm_pgtable_mm_ops *mm_ops)
arch/arm64/kvm/hyp/pgtable.c
959
struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops;
arch/arm64/kvm/mmu.c
229
static struct kvm_pgtable_mm_ops kvm_s2_mm_ops;
arch/arm64/kvm/mmu.c
2292
static struct kvm_pgtable_mm_ops kvm_hyp_mm_ops = {
arch/arm64/kvm/mmu.c
814
static struct kvm_pgtable_mm_ops kvm_user_mm_ops = {
arch/arm64/kvm/mmu.c
861
static struct kvm_pgtable_mm_ops kvm_s2_mm_ops = {
arch/arm64/kvm/pkvm.c
317
struct kvm_pgtable_mm_ops *mm_ops)
arch/arm64/kvm/pkvm.c
470
void pkvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level)