Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dbook3s64.c64 .mask = _PAGE_NON_IDEMPOTENT,
65 .val = _PAGE_NON_IDEMPOTENT,
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h24 #define _PAGE_NON_IDEMPOTENT 0x00020 /* non idempotent memory */ macro
160 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)
697 #define _PAGE_SWP_EXCLUSIVE _PAGE_NON_IDEMPOTENT
792 #define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
798 _PAGE_NON_IDEMPOTENT); in pgprot_noncached()
827 ((pte_v & cpu_to_be64(_PAGE_CACHE_CTL)) == cpu_to_be64(_PAGE_NON_IDEMPOTENT))) in pte_ci()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c333 else if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_NON_IDEMPOTENT) in htab_convert_pte_flags()