Home
last modified time | relevance | path

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

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