Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.c617 long _dat_walk_gfn_range(gfn_t start, gfn_t end, union asce asce, in _dat_walk_gfn_range() function
858 return _dat_walk_gfn_range(start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, NULL); in dat_reset_skeys()
927 return _dat_walk_gfn_range(start, end, asce, &dat_slot_ops, in dat_set_slot()
1021 return _dat_walk_gfn_range(start, end, asce, &test_age_ops, 0, NULL) > 0; in dat_test_age_gfn()
1112 _dat_walk_gfn_range(gfn, gfn + 2, asce, &ops, DAT_WALK_IGN_HOLES, &n); in dat_set_prefix_notif_bit()
1234 return _dat_walk_gfn_range(start, asce_end(asce), asce, &dat_reset_cmma_ops, in dat_reset_cmma()
1280 rc = _dat_walk_gfn_range(start, start + *count, asce, &ops, DAT_WALK_DEFAULT, &state); in dat_peek_cmma()
1324 _dat_walk_gfn_range(*start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_get_cmma()
1390 return _dat_walk_gfn_range(gfn, gfn + count, asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_set_cmma_bits()
H A Dgmap.c358 _dat_walk_gfn_range(start, end, gmap->asce, &ops, 0, &priv); in gmap_age_gfn()
430 _dat_walk_gfn_range(start, end, gmap->asce, &ops, 0, &priv); in gmap_unmap_gfn_range()
511 _dat_walk_gfn_range(start, end, gmap->asce, &walk_ops, 0, gmap); in gmap_sync_dirty_log()
826 start = _dat_walk_gfn_range(start, asce_end(gmap->asce), gmap->asce, in gmap_split_huge_pages()
902 start = _dat_walk_gfn_range(start, end, gmap->asce, &ops, in gmap_pv_destroy_range()
996 gfn = _dat_walk_gfn_range(gfn, asce_end(gmap->asce), gmap->asce, &ops, in gmap_set_cmma_all_dirty()
H A Ddat.h520 long _dat_walk_gfn_range(gfn_t start, gfn_t end, union asce asce,