Lines Matching refs:i
192 int i; in efi_runtime_tobedetached() local
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()
203 int i; in efi_runtime_detach() local
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()
274 int i; in efi_set_virtual_address_map() local
280 for (i = 0; i < n; i++) { in efi_set_virtual_address_map()
282 (descriptor_size * i); in efi_set_virtual_address_map()
305 for (i = 0; i < n; i++) { in efi_set_virtual_address_map()
308 map = (void*)virtmap + (descriptor_size * i); in efi_set_virtual_address_map()