Home
last modified time | relevance | path

Searched refs:X86_FEATURE_ART (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/x86/kernel/
Dtsc.c1066 setup_force_cpu_cap(X86_FEATURE_ART); in detect_art()
1397 if (boot_cpu_has(X86_FEATURE_ART)) in tsc_refine_calibration_work()
1421 if (boot_cpu_has(X86_FEATURE_ART)) in init_tsc_clocksource()
/linux-6.1.9/tools/arch/x86/include/asm/
Dcpufeatures.h92 #define X86_FEATURE_ART ( 3*32+10) /* Always running timer (ART) */ macro
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dptp.c316 if (hw->mac.type >= e1000_pch_spt && boot_cpu_has(X86_FEATURE_ART)) in e1000e_ptp_init()
/linux-6.1.9/arch/x86/include/asm/
Dcpufeatures.h92 #define X86_FEATURE_ART ( 3*32+10) /* Always running timer (ART) */ macro
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-intel.c322 if (!boot_cpu_has(X86_FEATURE_ART)) in intel_crosststamp()
407 if (boot_cpu_has(X86_FEATURE_ART)) { in intel_mgbe_pse_crossts_adj()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_ptp.c2261 if (boot_cpu_has(X86_FEATURE_ART) && in ice_ptp_set_funcs_e822()
/linux-6.1.9/sound/pci/hda/
Dhda_intel.c1876 if (bus->ppcap && boot_cpu_has(X86_FEATURE_ART)) in azx_first_init()