ppc_asm.h 136 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <ppc-asm.h>
  3. #ifndef r1
  4. #define r1 sp
  5. #endif
  6. #define _GLOBAL(A) FUNC_START(test_ ## A)