Lines Matching defs:from
264 /* Remove gmap from the pre-mm list */
343 * __gmap_segment_gaddr - find virtual address from segment pointer
399 * gmap_unmap_segment - unmap segment from the guest address space
431 * @from: source address in the parent address space
437 int gmap_map_segment(struct gmap *gmap, unsigned long from,
444 if ((from | to | len) & (PMD_SIZE - 1))
446 if (len == 0 || from + len < from || to + len < to ||
447 from + len - 1 > TASK_SIZE_MAX || to + len - 1 > gmap->asce_end)
458 (void *) from + off))
516 * gmap_unlink - disconnect a page table from the gmap shadow tables
711 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to)
717 for (gaddr = from; gaddr < to;
1134 * gmap_read_table - get an unsigned long value from a guest page table using
1304 * gmap_unshadow_page - remove a page from a shadow page table
1323 * __gmap_unshadow_pgt - remove all entries from a shadow page table
1341 * gmap_unshadow_pgt - remove a shadow page table from a segment entry
1370 * __gmap_unshadow_sgt - remove all entries from a shadow segment table
1399 * gmap_unshadow_sgt - remove a shadow segment table from a region-3 entry
1428 * __gmap_unshadow_r3t - remove all entries from a shadow region-3 table
1457 * gmap_unshadow_r3t - remove a shadow region-3 table from a region-2 entry
1486 * __gmap_unshadow_r2t - remove all entries from a shadow region-2 table
1515 * gmap_unshadow_r2t - remove a shadow region-2 table from a region-1 entry
1544 * __gmap_unshadow_r1t - remove all entries from a shadow region-1 table
2228 /* Remove the page table tree from on specific entry */
2260 * @bits: bits from the pgste that caused the notify call
2551 * Remove all empty zero pages from the mapping for lazy refaulting
2613 * from re-enabling it.
2620 * Enable storage key handling from now on and initialize the storage
2737 /* we have a reference from the mapping, take an extra one */
2804 * s390_unlist_old_asce - Remove the topmost level of page tables from the
2813 * the ASCE) from the CRST list.
2817 * intended. Notice that this function will only remove the page from the
2832 * the old asce has been removed from the list, and therefore it
2836 * to remove the same page from the list again.
2855 * In any case, the old ASCE is always removed from the gmap CRST list.