Searched refs:_PAGE_XN_BIT (Results 1 – 1 of 1) sorted by relevance
85 #define _PAGE_XN_BIT 3 macro87 #define _PAGE_XN (1U << _PAGE_XN_BIT)89 #define PAGE_XN_MASK(x) (((x) >> _PAGE_XN_BIT) & 0x1U)
Completed in 2 milliseconds