Searched refs:nf (Results 1 – 3 of 3) sorted by relevance
372 uint32_t nf = new_flags & (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_NX_BIT); in perms_strictly_increased() local376 nf ^= _PAGE_NX_BIT; in perms_strictly_increased()379 return ((of | (of ^ nf)) == nf); in perms_strictly_increased()
4972 int modify_xen_mappings(unsigned long s, unsigned long e, unsigned int nf) in modify_xen_mappings() argument4982 nf &= FLAGS_MASK; in modify_xen_mappings()4994 ASSERT(!(nf & _PAGE_PRESENT)); in modify_xen_mappings()5008 l3_pgentry_t nl3e = !(nf & _PAGE_PRESENT) ? l3e_empty() in modify_xen_mappings()5010 (l3e_get_flags(*pl3e) & ~FLAGS_MASK) | nf); in modify_xen_mappings()5050 ASSERT(!(nf & _PAGE_PRESENT)); in modify_xen_mappings()5063 l2_pgentry_t nl2e = !(nf & _PAGE_PRESENT) ? l2e_empty() in modify_xen_mappings()5108 ASSERT(!(nf & _PAGE_PRESENT)); in modify_xen_mappings()5110 nl1e = !(nf & _PAGE_PRESENT) ? l1e_empty() in modify_xen_mappings()5112 (l1e_get_flags(*pl1e) & ~FLAGS_MASK) | nf); in modify_xen_mappings()[all …]
1078 -nfp | --nfp | --nf)
Completed in 19 milliseconds