Lines Matching refs:_REGION_ENTRY_ORIGIN
573 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
581 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
589 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
829 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
837 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
845 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1390 pgt = sgt[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_sgt()
1415 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1420 sgt = *r3e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_sgt()
1446 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
1448 sgt = r3t[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_r3t()
1473 if (!r2e || !(*r2e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r3t()
1478 r3t = *r2e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_r3t()
1504 if (!(r2t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r2t()
1506 r3t = r2t[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_r2t()
1531 if (!r1e || !(*r1e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r2t()
1536 r2t = *r1e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_r2t()
1564 if (!(r1t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r1t()
1566 r2t = r1t[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_r1t()
1780 page->index = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1794 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r2t()
1814 origin = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1821 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_r2t) in gmap_shadow_r2t()
1864 page->index = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1878 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r3t()
1898 origin = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1905 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_r3t) in gmap_shadow_r3t()
1948 page->index = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1962 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_sgt()
1982 origin = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1989 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_sgt) in gmap_shadow_sgt()