Home
last modified time | relevance | path

Searched refs:IA64_INTRINSIC_API (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/include/uapi/asm/
Dintrinsics.h90 #define IA64_INTRINSIC_API(name) ia64_native_ ## name macro
101 #define ia64_fc IA64_INTRINSIC_API(fc)
102 #define ia64_thash IA64_INTRINSIC_API(thash)
103 #define ia64_get_cpuid IA64_INTRINSIC_API(get_cpuid)
104 #define ia64_get_pmd IA64_INTRINSIC_API(get_pmd)
113 #define ia64_setreg IA64_INTRINSIC_API(setreg)
114 #define ia64_set_rr IA64_INTRINSIC_API(set_rr)
115 #define ia64_get_rr IA64_INTRINSIC_API(get_rr)
116 #define ia64_ptcga IA64_INTRINSIC_API(ptcga)
117 #define ia64_get_psr_i IA64_INTRINSIC_API(get_psr_i)
[all …]
/arch/ia64/include/asm/
Dintrinsics.h15 # undef IA64_INTRINSIC_API
18 # define IA64_INTRINSIC_API(name) paravirt_ ## name macro
20 # define IA64_INTRINSIC_API(name) pv_cpu_ops.name macro