Searched refs:efi_current_var (Results 1 – 1 of 1) sorted by relevance
20 static struct efi_var_entry __efi_runtime_data *efi_current_var; variable58 efi_current_var = var; in efi_var_mem_compare()80 if (efi_current_var && in efi_var_mem_find()81 efi_var_mem_compare(efi_current_var, guid, name, next)) { in efi_var_mem_find()84 return efi_current_var; in efi_var_mem_find()119 if (var <= efi_current_var) in efi_var_mem_del()120 efi_current_var = NULL; in efi_var_mem_del()241 efi_current_var = NULL; in efi_var_mem_notify_virtual_address_map()
Completed in 3 milliseconds