1 /* SPDX-License-Identifier: GPL-2.0 */
21 #define STACKFRAMESIZE 256
22 #define STK_REG(i) (112 + ((i)-14)*8)
24 #define _GLOBAL(A) FUNC_START(test_ ## A)
25 #define _GLOBAL_TOC(A) _GLOBAL(A)
27 #define PPC_MTOCRF(A, B) mtocrf A, B
29 #define EX_TABLE(x, y)
31 FUNC_START(enter_vmx_usercopy
)
35 FUNC_START(exit_vmx_usercopy
)
39 FUNC_START(enter_vmx_copy
)
43 FUNC_START(exit_vmx_copy
)
46 FUNC_START(memcpy_power7
)
49 FUNC_START(__copy_tofrom_user_power7
)
52 FUNC_START(__copy_tofrom_user_base
)
55 #define BEGIN_FTR_SECTION
56 #define FTR_SECTION_ELSE
57 #define ALT_FTR_SECTION_END_IFCLR(x)
58 #define ALT_FTR_SECTION_END(x, y)
59 #define END_FTR_SECTION_IFCLR(x)