Searched refs:PAGE_RO_MASK (Results 1 – 2 of 2) sorted by relevance
86 #define PAGE_RO_MASK(x) (((x) >> _PAGE_RO_BIT) & 0x1U) macro
1025 pte.pt.ro = PAGE_RO_MASK(flags); in create_xen_entries()1044 pte.pt.ro = PAGE_RO_MASK(flags); in create_xen_entries()
Completed in 6 milliseconds