Lines Matching defs:origin
1265 * @asce: region or segment table *origin* + table-type bits
1738 unsigned long raddr, origin, offset, len;
1782 origin = r2t & _REGION_ENTRY_ORIGIN;
1785 rc = gmap_protect_rmap(sg, raddr, origin + offset, len);
1822 unsigned long raddr, origin, offset, len;
1866 origin = r3t & _REGION_ENTRY_ORIGIN;
1869 rc = gmap_protect_rmap(sg, raddr, origin + offset, len);
1906 unsigned long raddr, origin, offset, len;
1950 origin = sgt & _REGION_ENTRY_ORIGIN;
1953 rc = gmap_protect_rmap(sg, raddr, origin + offset, len);
2030 unsigned long raddr, origin;
2071 origin = pgt & _SEGMENT_ENTRY_ORIGIN & PAGE_MASK;
2072 rc = gmap_protect_rmap(sg, raddr, origin, PAGE_SIZE);
2802 /* Set new table origin while preserving existing ASCE control bits */