Searched refs:setup_data_offset (Results 1 – 1 of 1) sorted by relevance
641 int dtb_size, setup_data_offset; in x86_load_linux() local934 setup_data_offset = QEMU_ALIGN_UP(kernel_size, 16); in x86_load_linux()935 kernel_size = setup_data_offset + sizeof(struct setup_data) + dtb_size; in x86_load_linux()938 stq_le_p(header + 0x250, prot_addr + setup_data_offset); in x86_load_linux()940 setup_data = (struct setup_data *)(kernel + setup_data_offset); in x86_load_linux()