Searched refs:UIO_USERSPACE32 (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h120 * UIO_USERSPACE is equivalent to UIO_USERSPACE32, but UIO_USERSPACE32
128 UIO_USERSPACE32 = 5, /* kernel address is virtual, to/from user 32-bit virtual */ enumerator in enum:uio_seg
134 ( (a_uio_seg) == UIO_USERSPACE64 || (a_uio_seg) == UIO_USERSPACE32 || \
H A Dnamei.h201 (ndp)->ni_segflg = ((IS_64BIT_PROCESS(vfs_context_proc(ctx))) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
216 (ndp)->ni_segflg = ((IS_64BIT_PROCESS(vfs_context_proc(ctx))) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
H A Duio_internal.h84 // UIO_USERSPACE32 5 defined in uio.h
169 ( (a_uio_t)->uio_segflg == UIO_USERSPACE32 || (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE32 || \
/darwin-on-arm/xnu/bsd/vm/
H A Ddp_backing_file.c252 ((IS_64BIT_PROCESS(p)) ? UIO_USERSPACE64 : UIO_USERSPACE32),
442 ((IS_64BIT_PROCESS(p)) ? UIO_USERSPACE64 : UIO_USERSPACE32),
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c93 (segflg) == UIO_USERSPACE32 || \
160 case UIO_USERSPACE32:
285 case UIO_USERSPACE32:
649 * to one of UIO_USERSPACE32/64, UIO_PHYS_USERSPACE32/64, or
654 my_uio->uio_segflg = UIO_USERSPACE32;
768 * to one of UIO_USERSPACE32/64, UIO_PHYS_USERSPACE32/64, or
773 a_uio->uio_segflg = UIO_USERSPACE32;
H A Dsys_generic.c364 auio = uio_createwithbuffer(1, offset, UIO_USERSPACE32, UIO_READ,
412 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
424 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32,
580 auio = uio_createwithbuffer(1, offset, UIO_USERSPACE32, UIO_WRITE,
628 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
640 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32,
H A Duipc_syscalls.c916 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
1044 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
1062 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32,
1339 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
1473 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
1492 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32,
H A Dkern_core.c448 (IS_64BIT_PROCESS(core_proc) ? UIO_USERSPACE64 : UIO_USERSPACE32),
H A Dkern_exec.c357 case UIO_USERSPACE32:
1736 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
2324 imgp->ip_seg = (is_64 ? UIO_USERSPACE64 : UIO_USERSPACE32);
H A Dkern_descrip.c415 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c1148 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
1164 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
1228 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c224 else if (uio->uio_segflg == UIO_USERSPACE32)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4994 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6918 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32;
7184 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
7461 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
8788 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
8870 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
8923 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
8980 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
9034 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
9127 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
[all...]
H A Dvfs_vnops.c841 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
H A Dvfs_cluster.c5715 case UIO_USERSPACE32:
5799 case UIO_USERSPACE32:
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_syscalls.c927 UIO_USERSPACE32), uap->path, vfs_context_current());
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c2013 ((uio->uio_segflg == UIO_USERSPACE32 ||

Completed in 221 milliseconds