Searched refs:efi_runtime_detach_list (Results 1 – 1 of 1) sorted by relevance
158 static const struct efi_runtime_detach_list_struct efi_runtime_detach_list[] = { variable194 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()