Lines Matching defs:start
758 * @start: start virtual address in the guest address space
761 static void gmap_call_notifier(struct gmap *gmap, unsigned long start,
767 nb->notifier_call(gmap, start, end);
1303 * @pgt: pointer to the start of a shadow page table
1349 * @sgt: pointer to the start of a shadow segment table
1406 * @r3t: pointer to the start of a shadow region-3 table
1463 * @r2t: pointer to the start of a shadow region-2 table
1520 * @r1t: pointer to the start of a shadow region-1 table
2178 unsigned long start, end, bits, raddr;
2188 start = sg->orig_asce & _ASCE_ORIGIN;
2189 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE;
2190 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start &&
2526 static int __zap_zero_pages(pmd_t *pmd, unsigned long start,
2531 for (addr = start; addr != end; addr += PAGE_SIZE) {
2616 unsigned long start, end;
2629 start = pmd_val(*pmd) & HPAGE_MASK;
2630 end = start + HPAGE_SIZE - 1;
2631 __storage_key_init_range(start, end);