Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A 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)
H A Dpte-fsl-booke.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.h75 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
76 #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)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpte-book3e.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)
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 | \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h58 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro
59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
78 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
79 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
/OK3568_Linux_fs/kernel/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)
157 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
159 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \