HomeSort by: relevance | last modified time | path
    Searched defs:ofw_settranslation (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/shark/ofw/
ofw.c 234 static void ofw_settranslation(vaddr_t, paddr_t, vsize_t, int);
1298 ofw_settranslation(systempage.pv_va, systempage.pv_pa,
1649 ofw_settranslation(va, pa, size, L2_AP(AP_KRW) | cb_bits);
1773 ofw_settranslation(vaddr_t va, paddr_t pa, vsize_t size, int mode) function in typeref:typename:void
1778 printf("ofw_settranslation (%x, %x, %x, %x) --> void\n", (uint32_t)va,
1782 panic("ofw_settranslation failed");
1907 ofw_settranslation(va, pa, alloc_size, -1);

Completed in 68 milliseconds