Searched refs:newmmio (Results 1 – 1 of 1) sorted by relevance
326 struct efi_runtime_mmio_list *newmmio; in efi_add_runtime_mmio() local331 newmmio = calloc(1, sizeof(*newmmio)); in efi_add_runtime_mmio()332 newmmio->ptr = mmio_ptr; in efi_add_runtime_mmio()333 newmmio->paddr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()334 newmmio->len = len; in efi_add_runtime_mmio()335 list_add_tail(&newmmio->link, &efi_runtime_mmio); in efi_add_runtime_mmio()