Searched refs:PAGE_XN_MASK (Results 1 – 2 of 2) sorted by relevance
89 #define PAGE_XN_MASK(x) (((x) >> _PAGE_XN_BIT) & 0x1U) macro
1218 pte.pt.xn = PAGE_XN_MASK(flags); in xen_pt_update_entry()1257 !PAGE_XN_MASK(flags) ) in xen_pt_update()
Completed in 6 milliseconds