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

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dcopyio.c74 #define COPYINPHYS 3 /* from user virtual to kernel physical */ macro
103 if ((copy_type != COPYINPHYS) && (copy_type != COPYOUTPHYS) && ((vm_offset_t)kernel_addr < VM_MIN_KERNEL_AND_KEXT_ADDRESS)) {
160 case COPYINPHYS:
240 ctype = COPYINPHYS;
/darwin-on-arm/xnu/osfmk/i386/
H A Dcopyio.c114 #define COPYINPHYS 3 macro
183 case COPYINPHYS:
304 case COPYINPHYS:
402 ctype = COPYINPHYS;

Completed in 71 milliseconds