Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h12 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
13 #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 | \
Dpte-book3e.h53 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgtable.h14 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro
76 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
77 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
78 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h93 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro
Dpte-fsl-booke.h36 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro
Dpte-40x.h61 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE) macro
Dpte-8xx.h55 #define _PAGE_KERNEL_RW (_PAGE_SH | _PAGE_DIRTY) macro
/Linux-v5.4/arch/powerpc/mm/nohash/
Dbook3e_pgtable.c28 _PAGE_KERNEL_RW; in vmemmap_create_mapping()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h116 #define _PAGE_KERNEL_RW (_PAGE_PRIVILEGED | _PAGE_RW | _PAGE_DIRTY) macro
156 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
157 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
159 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dradix_pgtable.c898 unsigned long flags = _PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_KERNEL_RW; in radix__vmemmap_create_mapping()