Go to the documentation of this file.
7 #ifndef _ASM_IA64_INTRINSICS_H
8 #define _ASM_IA64_INTRINSICS_H
14 #if defined(CONFIG_PARAVIRT)
15 # undef IA64_INTRINSIC_API
16 # undef IA64_INTRINSIC_MACRO
18 # define IA64_INTRINSIC_API(name) paravirt_ ## name
20 # define IA64_INTRINSIC_API(name) pv_cpu_ops.name
22 #define IA64_INTRINSIC_MACRO(name) paravirt_ ## name