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

  /src/sys/compat/netbsd32/
netbsd32_exec_aout.c 168 epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS32;
209 epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS32;
248 epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS32;
298 epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS32;
346 epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS32;
netbsd32_exec_elf32.c 122 epp->ep_vm_maxaddr = USRSTACK32;
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 102 epp->ep_vm_maxaddr = USRSTACK32;
  /src/sys/sys/
exec.h 210 vaddr_t ep_vm_maxaddr; /* top of process address space */ member in struct:exec_package
  /src/sys/kern/
kern_exec.c 465 epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS;
480 if (epp->ep_entry >= epp->ep_vm_maxaddr) {
485 (void *)epp->ep_vm_maxaddr);
1248 uvmspace_exec(l, epp->ep_vm_minaddr, epp->ep_vm_maxaddr,

Completed in 20 milliseconds