Searched refs:cpu_flush_dcache (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/stand/arm64/libarm64/
H A Dcache.h35 void cpu_flush_dcache(const void *, size_t);
H A Dcache.c61 cpu_flush_dcache(const void *ptr, size_t len) function
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c359 cpu_flush_dcache(__DEVOLATILE(struct cpu_release *,rel), sizeof(*rel));
362 cpu_flush_dcache(__DEVOLATILE(struct cpu_release *,rel), sizeof(*rel));
364 cpu_flush_dcache(__DEVOLATILE(struct cpu_release *,rel), sizeof(*rel));
408 cpu_flush_dcache(&bp_kernload, sizeof(bp_kernload));
409 cpu_flush_dcache(&bp_virtaddr, sizeof(bp_virtaddr));
428 cpu_flush_dcache(__boot_page, 4096);
/freebsd-13-stable/stand/efi/loader/arch/arm64/
H A Dexec.c129 cpu_flush_dcache((void *)clean_addr, clean_size);
/freebsd-13-stable/sys/mips/mips/
H A Dmachdep.c240 cpu_flush_dcache(void *ptr, size_t len) function
/freebsd-13-stable/sys/dev/md/
H A Dmd.c534 cpu_flush_dcache(p, sz);
599 cpu_flush_dcache(p, seg_len);
708 cpu_flush_dcache(dst, sc->sectorsize);
851 cpu_flush_dcache(bp->bio_data, bp->bio_length);
1088 cpu_flush_dcache(p, len);
1091 cpu_flush_dcache(p, len);
1175 cpu_flush_dcache(bp->bio_data, bp->bio_length);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmachdep.c686 cpu_flush_dcache(void *ptr, size_t len) function
/freebsd-13-stable/sys/sys/
H A Dsystm.h260 void cpu_flush_dcache(void *, size_t);
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c498 cpu_flush_dcache(void *ptr, size_t len) function
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c221 cpu_flush_dcache(void *ptr, size_t len) function
/freebsd-13-stable/sys/x86/x86/
H A Dcpu_machdep.c201 cpu_flush_dcache(void *ptr, size_t len) function
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c726 cpu_flush_dcache(void *ptr, size_t len) function
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c6090 cpu_flush_dcache((void *)sva, eva - sva);

Completed in 238 milliseconds