Lines Matching refs:_REGION_ENTRY_ORIGIN
560 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
568 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
576 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
816 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
824 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
832 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1369 pgt = (unsigned long *)(sgt[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_sgt()
1393 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1398 sgt = (unsigned long *)(*r3e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_sgt()
1424 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
1426 sgt = (unsigned long *)(r3t[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_r3t()
1450 if (!r2e || !(*r2e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r3t()
1455 r3t = (unsigned long *)(*r2e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_r3t()
1481 if (!(r2t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r2t()
1483 r3t = (unsigned long *)(r2t[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_r2t()
1507 if (!r1e || !(*r1e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r2t()
1512 r2t = (unsigned long *)(*r1e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_r2t()
1539 if (!(r1t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r1t()
1541 r2t = (unsigned long *)(r1t[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_r1t()
1753 page->index = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1767 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r2t()
1787 origin = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1794 if (!table || (*table & _REGION_ENTRY_ORIGIN) != in gmap_shadow_r2t()
1837 page->index = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1851 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r3t()
1871 origin = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1878 if (!table || (*table & _REGION_ENTRY_ORIGIN) != in gmap_shadow_r3t()
1921 page->index = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1935 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_sgt()
1955 origin = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1962 if (!table || (*table & _REGION_ENTRY_ORIGIN) != in gmap_shadow_sgt()