Searched refs:image (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | efi.c | 133 static char *efi_convert_cmdline(struct efi_loaded_image_64 *image, int *cmd_line_len) in efi_convert_cmdline() argument 137 int options_chars = image->load_options_size; in efi_convert_cmdline() 138 const u16 *options = image->load_options; in efi_convert_cmdline() 211 static void efi_load_image(efi_handle_t handle, struct efi_loaded_image_64 *image, void **data, in efi_load_image() argument 223 status = efi_bs_call(handle_protocol, image->device_handle, &file_system_proto_guid, in efi_load_image() 300 static void* efi_get_var(efi_handle_t handle, struct efi_loaded_image_64 *image, efi_char16_t *var) in efi_get_var() argument 316 static void *efi_get_fdt(efi_handle_t handle, struct efi_loaded_image_64 *image) in efi_get_fdt() argument 323 val = efi_get_var(handle, image, var); in efi_get_fdt() 325 efi_load_image(handle, image, &fdt, &fdtsize, val); in efi_get_fdt() 335 static void *efi_get_fdt(efi_handle_t handle, struct efi_loaded_image_64 *image) in efi_get_fdt() argument [all …]
|
/kvm-unit-tests/arm/efi/ |
H A D | reloc_aarch64.c | 40 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate() argument
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 5 test cases by specifying an executable (target image) under the <arch>/
|
/kvm-unit-tests/ |
H A D | configure | 109 a PVM image with 'genprotimg' (s390x only)
|