Searched refs:L_PTE_EXEC (Results 1 – 1 of 1) sorted by relevance
163 #define L_PTE_EXEC (1 << 6) macro175 #define _L_PTE_READ L_PTE_USER | L_PTE_EXEC243 #define pte_exec(pte) (pte_val(pte) & L_PTE_EXEC)263 PTE_BIT_FUNC(exprotect, &= ~L_PTE_EXEC);264 PTE_BIT_FUNC(mkexec, |= L_PTE_EXEC);344 const unsigned long mask = L_PTE_EXEC | L_PTE_WRITE | L_PTE_USER; in pte_modify()