Searched refs:XEN_MULTIBOOT_FLAG_PAE_MASK (Results 1 – 1 of 1) sorted by relevance
110 #define XEN_MULTIBOOT_FLAG_PAE_MASK (3 << XEN_MULTIBOOT_FLAG_PAE_SHIFT) macro114 (~ XEN_MULTIBOOT_FLAG_PAE_MASK))221 pae_flags = image_info->flags & XEN_MULTIBOOT_FLAG_PAE_MASK; in xc_dom_parse_bin_kernel()
Completed in 2 milliseconds