Home
last modified time | relevance | path

Searched refs:X86_FEATURE_CX16 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h88 #define system_has_cmpxchg128() boot_cpu_has(X86_FEATURE_CX16)
H A Dcpufeatures.h129 #define X86_FEATURE_CX16 ( 4*32+13) /* CMPXCHG16B instruction */ macro
H A Dpercpu.h259 "cmpxchg16b " __percpu_arg([var]), X86_FEATURE_CX16) \
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h129 #define X86_FEATURE_CX16 ( 4*32+13) /* CMPXCHG16B instruction */ macro
/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c801 if (boot_cpu_has(X86_FEATURE_CX16)) in set_irq_posting_cap()
/openbmc/linux/drivers/iommu/amd/
H A Dinit.c1835 if (!boot_cpu_has(X86_FEATURE_CX16) || in init_iommu_one()
1851 if (!boot_cpu_has(X86_FEATURE_CX16) || in init_iommu_one()