Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h136 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
139 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
141 #define _PAGE_BASE (_PAGE_BASE_NC)
185 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
187 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h152 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
153 #define _PAGE_BASE (_PAGE_BASE_NC)
193 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
195 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \