Lines Matching refs:_REGION_ENTRY_ORIGIN
571 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
579 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
587 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
827 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
835 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
843 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1388 pgt = sgt[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_sgt()
1413 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1418 sgt = *r3e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_sgt()
1444 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
1446 sgt = r3t[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_r3t()
1471 if (!r2e || !(*r2e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r3t()
1476 r3t = *r2e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_r3t()
1502 if (!(r2t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r2t()
1504 r3t = r2t[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_r2t()
1529 if (!r1e || !(*r1e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r2t()
1534 r2t = *r1e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_r2t()
1562 if (!(r1t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r1t()
1564 r2t = r1t[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_r1t()
1778 page->index = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1792 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r2t()
1812 origin = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1819 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_r2t) in gmap_shadow_r2t()
1862 page->index = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1876 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r3t()
1896 origin = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1903 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_r3t) in gmap_shadow_r3t()
1946 page->index = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1960 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_sgt()
1980 origin = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1987 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_sgt) in gmap_shadow_sgt()