Searched refs:PAGE_XN_MASK (Results 1 – 2 of 2) sorted by relevance
85 #define PAGE_XN_MASK(x) (((x) >> _PAGE_XN_BIT) & 0x1U) macro
1026 pte.pt.xn = PAGE_XN_MASK(flags); in create_xen_entries()1045 pte.pt.xn = PAGE_XN_MASK(flags); in create_xen_entries()
Completed in 5 milliseconds