Searched refs:_REGION_ENTRY_TYPE_MASK (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/mm/
H A Dhugetlbpage.c79 if ((rste & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3)
131 if ((rste & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) {
155 if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) {
184 if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3)
H A Ddump_pagetables.c291 max_addr = (S390_lowcore.kernel_asce.val & _REGION_ENTRY_TYPE_MASK) >> 2;
H A Dgmap.c334 (*table & _REGION_ENTRY_TYPE_MASK);
/linux-master/arch/s390/include/asm/
H A Dhugetlb.h51 if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3)
H A Dpgtable.h252 #define _REGION_ENTRY_TYPE_MASK 0x0c /* region table type mask */ macro
630 return (pgd_val(pgd) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R1;
649 if ((pgd_val(pgd) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R1)
664 return (p4d_val(p4d) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R2;
691 return (pud_val(pud) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R3;
711 if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) != _REGION_ENTRY_TYPE_R3)
731 unsigned long type = pud_val(pud) & _REGION_ENTRY_TYPE_MASK;
742 unsigned long type = p4d_val(p4d) & _REGION_ENTRY_TYPE_MASK;
951 if ((pgd_val(*pgd) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R1)
957 if ((p4d_val(*p4d) & _REGION_ENTRY_TYPE_MASK)
[all...]

Completed in 126 milliseconds