Lines Matching refs:_REGION_ENTRY_ORIGIN
561 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
569 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
577 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
806 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
814 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
822 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1359 pgt = (unsigned long *)(sgt[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_sgt()
1383 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1388 sgt = (unsigned long *)(*r3e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_sgt()
1414 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
1416 sgt = (unsigned long *)(r3t[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_r3t()
1440 if (!r2e || !(*r2e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r3t()
1445 r3t = (unsigned long *)(*r2e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_r3t()
1471 if (!(r2t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r2t()
1473 r3t = (unsigned long *)(r2t[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_r2t()
1497 if (!r1e || !(*r1e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_r2t()
1502 r2t = (unsigned long *)(*r1e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_r2t()
1529 if (!(r1t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r1t()
1531 r2t = (unsigned long *)(r1t[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_r1t()
1743 page->index = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1757 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r2t()
1777 origin = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t()
1784 if (!table || (*table & _REGION_ENTRY_ORIGIN) != in gmap_shadow_r2t()
1827 page->index = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1841 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_r3t()
1860 origin = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t()
1867 if (!table || (*table & _REGION_ENTRY_ORIGIN) != in gmap_shadow_r3t()
1910 page->index = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1924 } else if (*table & _REGION_ENTRY_ORIGIN) { in gmap_shadow_sgt()
1944 origin = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt()
1951 if (!table || (*table & _REGION_ENTRY_ORIGIN) != in gmap_shadow_sgt()