Searched refs:L_PTE_USER (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dpgtable.h161 #define L_PTE_USER (1 << 4) macro
175 #define _L_PTE_READ L_PTE_USER | L_PTE_EXEC
241 #define pte_read(pte) (pte_val(pte) & L_PTE_USER)
259 /*PTE_BIT_FUNC(rdprotect, &= ~L_PTE_USER);*/
260 /*PTE_BIT_FUNC(mkread, |= L_PTE_USER);*/
344 const unsigned long mask = L_PTE_EXEC | L_PTE_WRITE | L_PTE_USER;

Completed in 54 milliseconds