Searched refs:_PAGE_AR_RX (Results 1 – 1 of 1) sorted by relevance
46 #define _PAGE_AR_RX (1 << 9) /* read & execute */ macro141 #define PAGE_COPY_EXEC __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX)144 #define PAGE_KERNELRX __pgprot(__ACCESS_BITS | _PAGE_PL_0 | _PAGE_AR_RX)169 #define __P101 __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX)178 #define __S101 __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX)292 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0)318 ((pte_val(pte) & (_PAGE_P | _PAGE_PL_MASK | _PAGE_AR_RX)) == \319 (_PAGE_P | _PAGE_PL_3 | _PAGE_AR_RX))
Completed in 4 milliseconds