Searched refs:_REGION_ENTRY_INVALID (Results 1 – 5 of 5) sorted by relevance
317 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()813 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()821 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()829 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()837 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()1792 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()1809 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()1876 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()1893 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()1960 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_sgt()[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()
135 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()144 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()153 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
548 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
254 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro262 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)264 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)266 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)647 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()
Completed in 21 milliseconds