Searched refs:lf2_dp (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | zboot.c | 170 efi_device_path_protocol_t *parent_dp, *dpp, *lf2_dp, *li_dp; in efi_zboot_entry() local 225 lf2_dp = memcpy(dp_alloc, parent_dp, dp_len); in efi_zboot_entry() 226 dpp = (void *)((u8 *)lf2_dp + dp_len); in efi_zboot_entry() 235 li_dp = memcpy(dpp, lf2_dp, dp_len); in efi_zboot_entry() 244 &EFI_DEVICE_PATH_PROTOCOL_GUID, lf2_dp, in efi_zboot_entry() 287 &EFI_DEVICE_PATH_PROTOCOL_GUID, lf2_dp, in efi_zboot_entry()
|