Home
last modified time | relevance | path

Searched refs:_REGION_ENTRY_INVALID (Results 1 – 6 of 6) sorted by relevance

/arch/s390/mm/
A Dgmap.c325 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 …]
A Dfault.c89 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()
A Dpgalloc.c301 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()
A Dpageattr.c252 new = set_pud_bit(new, __pgprot(_REGION_ENTRY_INVALID)); in modify_pud_page()
A Dpgtable.c529 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
/arch/s390/include/asm/
A Dpgtable.h271 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
279 #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