HomeSort by: relevance | last modified time | path
    Searched refs:OF_alloc_phys (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/stand/ofwboot/
openfirm.h 70 paddr_t OF_alloc_phys(int, int);
loadfile_machdep.c 271 pa = OF_alloc_phys(len, 16);
273 panic("OF_alloc_phys() failed");
323 pa = OF_alloc_phys(PAGE_SIZE_4M, PAGE_SIZE_4M);
401 pa = OF_alloc_phys(PAGE_SIZE_4M, PAGE_SIZE_4M);
Locore.c 698 OF_alloc_phys(int len, int align)
715 OF_printf("OF_alloc_phys: cannot get memh\r\n");
757 OF_printf("OF_alloc_phys: cannot get memh\r\n");
862 if ((paddr = OF_alloc_phys(size, align)) == (paddr_t)-1) {
863 printf("OF_alloc_phys(%d,%d) failed\n", size, align);

Completed in 13 milliseconds