Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dmman.h31 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
Dpte-common.h32 #ifndef _PAGE_SAO
33 #define _PAGE_SAO 0 macro
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h26 #define _PAGE_SAO 0x00010 /* Strong access order */ macro
127 #define PAGE_PROT_BITS (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT | \
/arch/powerpc/mm/
Dhash_utils_64.c227 else if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_SAO) in htab_convert_pte_flags()