Home
last modified time | relevance | path

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

/hardware/intel/bootstub/
Dbootstub.c43 #define IMR6_START_ADDRESS IMR_START_ADDRESS(*((u32 *)0xff108160)) macro
330 vxe_fw_load_adrs = IMR6_START_ADDRESS + imr6_toc.entries[IMR_TOC_ENTRY_VXE_FW].start_offset; in vxe_fw_setup()
412 mb.drives_addr = IMR6_START_ADDRESS + imr6_toc.entries[IMR_TOC_ENTRY_XEN_EXTRA].start_offset; in xen_multiboot_setup()
500 if ((IMR6_END_ADDRESS > IMR6_START_ADDRESS) && (IMR7_END_ADDRESS > IMR7_START_ADDRESS)) { in bootstub()
501 imr_size = PAGE_ALIGN_FWD(IMR6_END_ADDRESS - IMR6_START_ADDRESS); in bootstub()
502 load_imr_toc(IMR6_START_ADDRESS, imr_size, &imr6_toc, sizeof(imr6_toc)); in bootstub()
504 sfi_add_e820_entry(bp, mb_mmap, IMR6_START_ADDRESS, imr_size, E820_RESERVED); in bootstub()