Home
last modified time | relevance | path

Searched refs:_REGION3_ENTRY_LARGE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/s390/mm/
H A Dhugetlbpage.c172 rste |= _REGION3_ENTRY_LARGE; in __set_huge_pte_at()
H A Dfault.c108 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
H A Dgmap.c1680 BUG_ON(!gmap_is_shadow(sg) || (sgt & _REGION3_ENTRY_LARGE)); in gmap_shadow_sgt()
/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h292 #define _REGION3_ENTRY_LARGE 0x0400 /* RTTE-format control, large page */ macro
530 _REGION3_ENTRY_LARGE | \
538 _REGION3_ENTRY_LARGE | \
803 return (pud_present(pud) && (pud_val(pud) & _REGION3_ENTRY_LARGE) != 0); in pud_leaf()