Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c279 static const struct efi_runtime_detach_list_struct efi_runtime_detach_list[] = { variable
324 for (i = 0; i < ARRAY_SIZE(efi_runtime_detach_list); i++) in efi_runtime_tobedetached()
325 if (efi_runtime_detach_list[i].ptr == p) in efi_runtime_tobedetached()
336 for (i = 0; i < ARRAY_SIZE(efi_runtime_detach_list); i++) { in efi_runtime_detach()
337 ulong patchto = (ulong)efi_runtime_detach_list[i].patchto; in efi_runtime_detach()
338 ulong *p = efi_runtime_detach_list[i].ptr; in efi_runtime_detach()