Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h101 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
103 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
105 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpte-85xx.h57 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
61 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpte-40x.h72 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
73 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpte-8xx.h77 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
78 #define _PAGE_BASE (_PAGE_BASE_NC)
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h85 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
87 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
89 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpgtable.h13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
14 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h97 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
98 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
117 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
118 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h136 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
137 #define _PAGE_BASE (_PAGE_BASE_NC)
159 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_TOLERANT)
160 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)