Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dhugetlbpage.c79 if ((rste & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) in __rste_to_pte()
131 if ((rste & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) { in clear_huge_pte_skeys()
155 if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) { in __set_huge_pte_at()
158 rste |= _REGION_ENTRY_TYPE_R3; in __set_huge_pte_at()
184 if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) in huge_ptep_get_and_clear()
H A Dgmap.c1967 _REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID; in gmap_shadow_sgt()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h254 #define _REGION_ENTRY_TYPE_R3 0x04 /* region third table type */ macro
261 #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH)
472 #define REGION3_KERNEL __pgprot(_REGION_ENTRY_TYPE_R3 | \
479 #define REGION3_KERNEL_RO __pgprot(_REGION_ENTRY_TYPE_R3 | \
485 #define REGION3_KERNEL_EXEC __pgprot(_REGION_ENTRY_TYPE_R3 | \
700 return (pud_val(pud) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R3; in pud_folded()
720 if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) != _REGION_ENTRY_TYPE_R3) in pud_large()
742 if (type > _REGION_ENTRY_TYPE_R3 || pud_leaf(pud)) in pud_bad()
744 if (type < _REGION_ENTRY_TYPE_R3) in pud_bad()
971 if ((pud_val(*pud) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) in pud_clear()
[all …]
H A Dhugetlb.h51 if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) in huge_pte_clear()