/src/sys/arch/macppc/stand/ofwboot/ |
Locore.c | 52 char *heapspace; variable in typeref:typename:char * 723 heapspace = OF_claim(0, hsize, NBPG); 724 if (heapspace == (char *)-1) { 728 setheap(heapspace, heapspace + HEAP_SIZE);
|
Locore.c | 52 char *heapspace; variable in typeref:typename:char * 723 heapspace = OF_claim(0, hsize, NBPG); 724 if (heapspace == (char *)-1) { 728 setheap(heapspace, heapspace + HEAP_SIZE);
|
Locore.c | 52 char *heapspace; variable in typeref:typename:char * 723 heapspace = OF_claim(0, hsize, NBPG); 724 if (heapspace == (char *)-1) { 728 setheap(heapspace, heapspace + HEAP_SIZE);
|
/src/sys/arch/ofppc/stand/ofwboot/ |
Locore.c | 50 char *heapspace __attribute__((__aligned__ (4))); variable in typeref:typename:char * 533 heapspace = OF_claim(0, 0x20000, NBPG); 534 if (heapspace == (char *)-1) { 538 setheap(heapspace, heapspace+0x20000);
|
Locore.c | 50 char *heapspace __attribute__((__aligned__ (4))); variable in typeref:typename:char * 533 heapspace = OF_claim(0, 0x20000, NBPG); 534 if (heapspace == (char *)-1) { 538 setheap(heapspace, heapspace+0x20000);
|
Locore.c | 50 char *heapspace __attribute__((__aligned__ (4))); variable in typeref:typename:char * 533 heapspace = OF_claim(0, 0x20000, NBPG); 534 if (heapspace == (char *)-1) { 538 setheap(heapspace, heapspace+0x20000);
|