Searched refs:OF_call_method (Results 1 – 5 of 5) sorted by relevance
/titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
H A D | ofw_copy.c | 88 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 D | ofw_net.c | 225 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 D | openfirm.h | 100 int OF_call_method(char *, ihandle_t, int, int, ...);
|
H A D | openfirm.c | 452 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 D | main.c | 306 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()
|