Searched refs:newmmio (Results 1 – 1 of 1) sorted by relevance
881 struct efi_runtime_mmio_list *newmmio; in efi_add_runtime_mmio() local889 newmmio = calloc(1, sizeof(*newmmio)); in efi_add_runtime_mmio()890 if (!newmmio) in efi_add_runtime_mmio()892 newmmio->ptr = mmio_ptr; in efi_add_runtime_mmio()893 newmmio->paddr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()894 newmmio->len = len; in efi_add_runtime_mmio()895 list_add_tail(&newmmio->link, &efi_runtime_mmio); in efi_add_runtime_mmio()
Completed in 8 milliseconds