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

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h129 UIO_USERSPACE64 = 8, /* kernel address is virtual, to/from user 64-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.h87 // UIO_USERSPACE64 8 defined in uio.h
172 ( (a_uio_t)->uio_segflg == UIO_USERSPACE64 || (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE64 || \
/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.c94 (segflg) == UIO_USERSPACE64 || \
158 case UIO_USERSPACE64:
289 case UIO_USERSPACE64:
1152 size_t size_of_iovec = ( spacetype == UIO_USERSPACE64 ? sizeof(struct user64_iovec) : sizeof(struct user32_iovec));
1163 if (spacetype == UIO_USERSPACE64) {
H A Dsys_generic.c361 auio = uio_createwithbuffer(1, offset, UIO_USERSPACE64, UIO_READ,
412 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32),
424 IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32,
577 auio = uio_createwithbuffer(1, offset, UIO_USERSPACE64, 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.c358 case UIO_USERSPACE64: /* Same for copyin()... */
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.c222 if (uio->uio_segflg == UIO_USERSPACE64)
/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
[all...]
H A Dvfs_vnops.c841 spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
H A Dvfs_cluster.c5725 case UIO_USERSPACE64:
5804 case UIO_USERSPACE64:
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_syscalls.c926 (IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 :
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c2014 uio->uio_segflg == UIO_USERSPACE64 ||

Completed in 267 milliseconds