Searched refs:___DEF (Results 1 – 1 of 1) sorted by relevance
36 #define ___DEF (_PAGE_PRESENT | _PAGE_CACHEABLE) macro43 #define PAGE_U_NONE __pgprot(___DEF)44 #define PAGE_U_R __pgprot(___DEF | _PAGE_READ)45 #define PAGE_U_W_R __pgprot(___DEF | _PAGE_READ | _PAGE_WRITE)46 #define PAGE_U_X_R __pgprot(___DEF | _PAGE_READ | _PAGE_EXECUTE)47 #define PAGE_U_X_W_R __pgprot(___DEF \49 #define PAGE_KERNEL __pgprot(___DEF | _PAGE_GLOBAL \