Searched refs:newmmio (Results 1 – 1 of 1) sorted by relevance
377 struct efi_runtime_mmio_list *newmmio; in efi_add_runtime_mmio() local386 newmmio = calloc(1, sizeof(*newmmio)); in efi_add_runtime_mmio()387 if (!newmmio) in efi_add_runtime_mmio()389 newmmio->ptr = mmio_ptr; in efi_add_runtime_mmio()390 newmmio->paddr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()391 newmmio->len = len; in efi_add_runtime_mmio()392 list_add_tail(&newmmio->link, &efi_runtime_mmio); in efi_add_runtime_mmio()