Searched refs:_REGION_ENTRY_INVALID (Results 1 – 5 of 5) sorted by relevance
317 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()556 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()564 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()572 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()814 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()822 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()830 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()838 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()1771 if (!(*table & _REGION_ENTRY_INVALID)) { in gmap_shadow_r2t()1781 _REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID; in gmap_shadow_r2t()[all …]
543 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()571 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()599 if (*rfte & _REGION_ENTRY_INVALID) { in base_region1_walk()
117 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()126 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()135 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
523 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
245 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro253 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)255 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)257 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)632 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()