Home
last modified time | relevance | path

Searched refs:_REGION3_ENTRY_LARGE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h260 #define _REGION3_ENTRY_LARGE 0x0400 /* RTTE-format control, large page */ macro
485 _REGION3_ENTRY_LARGE | \
492 _REGION3_ENTRY_LARGE | \
692 return !!(pud_val(pud) & _REGION3_ENTRY_LARGE); in pud_large()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h267 #define _REGION3_ENTRY_LARGE 0x0400 /* RTTE-format control, large page */ macro
473 _REGION3_ENTRY_LARGE | \
480 _REGION3_ENTRY_LARGE | \
486 _REGION3_ENTRY_LARGE | \
712 return !!(pud_val(pud) & _REGION3_ENTRY_LARGE); in pud_large()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dhugetlbpage.c164 rste |= _REGION3_ENTRY_LARGE; in set_huge_pte_at()
H A Dfault.c140 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
H A Dgmap.c1911 BUG_ON(!gmap_is_shadow(sg) || (sgt & _REGION3_ENTRY_LARGE)); in gmap_shadow_sgt()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dhugetlbpage.c157 rste |= _REGION3_ENTRY_LARGE; in __set_huge_pte_at()
H A Dfault.c151 if (*table & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE)) in dump_pagetable()
H A Dgmap.c1941 BUG_ON(!gmap_is_shadow(sg) || (sgt & _REGION3_ENTRY_LARGE)); in gmap_shadow_sgt()

Completed in 17 milliseconds