Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dgmap.c331 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
569 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
577 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
585 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
827 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
835 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
843 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
851 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
1791 if (!(*table & _REGION_ENTRY_INVALID)) { in gmap_shadow_r2t()
1801 _REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID; in gmap_shadow_r2t()
[all …]
H A Dpgalloc.c352 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()
380 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()
408 if (*rfte & _REGION_ENTRY_INVALID) { in base_region1_walk()
H A Dfault.c119 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()
128 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()
137 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
H A Dpageattr.c254 new = set_pud_bit(new, __pgprot(_REGION_ENTRY_INVALID)); in modify_pud_page()
H A Dpgtable.c539 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
/linux/arch/s390/include/asm/
H A Dpgtable.h269 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
277 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
279 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
281 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
695 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()