Searched refs:_REGION_ENTRY_INVALID (Results 1 – 6 of 6) sorted by relevance
324 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()761 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()769 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()777 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()785 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()1548 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()1565 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()1628 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()1645 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()1708 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_sgt()[all …]
90 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()99 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()108 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
309 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()337 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()365 if (*rfte & _REGION_ENTRY_INVALID) { in base_region1_walk()
252 new = set_pud_bit(new, __pgprot(_REGION_ENTRY_INVALID)); in modify_pud_page()
529 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
271 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro279 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)281 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)284 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)734 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()