Searched refs:newmmio (Results 1 – 1 of 1) sorted by relevance
540 struct efi_runtime_mmio_list *newmmio; in efi_add_runtime_mmio() local549 newmmio = calloc(1, sizeof(*newmmio)); in efi_add_runtime_mmio()550 if (!newmmio) in efi_add_runtime_mmio()552 newmmio->ptr = mmio_ptr; in efi_add_runtime_mmio()553 newmmio->paddr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()554 newmmio->len = len; in efi_add_runtime_mmio()555 list_add_tail(&newmmio->link, &efi_runtime_mmio); in efi_add_runtime_mmio()