kernel/tools/testing/selftests/powerpc/copyloops/asm/ppc_asm.h
.. .. @@ -25,6 +25,7 @@ 25 25 26 26 #define _GLOBAL(A) FUNC_START(test_ ## A) 27 27 #define _GLOBAL_TOC(A) _GLOBAL(A) 28 +#define _GLOBAL_TOC_KASAN(A) _GLOBAL(A)28 29 29 30 #define PPC_MTOCRF(A, B) mtocrf A, B 30 31