Searched refs:of_bounce_virt (Results 1 – 1 of 1) sorted by relevance
166 static caddr_t of_bounce_virt; variable284 of_bounce_virt = temp; in ofw_real_bounce_alloc()286 of_bounce_phys = vtophys(of_bounce_virt); in ofw_real_bounce_alloc()308 if (of_bounce_virt == NULL) { in ofw_real_map()323 of_bounce_virt = emergency_buffer; in ofw_real_map()324 of_bounce_phys = (vm_offset_t)of_bounce_virt & in ofw_real_map()342 memcpy(of_bounce_virt + of_bounce_offset, buf, len); in ofw_real_map()358 if (of_bounce_virt == NULL) in ofw_real_unmap()364 memcpy(buf,of_bounce_virt + (physaddr - of_bounce_phys),len); in ofw_real_unmap()390 of_bounce_virt = NULL; in ofw_real_init()