Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/mm/
H A Dgmap.c324 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
761 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
769 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
777 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
785 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
1548 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()
1565 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r2t()
1628 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()
1645 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_r3t()
1708 *table &= ~_REGION_ENTRY_INVALID; in gmap_shadow_sgt()
[all …]
H A Dfault.c90 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()
99 if (entry & _REGION_ENTRY_INVALID) in dump_pagetable()
108 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
H A Dpgalloc.c309 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()
337 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()
365 if (*rfte & _REGION_ENTRY_INVALID) { in base_region1_walk()
H A Dpageattr.c252 new = set_pud_bit(new, __pgprot(_REGION_ENTRY_INVALID)); in modify_pud_page()
H A Dpgtable.c529 if (pud_val(old) & _REGION_ENTRY_INVALID) in pudp_flush_direct()
/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h271 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
279 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
281 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
284 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
734 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()