Home
last modified time | relevance | path

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

/xnu-8792.61.2/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.c109 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
972 flush_dcache64(addr64_t addr, unsigned count, int phys) in flush_dcache64() function
/xnu-8792.61.2/osfmk/arm/
H A Dcaches_internal.h43 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
/xnu-8792.61.2/osfmk/arm64/
H A Dcaches_asm.s428 .globl EXT(flush_dcache64)
429 LEXT(flush_dcache64)
H A Dloose_ends.c769 flush_dcache64(source, size, ((which & cppvPsrc) == cppvPsrc)); in copypv()
773 flush_dcache64(sink, size, ((which & cppvPsnk) == cppvPsnk)); in copypv()
/xnu-8792.61.2/bsd/libkern/
H A Dlibkern.h241 extern void flush_dcache64(addr64_t, unsigned, int);
/xnu-8792.61.2/osfmk/kdp/ml/arm/
H A Dkdp_vm.c263 flush_dcache64(cur_phys_dst, (unsigned int)cnt, TRUE); in kdp_machine_vm_write()
/xnu-8792.61.2/pexpert/arm/
H A Dpe_identify_machine.c33 extern void flush_dcache64(addr64_t addr, unsigned count, int phys);
/xnu-8792.61.2/iokit/Kernel/
H A DIOLib.cpp1494 flush_dcache64((addr64_t) address, (unsigned) length, false ); in IOFlushProcessorCache()
/xnu-8792.61.2/bsd/kern/
H A Ddecmpfs.c1195 flush_dcache64((addr64_t)(uintptr_t)vec[i].buf, (unsigned int)vec[i].size, FALSE);