Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h93 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
97 #define _PAGE_BASE (_PAGE_BASE_NC)
Dpte-85xx.h49 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
51 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
53 #define _PAGE_BASE (_PAGE_BASE_NC)
Dpte-8xx.h77 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_SPS) macro
79 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
82 #define _PAGE_BASE (_PAGE_BASE_NC)
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpte-e500.h80 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_TSIZE_4K) macro
82 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
84 #define _PAGE_BASE (_PAGE_BASE_NC)
Dpgtable.h24 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
25 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h84 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
91 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
92 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h134 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
135 #define _PAGE_BASE (_PAGE_BASE_NC)
141 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_TOLERANT)
142 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)