Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A Dcopyio.c168 copyio(int copy_type, user_addr_t user_addr, char *kernel_addr, in copyio() argument
179 debug_type += (copy_type << 2); in copyio()
197 if ((copy_type != COPYINPHYS) && (copy_type != COPYOUTPHYS)) { in copyio()
199 panic("Invalid copy parameter, copy type: %d, kernel address: %p", copy_type, kernel_addr); in copyio()
212 if (copy_type >= COPYINATOMIC32 && copy_type <= COPYOUTATOMIC64) { in copyio()
220 switch (copy_type) { in copyio()
268 copy_type, (void *)user_addr, kernel_addr, nbytes, lencopied, use_kernel_map, in copyio()
280 switch (copy_type) { in copyio()