Searched refs:PAGE_RO_MASK (Results 1 – 2 of 2) sorted by relevance
90 #define PAGE_RO_MASK(x) (((x) >> _PAGE_RO_BIT) & 0x1U) macro
1217 pte.pt.ro = PAGE_RO_MASK(flags); in xen_pt_update_entry()1256 if ( (flags & _PAGE_PRESENT) && !PAGE_RO_MASK(flags) && in xen_pt_update()
Completed in 6 milliseconds