Searched refs:vm_last_addr (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dvm_param.h221 extern addr64_t vm_last_addr; /* Highest kernel virtual address known to the VM system */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h110 (addr) < vm_last_addr)
H A Dmodel_dep.c403 if((svssp->save_hdr.save_prev <= vm_last_addr) && ((unsigned int)pmap_find_phys(kernel_pmap, (addr64_t)svssp->save_hdr.save_prev))) { /* Valid address? */
422 if(!(((addr64_t)((uintptr_t)sv) <= vm_last_addr) &&
435 if((sv->save_hdr.save_prev <= vm_last_addr) && ((unsigned int)pmap_find_phys(kernel_pmap, (addr64_t)sv->save_hdr.save_prev))) { /* Valid address? */
506 if(!raddr || (stackptr > vm_last_addr)) { /* Is it mapped? */
H A Dpmap.h250 (((VA) >= VM_MIN_KERNEL_ADDRESS) && ((VA) <= vm_last_addr))
H A Dpmap.c359 vm_last_addr = VM_MAX_KERNEL_ADDRESS; /* Set the highest address know to VM */
643 *endp = vm_last_addr;
1953 * The variable vm_last_addr contains the current highest possible VM
1966 vm_last_addr = vm_last_addr - size; /* Allocate the memory */
1967 return (vm_last_addr + 1); /* Return the vaddr we just allocated */
H A Dppc_vm_init.c95 addr64_t vm_last_addr = VM_MAX_KERNEL_ADDRESS; /* Highest kernel virtual address known to the VM system */ variable
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dmem.c205 if (((addr64_t)uio->uio_offset > vm_last_addr) ||
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_break.c784 db_printf("kernel is from %#X to %#x\n", VM_MIN_KERNEL_ADDRESS, vm_last_addr);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dloose_ends.c618 addr64_t vm_last_addr; variable
H A Dpmap.c1143 vm_last_addr = VM_MAX_KERNEL_ADDRESS; /* Set the highest address
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c546 * VM_MAX_KERNEL_ADDRESS (vm_last_addr) is a maximum address, not a size.
550 _vm_object_allocate((vm_last_addr - VM_MIN_KERNEL_ADDRESS) + 1,
565 _vm_object_allocate((vm_last_addr - VM_MIN_KERNEL_ADDRESS) + 1,

Completed in 72 milliseconds