Home
last modified time | relevance | path

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

/arch/s390/mm/
Dgmap.c329 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
567 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
575 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
583 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
825 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
833 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
841 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
849 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
1789 if (!(*table & _REGION_ENTRY_INVALID)) { in gmap_shadow_r2t()
1799 _REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID; in gmap_shadow_r2t()
[all …]
Dfault.c133 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
142 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
151 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
Dpgalloc.c590 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()
618 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()
646 if (*rfte & _REGION_ENTRY_INVALID) { in base_region1_walk()
Dpageattr.c254 new = set_pud_bit(new, __pgprot(_REGION_ENTRY_INVALID)); in modify_pud_page()
Dpgtable.c548 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
/arch/s390/include/asm/
Dpgtable.h250 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
258 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
260 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
262 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
653 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()