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
228 efi_runtime = (efi_systbl->st_rt == 0) ? NULL : in efi_init()
230 if (efi_runtime == NULL) { in efi_init()
246 rtdm = (struct efi_rt *)efi_phys_to_kva((uintptr_t)efi_runtime); in efi_init()
252 efi_runtime = NULL; in efi_init()
272 if (efi_runtime == NULL) in efi_uninit()
280 efi_runtime = NULL; in efi_uninit()
289 if (efi_runtime == NULL) in rt_ok()
306 if (efi_runtime == NULL) in efi_enter()
590 efi_runtime))->method)
[all …]