Searched refs:asce_end (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | dat.c | 610 return dat_crste_walk_range(start, min(end, asce_end(asce)), table, &walk); in _dat_walk_gfn_range() 833 return _dat_walk_gfn_range(start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, NULL); in dat_reset_skeys() 1164 return _dat_walk_gfn_range(start, asce_end(asce), asce, &dat_reset_cmma_ops, in dat_reset_cmma() 1254 _dat_walk_gfn_range(*start, asce_end(asce), asce, &ops, DAT_WALK_IGN_HOLES, &state); in dat_get_cmma()
|
| H A D | dat.h | 638 static inline gfn_t asce_end(union asce asce) in asce_end() function 666 return gfn < asce_end(asce); in asce_contains_gfn()
|
| H A D | gmap.c | 885 start = _dat_walk_gfn_range(start, asce_end(gmap->asce), gmap->asce, in gmap_split_huge_pages() 1055 gfn = _dat_walk_gfn_range(gfn, asce_end(gmap->asce), gmap->asce, &ops, in gmap_set_cmma_all_dirty() 1270 new = gmap_new(parent->kvm, asce.r ? 1UL << (64 - PAGE_SHIFT) : asce_end(asce)); in gmap_create_shadow()
|
| H A D | pv.c | 605 gmap_pv_destroy_range(kvm->arch.gmap, 0, asce_end(kvm->arch.gmap->asce), false); in kvm_s390_pv_deinit_cleanup_all() 643 if (gmap_pv_destroy_range(kvm->arch.gmap, 0, asce_end(kvm->arch.gmap->asce), true)) in kvm_s390_pv_deinit_aside_vm()
|