index
:
rocket-tools/riscv-gnu-toolchain/pk.git
cs250
device-files
enable-32bit
eos14-bringup
eos20
fdt
fix-fcvt-s-w
gnuconfig
hax
master
maxmem
new-sbi-disk
remap
rocc-enable
rv32-putstring
rvt-master
sbi-disk
sbi_emulation_for_perf
sbi_for_perf
travis-dev
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
machine
/
flush_icache.c
blob: 45ba20435d77046aa2a4f2b8fd668ced95aea724 (
plain
)
1
2
3
void
__riscv_flush_icache
(
void
) {
__asm__
volatile
(
"fence.i"
);
}