Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c158 static const struct efi_runtime_detach_list_struct efi_runtime_detach_list[] = { variable
194 for (i = 0; i < ARRAY_SIZE(efi_runtime_detach_list); i++) in efi_runtime_tobedetached()
195 if (efi_runtime_detach_list[i].ptr == p) in efi_runtime_tobedetached()
206 for (i = 0; i < ARRAY_SIZE(efi_runtime_detach_list); i++) { in efi_runtime_detach()
207 ulong patchto = (ulong)efi_runtime_detach_list[i].patchto; in efi_runtime_detach()
208 ulong *p = efi_runtime_detach_list[i].ptr; in efi_runtime_detach()