Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/mm/
Dgmap.c317 if (*table & _REGION_ENTRY_INVALID) { in gmap_alloc_table()
555 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
563 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
571 if ((*table & _REGION_ENTRY_INVALID) && in __gmap_link()
813 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
821 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
829 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
837 if (*table & _REGION_ENTRY_INVALID) in gmap_table_walk()
1776 if (!(*table & _REGION_ENTRY_INVALID)) { in gmap_shadow_r2t()
1786 _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.c585 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()
613 if (*rste & _REGION_ENTRY_INVALID) { in base_region2_walk()
641 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()
/Linux-v6.6/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)
643 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; in pgd_none()