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

/xnu-2422.115.4/osfmk/x86_64/
H A Dcopyio.c78 copyio(int copy_type, user_addr_t user_addr, char *kernel_addr, argument
89 debug_type += (copy_type << 2);
103 if ((copy_type != COPYINPHYS) && (copy_type != COPYOUTPHYS) && ((vm_offset_t)kernel_addr < VM_MIN_KERNEL_AND_KEXT_ADDRESS)) {
104 panic("Invalid copy parameter, copy type: %d, kernel address: %p", copy_type, kernel_addr);
137 copy_type, (void *)user_addr, kernel_addr, nbytes, lencopied, use_kernel_map,
146 switch (copy_type) {

Completed in 46 milliseconds