Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/
H A Dloose_ends.c65 #define BCOPY_PHYS_SRC_IS_USER(flags) (((flags) & (cppvPsrc | cppvKmap)) == 0) macro
82 if (!BCOPY_PHYS_SRC_IS_USER(flags)) { in bcopy_phys_internal()
162 if (BCOPY_PHYS_SRC_IS_USER(flags)) { in bcopy_phys_internal()