Lines Matching refs:efi_runtime
66 static struct efi_rt *efi_runtime; variable
187 efi_runtime = (efi_systbl->st_rt == 0) ? NULL : in efi_init()
189 if (efi_runtime == NULL) { in efi_init()
205 rtdm = (struct efi_rt *)efi_phys_to_kva((uintptr_t)efi_runtime); in efi_init()
211 efi_runtime = NULL; in efi_init()
225 if (efi_runtime == NULL) in efi_uninit()
231 efi_runtime = NULL; in efi_uninit()
240 if (efi_runtime == NULL) in efi_rt_ok()
252 if (efi_runtime == NULL) in efi_enter()
367 efi_runtime))->method)
375 if (efi_runtime == NULL) in efi_get_time_locked()
392 if (efi_runtime == NULL) in efi_get_time()
412 if (efi_runtime == NULL) in efi_get_time_capabilities()
425 if (efi_runtime == NULL) in efi_reset_system()
444 if (efi_runtime == NULL) in efi_set_time_locked()
459 if (efi_runtime == NULL) in efi_set_time()
473 if (efi_runtime == NULL) in efi_var_get()
492 if (efi_runtime == NULL) in efi_var_nextname()
510 if (efi_runtime == NULL) in efi_var_set()