Home
last modified time | relevance | path

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

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