Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dprocessor.h800 #define SET_TSC_CTL(val) set_tsc_mode((val)) macro
/kernel/linux/linux-5.10/kernel/
Dsys.c105 #ifndef SET_TSC_CTL
106 # define SET_TSC_CTL(a) (-EINVAL) macro
2431 error = SET_TSC_CTL(arg2); in SYSCALL_DEFINE5()