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.c77 static struct efi_rt *efi_runtime; variable
226 efi_runtime = (efi_systbl->st_rt == 0) ? NULL : in efi_init()
228 if (efi_runtime == NULL) { in efi_init()
235 rtdm = efi_phys_to_kva((uintptr_t)efi_runtime); in efi_init()
251 efi_runtime = NULL; in efi_init()
277 if (efi_runtime == NULL) in efi_uninit()
285 efi_runtime = NULL; in efi_uninit()
292 if (efi_runtime == NULL) in rt_ok()
309 if (efi_runtime == NULL) in efi_enter()
593 efi_runtime))->method)
[all …]