Searched refs:ARM_PTE_MASK (Results 1 – 2 of 2) sorted by relevance
1554 #define ARM_PTE_MASK 0x0000ffffffffc000ULL /* mask for output address in PTE */ macro1559 #define ARM_PTE_MASK 0x0000fffffffff000ULL /* mask for output address in PTE */ macro
873 *ptep = (paddr & ARM_PTE_MASK) | in arm_replace_identity_map()