Home
last modified time | relevance | path

Searched refs:FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_binloader.c113 #define FLAGS_MASK ((~ 0) & (~ XEN_MULTIBOOT_FLAG_ALIGN4K) & \ macro
174 if ( (image_info->flags & FLAGS_MASK) != FLAGS_REQUIRED ) in xc_dom_parse_bin_kernel()
179 __FUNCTION__, FLAGS_REQUIRED, image_info->flags & FLAGS_MASK); in xc_dom_parse_bin_kernel()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c4981 #define FLAGS_MASK (_PAGE_NX|_PAGE_RW|_PAGE_PRESENT) in modify_xen_mappings() macro
4982 nf &= FLAGS_MASK; in modify_xen_mappings()
5010 (l3e_get_flags(*pl3e) & ~FLAGS_MASK) | nf); in modify_xen_mappings()
5065 (l2e_get_flags(*pl2e) & ~FLAGS_MASK) | nf); in modify_xen_mappings()
5112 (l1e_get_flags(*pl1e) & ~FLAGS_MASK) | nf); in modify_xen_mappings()
5203 #undef FLAGS_MASK in modify_xen_mappings()

Completed in 11 milliseconds