Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/x86_64/
H A Dcopyio.c566 flush_dcache64(src64, csize, 1); /* If requested, flush source before move */ in copypv()
569 flush_dcache64(snk64, csize, 1); /* If requested, flush sink before move */ in copypv()
581 flush_dcache64(src64, csize, 1); /* If requested, flush source after move */ in copypv()
584 flush_dcache64(snk64, csize, 1); /* If requested, flush sink after move */ in copypv()
H A Dloose_ends.c106 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
818 flush_dcache64(addr64_t addr, unsigned count, int phys) in flush_dcache64() function
/xnu-11215.1.10/osfmk/arm/
H A Dcaches_internal.h43 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
/xnu-11215.1.10/osfmk/arm64/
H A Dcaches_asm.s444 .globl EXT(flush_dcache64)
445 LEXT(flush_dcache64)
H A Dloose_ends.c854 flush_dcache64(source, size, ((which & cppvPsrc) == cppvPsrc)); in copypv()
858 flush_dcache64(sink, size, ((which & cppvPsnk) == cppvPsnk)); in copypv()
/xnu-11215.1.10/bsd/libkern/
H A Dlibkern.h241 extern void flush_dcache64(addr64_t, unsigned, int);
/xnu-11215.1.10/osfmk/kdp/ml/arm/
H A Dkdp_vm.c263 flush_dcache64(cur_phys_dst, (unsigned int)cnt, TRUE); in kdp_machine_vm_write()
/xnu-11215.1.10/iokit/Kernel/
H A DIOLib.cpp1495 flush_dcache64((addr64_t) address, (unsigned) length, false ); in IOFlushProcessorCache()
/xnu-11215.1.10/bsd/kern/
H A Ddecmpfs.c1225 flush_dcache64((addr64_t)(uintptr_t)vec[i].buf, (unsigned int)vec[i].size, FALSE);