Searched refs:VMSPACE_IS_KERNEL_P (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/sys/arch/arc/jazz/
H A Djazzdmatlb.c153 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/kern/
H A Dsubr_copy.c126 if (!VMSPACE_IS_KERNEL_P(vm)) {
203 if (!VMSPACE_IS_KERNEL_P(vm)) {
275 if (!VMSPACE_IS_KERNEL_P(uio->uio_vmspace)) {
302 if (VMSPACE_IS_KERNEL_P(vm)) {
335 if (VMSPACE_IS_KERNEL_P(vm)) {
H A Dsubr_asan.c1112 if (!VMSPACE_IS_KERNEL_P(uio->uio_vmspace))
H A Dsubr_msan.c1553 if (!VMSPACE_IS_KERNEL_P(uio->uio_vmspace))
H A Duipc_socket.c339 if (VMSPACE_IS_KERNEL_P(uio->uio_vmspace))
/netbsd-current/sys/arch/emips/emips/
H A Dbus_dma.c175 if (!VMSPACE_IS_KERNEL_P(vm))
588 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus_dma.c175 if (!VMSPACE_IS_KERNEL_P(vm))
588 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
H A Dbus.c275 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dbus_dma.c158 if (!VMSPACE_IS_KERNEL_P(vm))
462 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/arch/arc/arc/
H A Dbus_dma.c163 if (!VMSPACE_IS_KERNEL_P(vm))
474 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dbus.c221 if (!VMSPACE_IS_KERNEL_P(vm))
633 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/arch/mips/mips/
H A Dbus_dma.c126 if (!VMSPACE_IS_KERNEL_P(vm))
863 const bool useindex = (!VMSPACE_IS_KERNEL_P(map->_dm_vmspace) &&
1319 if (!VMSPACE_IS_KERNEL_P(vm)) {
/netbsd-current/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_dma.c173 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_dma.c168 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dbus_dma.c159 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dbus_dma.c156 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/uvm/
H A Duvm_extern.h585 #define VMSPACE_IS_KERNEL_P(vm) VM_MAP_IS_KERNEL(&(vm)->vm_map) macro
/netbsd-current/sys/arch/m68k/m68k/
H A Dbus_dma.c150 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dbus_dma.c175 if (!VMSPACE_IS_KERNEL_P(vm))
/netbsd-current/sys/miscfs/specfs/
H A Dspec_vnops.c1082 KASSERTMSG((VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
1200 KASSERTMSG((VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
/netbsd-current/sys/arch/arm/arm32/
H A Dbus_dma.c1247 if (__predict_false(!VMSPACE_IS_KERNEL_P(map->_dm_vmspace) &&
1887 if (!VMSPACE_IS_KERNEL_P(vm)) {
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_vnops.c643 use_pnbuf = !VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
/netbsd-current/sys/arch/riscv/riscv/
H A Dbus_dma.c1795 if (!VMSPACE_IS_KERNEL_P(vm)) {
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c1758 if (VMSPACE_IS_KERNEL_P(uio->uio_vmspace)) {
/netbsd-current/sys/arch/x86/x86/
H A Dbus_dma.c1120 if (!VMSPACE_IS_KERNEL_P(vm)) {

Completed in 403 milliseconds

12