Home
last modified time | relevance | path

Searched defs:PAGE_KERNEL (Results 1 – 14 of 14) sorted by relevance

/linux/arch/sh/include/asm/
H A Dpgtable_32.h214 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
256 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \ macro
282 #define PAGE_KERNEL __pgprot(0) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h38 #define PAGE_KERNEL __pgprot(0) macro
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h52 #define PAGE_KERNEL __pgprot(___DEF | _PAGE_GLOBAL \ macro
/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h108 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h118 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h58 #define PAGE_KERNEL __pgprot(SUN3_PAGE_VALID \ macro
H A Dmotorola_pgtable.h80 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits) macro
H A Dmcf_pgtable.h79 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \ macro
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h23 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h90 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h180 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) global() macro
1249 #define PAGE_KERNEL global() macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h241 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h139 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h455 #define PAGE_KERNEL __pgprot_page_mask(__PAGE_KERNEL) macro