Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgtable.h258 #define _REGION3_ENTRY_LARGE 0x0400 /* RTTE-format control, large page */ macro
485 _REGION3_ENTRY_LARGE | \
492 _REGION3_ENTRY_LARGE | \
682 return !!(pud_val(pud) & _REGION3_ENTRY_LARGE); in pud_large()
/arch/s390/mm/
Dhugetlbpage.c164 rste |= _REGION3_ENTRY_LARGE; in set_huge_pte_at()
Dfault.c140 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
Dgmap.c1911 BUG_ON(!gmap_is_shadow(sg) || (sgt & _REGION3_ENTRY_LARGE)); in gmap_shadow_sgt()