Home
last modified time | relevance | path

Searched refs:_PAGE_SAO (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dpte-hash64.h35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT) macro
Dmman.h29 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
Dpte-common.h31 #ifndef _PAGE_SAO
32 #define _PAGE_SAO 0 macro