Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/x86_64/
H A Dcopyio.c584 flush_dcache64(src64, csize, 1); /* If requested, flush source before move */ in copypv()
587 flush_dcache64(snk64, csize, 1); /* If requested, flush sink before move */ in copypv()
599 flush_dcache64(src64, csize, 1); /* If requested, flush source after move */ in copypv()
602 flush_dcache64(snk64, csize, 1); /* If requested, flush sink after move */ in copypv()
H A Dloose_ends.c108 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
980 flush_dcache64(addr64_t addr, unsigned count, int phys) in flush_dcache64() function
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c582 flush_dcache64(source, size, ((which & cppvPsrc) == cppvPsrc)); in copypv()
586 flush_dcache64(source, size, TRUE); in copypv()
591 flush_dcache64(sink, size, ((which & cppvPsnk) == cppvPsnk)); in copypv()
595 flush_dcache64(sink, size, TRUE); in copypv()
H A Dcaches_internal.h39 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
H A Dcaches_asm.s338 .globl EXT(flush_dcache64)
339 LEXT(flush_dcache64)
/xnu-8020.101.4/osfmk/arm64/
H A Dcaches_asm.s396 .globl EXT(flush_dcache64)
397 LEXT(flush_dcache64)
H A Dloose_ends.c772 flush_dcache64(source, size, ((which & cppvPsrc) == cppvPsrc)); in copypv()
776 flush_dcache64(sink, size, ((which & cppvPsnk) == cppvPsnk)); in copypv()
/xnu-8020.101.4/bsd/libkern/
H A Dlibkern.h241 extern void flush_dcache64(addr64_t, unsigned, int);
/xnu-8020.101.4/osfmk/kdp/ml/arm/
H A Dkdp_vm.c262 flush_dcache64(cur_phys_dst, (unsigned int)cnt, TRUE); in kdp_machine_vm_write()
/xnu-8020.101.4/pexpert/arm/
H A Dpe_identify_machine.c37 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
/xnu-8020.101.4/iokit/Kernel/
H A DIOLib.cpp1391 flush_dcache64((addr64_t) address, (unsigned) length, false ); in IOFlushProcessorCache()
/xnu-8020.101.4/bsd/kern/
H A Ddecmpfs.c1195 flush_dcache64((addr64_t)(uintptr_t)vec[i].buf, (unsigned int)vec[i].size, FALSE);