Home
last modified time | relevance | path

Searched refs:dat_entry_walk (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/kvm/
H A Dgmap.c600 rc = dat_entry_walk(NULL, fault->gfn, gmap->asce, DAT_WALK_LEAF, TABLE_TYPE_PAGE_TABLE, in gmap_try_fixup_minor()
638 rc = dat_entry_walk(mc, f->gfn, gmap->asce, DAT_WALK_ALLOC_CONTINUE, level, in _gmap_link()
709 rc = dat_entry_walk(mc, p_gfn, gmap->parent->asce, DAT_WALK_ALLOC, in gmap_ucas_map_one()
712 rc = dat_entry_walk(mc, p_gfn, gmap->parent->asce, DAT_WALK_ALLOC_CONTINUE, in gmap_ucas_map_one()
725 rc = dat_entry_walk(mc, c_gfn, gmap->asce, DAT_WALK_ALLOC, TABLE_TYPE_SEGMENT, in gmap_ucas_map_one()
742 rc = dat_entry_walk(NULL, gpa_to_gfn(*gaddr), gmap->asce, DAT_WALK_CONTINUE, in gmap_ucas_translate_simple()
836 rc = dat_entry_walk(NULL, c_gfn, gmap->asce, 0, TABLE_TYPE_SEGMENT, &crstep, &ptep); in gmap_ucas_unmap_one()
1018 rc = dat_entry_walk(mc, p_gfn, sg->parent->asce, flags, in gmap_protect_rmap()
1072 if (dat_entry_walk(NULL, r_gfn, sg->asce, 0, level, &crstep, &ptep)) in gmap_unshadow_level()
H A Ddat.c378 int dat_entry_walk(struct kvm_s390_mmu_cache *mc, gfn_t gfn, union asce asce, int flags, in dat_entry_walk() function
621 rc = dat_entry_walk(NULL, gfn, asce, DAT_WALK_ANY, TABLE_TYPE_PAGE_TABLE, &crstep, &ptep); in dat_get_storage_key()
661 rc = dat_entry_walk(mc, gfn, asce, DAT_WALK_LEAF_ALLOC, TABLE_TYPE_PAGE_TABLE, in dat_set_storage_key()
717 rc = dat_entry_walk(mmc, gfn, asce, DAT_WALK_LEAF_ALLOC, TABLE_TYPE_PAGE_TABLE, in dat_cond_set_storage_key()
762 rc = dat_entry_walk(NULL, gfn, asce, DAT_WALK_ANY, TABLE_TYPE_PAGE_TABLE, &crstep, &ptep); in dat_reset_reference_bit()
1070 if (dat_entry_walk(NULL, gfn, asce, 0, TABLE_TYPE_PAGE_TABLE, &crstep, &ptep)) { in dat_perform_essa()
1315 rc = dat_entry_walk(mc, cur, asce, DAT_WALK_ALLOC, TABLE_TYPE_PAGE_TABLE, in dat_set_cmma_bits()
H A Dgaccess.c1520 rc = dat_entry_walk(NULL, gpa_to_gfn(saddr), sg->asce, DAT_WALK_ANY, TABLE_TYPE_PAGE_TABLE, in _gaccess_do_shadow()
1552 rc = dat_entry_walk(NULL, entries[LEVEL_MEM].gfn, sg->parent->asce, DAT_WALK_LEAF, in _gaccess_do_shadow()
1565 rc = dat_entry_walk(mc, gpa_to_gfn(saddr), sg->asce, flags, l, &table, &ptep); in _gaccess_do_shadow()
1570 rc = dat_entry_walk(mc, entries[LEVEL_MEM].gfn, sg->parent->asce, in _gaccess_do_shadow()
H A Ddat.h523 int dat_entry_walk(struct kvm_s390_mmu_cache *mc, gfn_t gfn, union asce asce, int flags,
H A Dpriv.c1192 if (dat_entry_walk(NULL, gpa_to_gfn(cbrl[i]), vcpu->arch.gmap->asce, in _essa_clear_cbrl()