Searched refs:flush_dcache (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dlibkern.h180 extern void flush_dcache(vm_offset_t, unsigned, int);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.h307 extern void flush_dcache(vm_offset_t va, unsigned length, boolean_t phys);
H A Dmovc.s1160 bl EXT(flush_dcache) // flush the source operand
1167 bl EXT(flush_dcache) // flush the destination operand
1190 bl EXT(flush_dcache) // flush the source operand
1197 bl EXT(flush_dcache) // flush the destination operand
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp1348 flush_dcache( (vm_offset_t) gartArray, gartLength, false);
1524 // Just to be paranoid, I want to feed nice happy values to flush_dcache.
1536 flush_dcache( ((vm_offset_t) gartArray)+agpFlushStart, flushLength, false);
1591 flush_dcache( ((vm_offset_t) gartArray)+agpFlushStart, flushLength, false);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h574 extern void flush_dcache(vm_offset_t addr, unsigned count, int phys);
H A Dpmap.c3850 flush_dcache(__unused vm_offset_t addr, function
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c1411 flush_dcache(entry->kernel_alloc_address, entry->kernel_alloc_size, false);

Completed in 102 milliseconds