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

/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/osfmk/i386/
H A Dcopyio.c115 #define COPYOUTPHYS 4 macro
187 case COPYOUTPHYS:
308 case COPYOUTPHYS:
407 ctype = COPYOUTPHYS;

Completed in 29 milliseconds