Home
last modified time | relevance | path

Searched defs:PAGE_NONE (Results 1 – 20 of 20) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable-masks.h23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h176 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro
239 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro
275 #define PAGE_NONE __pgprot(0) macro
/linux/arch/m68k/include/asm/
H A Dpgtable_no.h25 #define PAGE_NONE __pgprot(0) macro
H A Dsun3_pgtable.h45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
H A Dmotorola_pgtable.h76 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits) macro
H A Dmcf_pgtable.h66 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h34 #define PAGE_NONE __pgprot(0) macro
H A Dpgtable.h93 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h169 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro
190 # define PAGE_NONE __pgprot(0) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h80 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
/linux/arch/csky/include/asm/
H A Dpgtable.h55 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h109 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
/linux/arch/um/include/asm/
H A Dpgtable.h63 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h102 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h192 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h160 #define PAGE_NONE __pgprot(_PAGE_ALL) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h53 #define PAGE_NONE SRMMU_PAGE_NONE macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h231 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h178 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h469 #define PAGE_NONE __pgprot_page_mask(__PAGE_NONE) macro