root/tools/arch/x86/include/asm/mcsafe_test.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef _MCSAFE_TEST_H_
   3 #define _MCSAFE_TEST_H_
   4 
   5 .macro MCSAFE_TEST_CTL
   6 .endm
   7 
   8 .macro MCSAFE_TEST_SRC reg count target
   9 .endm
  10 
  11 .macro MCSAFE_TEST_DST reg count target
  12 .endm
  13 #endif /* _MCSAFE_TEST_H_ */

/* [<][>][^][v][top][bottom][index][help] */