Home
last modified time | relevance | path

Searched refs:OF_call_method (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_copy.c88 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
98 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
104 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0) in ofw_mapmem()
H A Dofw_net.c225 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf) in ofwn_init()
249 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS); in ofwn_end()
H A Dopenfirm.h100 int OF_call_method(char *, ihandle_t, int, int, ...);
H A Dopenfirm.c452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) in OF_call_method() function
/titanic_53/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c306 if (OF_call_method("claim", mmu, 3, 1, virt, size, align, &mva) == -1) in claim_virt()
316 if (OF_call_method("claim", memory, 2, 2, size, align, &phys_low, in alloc_phys()
326 return (OF_call_method("map", mmu, 5, 0, (uint32_t)phys, in map_phys()
334 (void)OF_call_method("release", memory, 3, 0, (uint32_t)phys, in release_phys()
460 return (OF_call_method("SUNW,dtlb-load", mmu, 3, 0, index, data, in dtlb_enter_sun4u()
472 return (OF_call_method("SUNW,itlb-load", mmu, 3, 0, index, data, in itlb_enter_sun4u()