Home
last modified time | relevance | path

Searched refs:SET_TSC_CTL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h801 #define SET_TSC_CTL(val) set_tsc_mode((val)) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h674 #define SET_TSC_CTL(val) set_tsc_mode((val)) macro
/kernel/linux/linux-5.10/kernel/
H A Dsys.c105 #ifndef SET_TSC_CTL
106 # define SET_TSC_CTL(a) (-EINVAL) macro
2442 error = SET_TSC_CTL(arg2); in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/kernel/
H A Dsys.c107 #ifndef SET_TSC_CTL
108 # define SET_TSC_CTL(a) (-EINVAL) macro
2520 error = SET_TSC_CTL(arg2); in SYSCALL_DEFINE5()

Completed in 10 milliseconds