Searched refs:newmmio (Results 1 – 1 of 1) sorted by relevance
765 struct efi_runtime_mmio_list *newmmio; in efi_add_runtime_mmio() local774 newmmio = calloc(1, sizeof(*newmmio)); in efi_add_runtime_mmio()775 if (!newmmio) in efi_add_runtime_mmio()777 newmmio->ptr = mmio_ptr; in efi_add_runtime_mmio()778 newmmio->paddr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()779 newmmio->len = len; in efi_add_runtime_mmio()780 list_add_tail(&newmmio->link, &efi_runtime_mmio); in efi_add_runtime_mmio()