Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/x86_64/
H A Dcopyio.c96 #define COPYOUTPHYS 4 /* from kernel physical to user virtual */ macro
197 if ((copy_type != COPYINPHYS) && (copy_type != COPYOUTPHYS)) { in copyio()
299 case COPYOUTPHYS: in copyio()
407 ctype = COPYOUTPHYS; in copyio_phys()