Searched refs:___DEF (Results 1 – 1 of 1) sorted by relevance
39 #define ___DEF (_PAGE_PRESENT | _PAGE_CACHEABLE) macro46 #define PAGE_U_NONE __pgprot(___DEF)47 #define PAGE_U_R __pgprot(___DEF | _PAGE_READ)48 #define PAGE_U_W_R __pgprot(___DEF | _PAGE_READ | _PAGE_WRITE)49 #define PAGE_U_X_R __pgprot(___DEF | _PAGE_READ | _PAGE_EXECUTE)50 #define PAGE_U_X_W_R __pgprot(___DEF \52 #define PAGE_KERNEL __pgprot(___DEF | _PAGE_GLOBAL \