Searched refs:_PAGE_SAO (Results 1 – 3 of 3) sorted by relevance
35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT) macro
29 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
31 #ifndef _PAGE_SAO32 #define _PAGE_SAO 0 macro