Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/ !
H A Dpgtable-masks.h23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) 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/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/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.h170 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro
191 # define PAGE_NONE __pgprot(0) macro
/linux/arch/arm64/include/asm/ !
H A Dpgtable-prot.h122 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… 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/microblaze/include/asm/ !
H A Dpgtable.h193 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
/linux/arch/sparc/include/asm/ !
H A Dpgtable_32.h53 #define PAGE_NONE SRMMU_PAGE_NONE 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/x86/include/asm/ !
H A Dpgtable_types.h205 #define PAGE_NONE __pg( 0| 0| 0|___A| 0| 0| 0|___G) macro
/linux/arch/riscv/include/asm/ !
H A Dpgtable.h178 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ) macro