Home
last modified time | relevance | path

Searched defs:PAGE_NONE (Results 1 – 11 of 11) 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/arm/include/asm/
H A Dpgtable-nommu.h34 #define PAGE_NONE __pgprot(0) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h124 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
/linux/arch/m68k/include/asm/
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/parisc/include/asm/
H A Dpgtable.h231 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h159 #define PAGE_NONE global() macro
/linux/arch/s390/include/asm/
H A Dpgtable.h449 #define PAGE_NONE __pgprot_page_mask(__PAGE_NONE) macro