Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h21 #define _PAGE_SAO 0x00010 /* Strong access order */ macro
763 #define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c609 else if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_SAO) in htab_convert_pte_flags()