Searched refs:_dat_walk_gfn_range (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | dat.c | 592 long _dat_walk_gfn_range(gfn_t start, gfn_t end, union asce asce, in _dat_walk_gfn_range() function 833 return _dat_walk_gfn_range(start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, NULL); in dat_reset_skeys() 903 return _dat_walk_gfn_range(start, end, asce, &dat_slot_ops, in dat_set_slot() 997 return _dat_walk_gfn_range(start, end, asce, &test_age_ops, 0, NULL) > 0; in dat_test_age_gfn() 1042 _dat_walk_gfn_range(gfn, gfn + 2, asce, &ops, DAT_WALK_IGN_HOLES, &n); in dat_set_prefix_notif_bit() 1164 return _dat_walk_gfn_range(start, asce_end(asce), asce, &dat_reset_cmma_ops, in dat_reset_cmma() 1210 rc = _dat_walk_gfn_range(start, start + *count, asce, &ops, DAT_WALK_DEFAULT, &state); in dat_peek_cmma() 1254 _dat_walk_gfn_range(*start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_get_cmma() 1320 return _dat_walk_gfn_range(gfn, gfn + count, asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_set_cmma_bits()
|
| H A D | gmap.c | 362 _dat_walk_gfn_range(start, end, gmap->asce, &ops, 0, &priv); in gmap_age_gfn() 438 _dat_walk_gfn_range(start, end, gmap->asce, &ops, 0, &priv); in gmap_unmap_gfn_range() 520 _dat_walk_gfn_range(start, end, gmap->asce, &walk_ops, 0, gmap); in gmap_sync_dirty_log() 886 start = _dat_walk_gfn_range(start, asce_end(gmap->asce), gmap->asce, in gmap_split_huge_pages() 962 start = _dat_walk_gfn_range(start, end, gmap->asce, &ops, in gmap_pv_destroy_range() 1056 gfn = _dat_walk_gfn_range(gfn, asce_end(gmap->asce), gmap->asce, &ops, in gmap_set_cmma_all_dirty()
|
| H A D | dat.h | 520 long _dat_walk_gfn_range(gfn_t start, gfn_t end, union asce asce,
|