Home
last modified time | relevance | path

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

/freebsd/sys/dev/efidev/
H A Defirt.c78 static struct efi_rt *efi_runtime; variable
222 efi_runtime = (efi_systbl->st_rt == 0) ? NULL : in efi_init()
224 if (efi_runtime == NULL) { in efi_init()
240 rtdm = (struct efi_rt *)efi_phys_to_kva((uintptr_t)efi_runtime); in efi_init()
246 efi_runtime = NULL; in efi_init()
266 if (efi_runtime == NULL) in efi_uninit()
274 efi_runtime = NULL; in efi_uninit()
283 if (efi_runtime == NULL) in rt_ok()
300 if (efi_runtime == NULL) in efi_enter()
546 efi_runtime))->method)
[all …]