1 2 3 4 5 6 7 8 9 10 11 12 13
/* * SPDX-License-Identifier: BSD-2-Clause * * Authors: * Inochi Amaoto <[email protected]> * */ .section .entry, "ax", %progbits .align 3 .globl _thead_tlb_flush_fixup_trap_handler _thead_tlb_flush_fixup_trap_handler: sfence.vma zero, t0 j _trap_handler