Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
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)
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)
A Dpte-40x.h75 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
76 #define _PAGE_BASE (_PAGE_BASE_NC)
A Dpte-8xx.h77 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
78 #define _PAGE_BASE (_PAGE_BASE_NC)
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
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)
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)
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
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)
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h135 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
136 #define _PAGE_BASE (_PAGE_BASE_NC)
158 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_TOLERANT)
159 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)

Completed in 13 milliseconds