Searched refs:PROT_NONE (Results 1 – 6 of 6) sorted by relevance
9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
25 #define PROT_NONE 0x0 /* page can not be accessed */ macro
18 #define PROT_NONE 0x00 /* page can not be accessed */ macro
639 if ((pte_i && (prot != PROT_NONE)) || in ptep_force_prot()646 if (prot == PROT_NONE && !pte_i) { in ptep_force_prot()
973 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()