Searched refs:trans_cells (Results 1 – 1 of 1) sorted by relevance
684 pcell_t acells, trans_cells[sz/sizeof(cell_t)]; in moea64_add_ofw_mappings() local694 if (OF_getencprop(mmu, "translations", trans_cells, sz) == -1) in moea64_add_ofw_mappings()700 translations[j].om_va = trans_cells[i++]; in moea64_add_ofw_mappings()701 translations[j].om_len = trans_cells[i++]; in moea64_add_ofw_mappings()702 translations[j].om_pa = trans_cells[i++]; in moea64_add_ofw_mappings()705 translations[j].om_pa |= trans_cells[i++]; in moea64_add_ofw_mappings()707 translations[j].om_mode = trans_cells[i++]; in moea64_add_ofw_mappings()