summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/ARM64/HalCommonAPI.s
blob: f0c69368850c2e06170b46bde6090b3ed9c08a7b (plain)
1
2
3
4
5
6
7
8
9
/* (c) 2024-2025 Amlal El Mahrouss */

.text

.global hal_flush_tlb

hal_flush_tlb:
    tlbi vmalle1
    ret