Searched refs:static_memory_end (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmem.h42 extern vm_offset_t static_memory_end;
H A Dppc_vm_init.c94 vm_offset_t static_memory_end; variable
209 first_avail = static_memory_end;
240 (round_page(static_memory_end) - trunc_page(end));
314 for(addr = trunc_page(end); addr < round_page(static_memory_end); addr += PAGE_SIZE) {
422 trunc_page(end), static_memory_end);
H A Dmachine_routines.c167 vaddr = static_memory_end;
168 static_memory_end = round_page(vaddr+size);
185 if ( (vaddr < static_memory_end) && (pmap_extract(kernel_pmap, vaddr)==paddr) )
H A Dppc_init.c202 static_memory_end = round_page(args->topOfKernelData);;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c107 vm_offset_t static_memory_end = 0; variable
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1743 extern vm_offset_t static_memory_end;
1744 #define io_kernel_static_end static_memory_end

Completed in 31 milliseconds