Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h259 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
267 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
269 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
271 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
444 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()
455 ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & in pgd_bad()
471 return (pud_val(pud) & _REGION_ENTRY_INVALID) != 0UL; in pud_none()
489 ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & in pud_bad()
/linux-4.4.14/arch/s390/mm/
Dfault.c140 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
149 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
158 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
Dpgtable.c260 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
485 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
493 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
501 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()