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

/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h190 extern void flush_dcache(vm_offset_t, unsigned, int);
193 extern void flush_dcache(vm_offset_t, unsigned, int);
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcache.s97 * Shim function to flush_dcache
104 * flush_dcache
108 EnterARM_NoAlign(flush_dcache)
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.h256 extern void flush_dcache(vm_offset_t va, unsigned length, boolean_t phys);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h693 extern void flush_dcache(vm_offset_t addr, unsigned count, int phys);
H A Dpmap.c2276 flush_dcache(__unused vm_offset_t addr, function
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c1884 flush_dcache(__unused vm_offset_t addr, function
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp5033 flush_dcache(kmod_info->address, kmod_info->size, false);

Completed in 170 milliseconds