summaryrefslogtreecommitdiffhomepage
path: root/src/rv64/rv64-api.s
blob: ee8b03c384bf168b105ea5916e1d2e6b9fafc661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ====================================
#
#   Amlal El Mahrouss NeBoot
#   (c) Amlal El Mahrouss licensed under Apache 2.0.
#
#   Purpose: Assembler API for RISC-V
#
# ====================================

.balign 4
.global cb_flush_tlb

cb_flush_tlb:
    sfence.vma

    ret