53 #define STACKFRAMESIZE 256
54 #define STK_REG(i) (112 + ((i)-14)*8)
56 #define _GLOBAL(A) FUNC_START(test_ ## A)
57 #define _GLOBAL_TOC(A) _GLOBAL(A)
59 #define PPC_MTOCRF(A, B) mtocrf A, B
61 FUNC_START(enter_vmx_usercopy
)
65 FUNC_START(exit_vmx_usercopy
)
69 FUNC_START(enter_vmx_copy
)
73 FUNC_START(exit_vmx_copy
)
76 FUNC_START(memcpy_power7
)
79 FUNC_START(__copy_tofrom_user_power7
)
82 FUNC_START(__copy_tofrom_user_base
)
85 #define BEGIN_FTR_SECTION
86 #define FTR_SECTION_ELSE
87 #define ALT_FTR_SECTION_END_IFCLR(x)
88 #define ALT_FTR_SECTION_END(x, y)
89 #define END_FTR_SECTION_IFCLR(x)