VMSPACE_IS_KERNEL_P
use_pnbuf = !VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
#define VMSPACE_IS_KERNEL_P(vm) VM_MAP_IS_KERNEL(&(vm)->vm_map)