Searched refs:extra_bi_size (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/seL4/src/arch/x86/kernel/
H A Dboot.c268 word_t extra_bi_size = sizeof(seL4_BootInfoHeader); local
290 extra_bi_size += sizeof(seL4_X86_BootInfo_VBE);
293 extra_bi_size += sizeof(seL4_BootInfoHeader) + sizeof(*acpi_rsdp);
296 extra_bi_size += sizeof(seL4_BootInfoHeader) + sizeof(*fb_info);
300 extra_bi_size += mb_mmap_size;
303 extra_bi_size += sizeof(seL4_BootInfoHeader) + 4;
307 it_v_reg.end = ROUND_UP(extra_bi_frame_vptr + extra_bi_size, PAGE_BITS);
339 extra_bi_region = allocate_extra_bi_region(extra_bi_size);

Completed in 13 milliseconds