summaryrefslogtreecommitdiffhomepage
path: root/src/rv64/rv64-api.s
blob: 29ee3024d34c37dd5f4b2964d3740393a2a32e01 (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 all rights reserved.
#
#   Purpose: Assembler API for RISC-V
#
# ====================================

.balign 4
.global cb_flush_tlb

cb_flush_tlb:
    sfence.vma

    ret