Searched refs:_REGION_ENTRY_INVALID (Results 1 – 6 of 6) sorted by relevance
325 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()719 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()727 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()735 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()743 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()1506 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()1523 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()1586 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()1603 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()1666 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_sgt()[all …]
89 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()98 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()107 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
301 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()329 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()357 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()
Completed in 22 milliseconds