PTE_ADDR_LOW
#define PHYS_TO_PTE_ADDR_MASK (PTE_ADDR_LOW | PTE_ADDR_HIGH)
return (pte_val(pte) & PTE_ADDR_LOW) |
return pte_val(pte) & PTE_ADDR_LOW;