Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcopyout_shim.h47 #define CO_SRC_PHYS (1<<2) //copyio(COPYOUTPHYS,...) called macro
66 if(copyout_shim_fn && (co_src_flags & CO_SRC_PHYS)){copyout_shim_fn(ka,ua,nb,CO_SRC_PHYS); }