Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h253 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
261 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
263 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
265 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
432 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()
443 ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & in pgd_bad()
459 return (pud_val(pud) & _REGION_ENTRY_INVALID) != 0UL; in pud_none()
477 ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & in pud_bad()
/linux-4.1.27/arch/s390/mm/
Dfault.c139 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
148 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
157 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
Dpgtable.c296 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
521 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
529 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
537 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()