Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h436 #define SET_TSC_CTL(val) set_tsc_mode((val)) macro
/linux/arch/x86/include/asm/
H A Dprocessor.h698 #define SET_TSC_CTL(val) set_tsc_mode((val)) macro
/linux/kernel/
H A Dsys.c109 #ifndef SET_TSC_CTL
110 # define SET_TSC_CTL(a) (-EINVAL) macro
2557 error = SET_TSC_CTL(arg2); in SYSCALL_DEFINE5()