PTE_SHARED
#define PTE_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */
#define PTE_SHARED (UL(3) << 8) /* SH[1:0], inner shareable */