Searched refs:OF_claim (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/macppc/stand/ |
H A D | openfirm.h | 51 void *OF_claim(void *virt, u_int size, u_int align);
|
H A D | alloc.c | 146 help = OF_claim(0, size, PAGE_SIZE); in alloc()
|
H A D | main.c | 148 OF_claim((void *)0x00100000, CLAIM_LIMIT, 0); /* XXX */ in main()
|
H A D | Locore.c | 338 OF_claim(void *virt, u_int size, u_int align) in OF_claim() function
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | openfirm.h | 54 void *OF_claim(void *virt, u_int size, u_int align);
|
H A D | elf64_exec.c | 165 if (OF_claim((void *)(long)phdr.p_vaddr, phdr.p_memsz, align) == in elf64_exec() 227 if ((addr = OF_claim(0, roundup(size, PAGE_SIZE), PAGE_SIZE)) == (void *)-1) in elf64_exec()
|
H A D | alloc.c | 146 help = OF_claim(0, size, PAGE_SIZE); in alloc()
|
H A D | Locore.c | 541 OF_claim(void *virt, u_int size, u_int align) in OF_claim() function
|