Home
last modified time | relevance | path

Searched refs:cpu_vmspace_alloc (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsystm.h184 void cpu_vmspace_alloc(struct vmspace *);
/dragonfly/sys/platform/pc64/x86_64/
H A Dvm_machdep.c1266 cpu_vmspace_alloc(struct vmspace *vm __unused) in cpu_vmspace_alloc() function
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c1646 cpu_vmspace_alloc(struct vmspace *vm) in cpu_vmspace_alloc() function
/dragonfly/sys/vm/
H A Dvm_map.c327 cpu_vmspace_alloc(vm); in vmspace_alloc()