summaryrefslogtreecommitdiffhomepage
path: root/src/rv64/rv64-api.s
blob: d5a57588190a7444f5cc3ca17fe883580f8ca32d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
# // Distributed under the Apache Software License, Version 2.0. (See accompanying
# // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
# // Official repository: https://github.com/ne-foss-org/neboot

.balign 4
.global nb_flush_tlb

nb_flush_tlb:
    sfence.vma

    ret