Lines Matching refs:systempage
1282 systempage.pv_va = ofw_claimvirt(vector_page, PAGE_SIZE, 0);
1283 if (systempage.pv_va == -1) {
1285 systempage.pv_va = vector_page;
1286 systempage.pv_pa = ofw_gettranslation(vector_page);
1287 if (systempage.pv_pa == -1)
1291 if (systempage.pv_va != vector_page)
1295 systempage.pv_pa = ofw_claimphys(0, PAGE_SIZE, PAGE_SIZE);
1296 if (systempage.pv_pa == -1)
1298 ofw_settranslation(systempage.pv_va, systempage.pv_pa,
1302 memset((char *)systempage.pv_va, 0, PAGE_SIZE);