Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpgtable.h288 #define _REGION3_ENTRY_LARGE 0x0400 /* RTTE-format control, large page */ macro
494 _REGION3_ENTRY_LARGE | \
501 _REGION3_ENTRY_LARGE | \
507 _REGION3_ENTRY_LARGE | \
764 return !!(pud_val(pud) & _REGION3_ENTRY_LARGE); in pud_leaf()
/linux/arch/s390/mm/
H A Dhugetlbpage.c157 rste |= _REGION3_ENTRY_LARGE; in __set_huge_pte_at()
H A Dfault.c136 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
H A Dgmap.c1943 BUG_ON(!gmap_is_shadow(sg) || (sgt & _REGION3_ENTRY_LARGE)); in gmap_shadow_sgt()