pte_isclear
#define pte_write(pte) (pte_isclear((pte), L_PTE_RDONLY))
#define pte_exec(pte) (pte_isclear((pte), L_PTE_XN))