Home
last modified time | relevance | path

Searched refs:PROT_NONE (Results 1 – 6 of 6) sorted by relevance

/arch/parisc/include/uapi/asm/
Dmman.h9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/arch/alpha/include/uapi/asm/
Dmman.h9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/arch/xtensa/include/uapi/asm/
Dmman.h25 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/arch/mips/include/uapi/asm/
Dmman.h18 #define PROT_NONE 0x00 /* page can not be accessed */ macro
/arch/s390/mm/
Dpgtable.c639 if ((pte_i && (prot != PROT_NONE)) || in ptep_force_prot()
646 if (prot == PROT_NONE && !pte_i) { in ptep_force_prot()
Dgmap.c973 if ((pmd_i && (prot != PROT_NONE)) || (pmd_p && (prot == PROT_WRITE))) in gmap_protect_pmd()
976 if (prot == PROT_NONE && !pmd_i) { in gmap_protect_pmd()