Home
last modified time | relevance | path

Searched refs:nf (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpage.h372 uint32_t nf = new_flags & (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_NX_BIT); in perms_strictly_increased() local
376 nf ^= _PAGE_NX_BIT; in perms_strictly_increased()
379 return ((of | (of ^ nf)) == nf); in perms_strictly_increased()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c4972 int modify_xen_mappings(unsigned long s, unsigned long e, unsigned int nf) in modify_xen_mappings() argument
4982 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 …]
/xen-4.10.0-shim-comet/tools/
A Dconfigure1078 -nfp | --nfp | --nf)

Completed in 21 milliseconds