Home
last modified time | relevance | path

Searched refs:_PAGE_KERNEL_RW (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h72 #ifndef _PAGE_KERNEL_RW
73 #define _PAGE_KERNEL_RW (_PAGE_PRIVILEGED | _PAGE_DIRTY | _PAGE_RW | \ macro
184 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
185 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
187 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpte-book3e.h53 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3e.c32 _PAGE_KERNEL_RW; in vmemmap_create_mapping()
Dpgtable-radix.c905 unsigned long flags = _PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_KERNEL_RW; in radix__vmemmap_create_mapping()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h121 #define _PAGE_KERNEL_RW (_PAGE_PRIVILEGED | _PAGE_RW | _PAGE_DIRTY) macro
192 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
193 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
195 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \