Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dprocessor.h674 #define SET_TSC_CTL(val) set_tsc_mode((val)) macro
/linux-6.6.21/kernel/
Dsys.c107 #ifndef SET_TSC_CTL
108 # define SET_TSC_CTL(a) (-EINVAL) macro
2520 error = SET_TSC_CTL(arg2); in SYSCALL_DEFINE5()