Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/arm/
H A Dmisc_protos.h107 extern void dcache_incoherent_io_store64(addr64_t pa, unsigned int count, unsigned int remaining, u…
H A Dcaches.c198 dcache_incoherent_io_store64( in dcache_incoherent_io_store64() function
424 dcache_incoherent_io_store64( in dcache_incoherent_io_store64() function
/xnu-10002.81.5/osfmk/i386/
H A Dmisc_protos.h99 extern void dcache_incoherent_io_store64(addr64_t pa, unsigned int count);
/xnu-10002.81.5/osfmk/x86_64/
H A Dloose_ends.c796 dcache_incoherent_io_store64(addr64_t pa, unsigned int count) in dcache_incoherent_io_store64() function
814 return dcache_incoherent_io_store64(pa, count); in dcache_incoherent_io_flush64()
/xnu-10002.81.5/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3861 extern "C" void dcache_incoherent_io_store64(addr64_t pa, unsigned int count, unsigned int remainin…
3864 extern "C" void dcache_incoherent_io_store64(addr64_t pa, unsigned int count);
3923 func_ext = &dcache_incoherent_io_store64; in performOperation()
3931 func = &dcache_incoherent_io_store64; in performOperation()