tag | line | file | source code |
SRMMU_ET_PTD | 121 | arch/sparc/mm/srmmu.c | int srmmu_pmd_present(pmd_t pmd) { return pmd_val(pmd) & SRMMU_ET_PTD; } |
SRMMU_ET_PTD | 136 | arch/sparc/mm/srmmu.c | int srmmu_pgd_present(pgd_t pgd) { return pgd_val(pgd) & SRMMU_ET_PTD; } |
SRMMU_ET_PTD | 195 | arch/sparc/mm/srmmu.c | pgd_val(*pgdp) = ((page & SRMMU_PTD_PTP_MASK) | SRMMU_ET_PTD); |
SRMMU_ET_PTD | 205 | arch/sparc/mm/srmmu.c | pmd_val(*pmdp) = ((page & SRMMU_PTD_PTP_MASK) | SRMMU_ET_PTD); |
SRMMU_ET_PTD | 50 | include/asm-sparc/pgtsrmmu.h | #define _SRMMU_PMD_VALID (SRMMU_ET_PTD) |
SRMMU_ET_PTD | 51 | include/asm-sparc/pgtsrmmu.h | #define _SRMMU_PGD_VALID (SRMMU_ET_PTD) |
SRMMU_ET_PTD | 70 | include/asm-sparc/pgtsrmmu.h | #define _SRMMU_PMD_CHG_MASK (SRMMU_ET_PTD) |
SRMMU_ET_PTD | 71 | include/asm-sparc/pgtsrmmu.h | #define _SRMMU_PGD_CHG_MASK (SRMMU_ET_PTD) |