1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2015 - ARM Ltd
4 * Author: Marc Zyngier <marc.zyngier@arm.com>
7 #include <linux/linkage.h>
9 #include <asm/fpsimdmacros.h>
12 .pushsection .hyp.text, "ax"
14 ENTRY(__fpsimd_save_state)
17 ENDPROC(__fpsimd_save_state)
19 ENTRY(__fpsimd_restore_state)
22 ENDPROC(__fpsimd_restore_state)