Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/ptdump/
Dbook3s64.c64 .mask = _PAGE_NON_IDEMPOTENT,
65 .val = _PAGE_NON_IDEMPOTENT,
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h22 #define _PAGE_NON_IDEMPOTENT 0x00020 /* non idempotent memory */ macro
142 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)
672 #define _PAGE_SWP_EXCLUSIVE _PAGE_NON_IDEMPOTENT
767 #define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
773 _PAGE_NON_IDEMPOTENT); in pgprot_noncached()
802 ((pte_v & cpu_to_be64(_PAGE_CACHE_CTL)) == cpu_to_be64(_PAGE_NON_IDEMPOTENT))) in pte_ci()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_utils.c340 else if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_NON_IDEMPOTENT) in htab_convert_pte_flags()