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.c593 long _dat_walk_gfn_range(gfn_t start, gfn_t end, union asce asce, in _dat_walk_gfn_range() function
834 return _dat_walk_gfn_range(start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, NULL); in dat_reset_skeys()
904 return _dat_walk_gfn_range(start, end, asce, &dat_slot_ops, in dat_set_slot()
998 return _dat_walk_gfn_range(start, end, asce, &test_age_ops, 0, NULL) > 0; in dat_test_age_gfn()
1043 _dat_walk_gfn_range(gfn, gfn + 2, asce, &ops, DAT_WALK_IGN_HOLES, &n); in dat_set_prefix_notif_bit()
1165 return _dat_walk_gfn_range(start, asce_end(asce), asce, &dat_reset_cmma_ops, in dat_reset_cmma()
1211 rc = _dat_walk_gfn_range(start, start + *count, asce, &ops, DAT_WALK_DEFAULT, &state); in dat_peek_cmma()
1255 _dat_walk_gfn_range(*start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_get_cmma()
1321 return _dat_walk_gfn_range(gfn, gfn + count, asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_set_cmma_bits()
H A Dgmap.c361 _dat_walk_gfn_range(start, end, gmap->asce, &ops, 0, &priv); in gmap_age_gfn()
450 _dat_walk_gfn_range(start, end, gmap->asce, &ops, 0, &priv); in gmap_unmap_gfn_range()
532 _dat_walk_gfn_range(start, end, gmap->asce, &walk_ops, 0, gmap); in gmap_sync_dirty_log()
918 start = _dat_walk_gfn_range(start, asce_end(gmap->asce), gmap->asce, in gmap_split_huge_pages()
994 start = _dat_walk_gfn_range(start, end, gmap->asce, &ops, in gmap_pv_destroy_range()
1091 gfn = _dat_walk_gfn_range(gfn, asce_end(gmap->asce), gmap->asce, &ops, in gmap_set_cmma_all_dirty()
H A Ddat.h526 long _dat_walk_gfn_range(gfn_t start, gfn_t end, union asce asce,