Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/ !
Dlinux.c28 const void *linux_buffer, UINTN linux_length, in loaded_image_register() argument
35 assert(linux_buffer && linux_length > 0); in loaded_image_register()
41 .ImageBase = (void *) linux_buffer, in loaded_image_register()
115 const void *linux_buffer, UINTN linux_length, in linux_exec() argument
128 assert(linux_buffer && linux_length > 0); in linux_exec()
132 …err = pe_alignment_info(linux_buffer, &kernel_entry_address, &kernel_size_of_image, &kernel_alignm… in linux_exec()
153 CopyMem(new_buffer, linux_buffer, linux_length); in linux_exec()
Dlinux_x86.c126 const void *linux_buffer, UINTN linux_length, in linux_exec() argument
138 assert(linux_buffer); in linux_exec()
144 image_params = (const struct boot_params *) linux_buffer; in linux_exec()
166 …boot_params->hdr.code32_start = (UINT32) POINTER_TO_PHYSICAL_ADDRESS(linux_buffer) + (setup_sector… in linux_exec()
Dlinux.h9 const void *linux_buffer, UINTN linux_length,