Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dmultiboot.h121 u32 length_high; member
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dreloc.c201 mmap_dst[i].length_high = (u32)(mmap_src->len >> 32); in mbi2_reloc()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c854 if ( (map->base_addr_high == 0) && (map->length_high != 0) ) in __start_xen()
862 map->length_high = 0; in __start_xen()
868 ((u64)map->length_high << 32) | (u64)map->length_low; in __start_xen()

Completed in 7 milliseconds