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

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h96 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
98 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
100 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpte-85xx.h52 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
54 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
56 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpte-40x.h67 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
68 #define _PAGE_BASE (_PAGE_BASE_NC)
H A Dpte-8xx.h82 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
83 #define _PAGE_BASE (_PAGE_BASE_NC)
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h92 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro
94 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
96 #define _PAGE_BASE (_PAGE_BASE_NC)
H A 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-master/arch/powerpc/include/asm/book3s/32/
H A 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-master/arch/powerpc/include/asm/book3s/64/
H A 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)

Completed in 133 milliseconds