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

/xnu-2422.115.4/osfmk/x86_64/
H A Dcopyio.c75 #define COPYOUTPHYS 4 /* from kernel physical to user virtual */ macro
103 if ((copy_type != COPYINPHYS) && (copy_type != COPYOUTPHYS) && ((vm_offset_t)kernel_addr < VM_MIN_KERNEL_AND_KEXT_ADDRESS)) {
166 case COPYOUTPHYS:
244 ctype = COPYOUTPHYS;

Completed in 17 milliseconds