Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h111 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
113 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
115 #define _PAGE_BASE (_PAGE_BASE_NC)
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)
Dpte-40x.h75 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
76 #define _PAGE_BASE (_PAGE_BASE_NC)
Dpte-8xx.h77 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
78 #define _PAGE_BASE (_PAGE_BASE_NC)
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dpte-e500.h86 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
88 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
90 #define _PAGE_BASE (_PAGE_BASE_NC)
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-v6.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h94 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
114 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
115 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/
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)