Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/mm/
Dgmap.c318 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
557 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
565 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
573 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
804 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
812 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
820 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
828 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
1748 if (!(*table & _REGION_ENTRY_INVALID)) { in gmap_shadow_r2t()
1758 _REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID; in gmap_shadow_r2t()
[all …]
Dfault.c157 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
166 if (*table & _REGION_ENTRY_INVALID) in dump_pagetable()
175 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
Dpgalloc.c495 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()
523 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()
551 if (*rfte & _REGION_ENTRY_INVALID) { in base_region1_walk()
Dgup.c138 mask = (write ? _REGION_ENTRY_PROTECT : 0) | _REGION_ENTRY_INVALID; in gup_huge_pud()
Dpgtable.c489 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h240 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
248 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
250 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
252 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
586 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()
597 ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & in pgd_bad()